[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 H.J. Lu changed: What|Removed |Added Target Milestone|--- |2.43 Version|unspecified

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-18 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #16 from dave.anglin at bell dot net --- > --- Comment #15 from Nick Clifton --- > Patch applied. Thanks, Nick. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-18 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 Nick Clifton changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-18 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #14 from Sourceware Commits --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=31d5afc19d98869aa13c3197f55b8a208fd19da2 commit

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-17 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #13 from dave.anglin at bell dot net --- On 2024-04-16 9:54 a.m., nickc at redhat dot com wrote: > Created attachment 15468 >-->https://sourceware.org/bugzilla/attachment.cgi?id=15468=edit > Proposed patch Tested with

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-16 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #12 from dave.anglin at bell dot net --- On 2024-04-16 9:54 a.m., nickc at redhat dot com wrote: > Like this ? Looks good.  Will test. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 Nick Clifton changed: What|Removed |Added Attachment #15467|0 |1 is obsolete|

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-16 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #10 from dave.anglin at bell dot net --- On 2024-04-16 7:25 a.m., nickc at redhat dot com wrote: > I dislike relying upon magic strings like "elf64-hppa", so how about this > alternative patch which checks the vector itself ? > >

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 Nick Clifton changed: What|Removed |Added Attachment #15461|0 |1 is obsolete|

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-13 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #8 from John David Anglin --- Created attachment 15463 --> https://sourceware.org/bugzilla/attachment.cgi?id=15463=edit Patch to fix flags on hppa64-linux -- You are receiving this mail because: You are on the CC list for the

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-13 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #7 from H.J. Lu --- (In reply to John David Anglin from comment #6) > Probably, the issue is caused by this code in elf64-hppa.c: > > /* Force DT_FLAGS to always be set. > Required by HPUX 11.00 patch PHSS_26559.

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-12 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #6 from John David Anglin --- Probably, the issue is caused by this code in elf64-hppa.c: /* Force DT_FLAGS to always be set. Required by HPUX 11.00 patch PHSS_26559. */ if (!add_dynamic_entry (DT_FLAGS,

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #5 from H.J. Lu --- (In reply to dave.anglin from comment #4) > On 2024-04-12 5:58 a.m., nickc at redhat dot com wrote: > > I am not sure why this is happening, but I do not see the harm in it. So I > > think that the best

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-12 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #4 from dave.anglin at bell dot net --- On 2024-04-12 5:58 a.m., nickc at redhat dot com wrote: > I am not sure why this is happening, but I do not see the harm in it. So I > think that the best solution is to change the now-3

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #3 from H.J. Lu --- (In reply to Nick Clifton from comment #2) > Created attachment 15461 [details] > Proposed patch Why should --disable-new-dtags generate new tags? -- You are receiving this mail because: You are on the CC

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 --- Comment #2 from Nick Clifton --- Created attachment 15461 --> https://sourceware.org/bugzilla/attachment.cgi?id=15461=edit Proposed patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2024-04-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target

2023-08-10 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30743 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are