[Bug ld/30940] alpha: ld segfaults in

2023-10-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30940

Nick Clifton  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Nick Clifton  ---
OK, patch applied.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/30940] alpha: ld segfaults in

2023-10-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30940

--- Comment #3 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Nick Clifton :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b75b3eb082b9ee25be98e9cebe1ae5e665a682fc

commit b75b3eb082b9ee25be98e9cebe1ae5e665a682fc
Author: Nick Clifton 
Date:   Fri Oct 6 10:52:02 2023 +0100

Fix: alpha: ld segfaults in

  PR 30940
  * elf64-alpha.c (elf64_alpha_check_relocs): Correct error message.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/30940] alpha: ld segfaults in

2023-10-05 Thread mcree at orcon dot net.nz
https://sourceware.org/bugzilla/show_bug.cgi?id=30940

--- Comment #2 from Michael Cree  ---
Thanks, tried with the patch.  Linking succeeds with no warning messages. Built
package went on to complete test suite with no failure so resultant executable
appears to work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/30940] alpha: ld segfaults in

2023-10-05 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30940

Sam James  changed:

   What|Removed |Added

 CC||sam at gentoo dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/30940] alpha: ld segfaults in

2023-10-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30940

Nick Clifton  changed:

   What|Removed |Added

 CC||nickc at redhat dot com

--- Comment #1 from Nick Clifton  ---
Created attachment 15154
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15154&action=edit
Proposed patch

Hi Michael,

  Please try this patch.

  It should stop the segfault, but it will not fix the underlying problem of
the linker being unable to apply a relocation because it is being made against
a local symbol in a shared library.  That problem - I suspect - is due to how
the shared library is built.  I would expect that it needs to export that
symbol as a global symbol.  Of course this is just a guess as I have no way of
actually investigating in depth.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.