[Bug ld/5905] 'version node not found for symbol ...' during linking against libc_pic.a

2008-03-11 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-03-11 22:25 --- libc_pic.a from glibc build directory should only be used to build libc.so. Any other uses are invalid. -- What|Removed |Added ---

[Bug gas/5900] ELF files with more than 65536 sections not handled correctly.

2008-03-11 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-03-11 21:31 --- (In reply to comment #18) > Yes, I'll work on it. My approach will be to redefine SHN_LORESERVE thru > SHN_HIRESERVE to FF00 thru , sign extending the existing values to > an unsigned int. All i

[Bug gas/5900] ELF files with more than 65536 sections not handled correctly.

2008-03-11 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-03-11 21:21 --- Yes, I'll work on it. My approach will be to redefine SHN_LORESERVE thru SHN_HIRESERVE to FF00 thru , sign extending the existing values to an unsigned int. All internal BFD uses of section in

[Bug gas/5900] ELF files with more than 65536 sections not handled correctly.

2008-03-11 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at sources dot |amodra at bigpond dot net |redhat dot com |dot au Version|2.19 (HEAD

[Bug ld/5913] IA64 linker crashes on unsupported relocations

2008-03-11 Thread hjl dot tools at gmail dot com
-- What|Removed |Added Summary|IA64 linker crashes on |IA64 linker crashes on |supported relocations |unsupported relocations http://sourcew

[Bug ld/5913] IA64 linker crashes on supported relocations

2008-03-11 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-03-11 19:52 --- Created an attachment (id=2318) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2318&action=view) A testcase [EMAIL PROTECTED] 776]$ ld -shared test.o ld: BFD (Linux/GNU Binutils) 2.18.50.0.5.2008030

[Bug ld/5913] New: IA64 linker crashes on supported relocations

2008-03-11 Thread hjl dot tools at gmail dot com
A64 linker crashes on supported relocations. -- Summary: IA64 linker crashes on supported relocations Product: binutils Version: 2.19 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassi

[Bug gas/5900] ELF files with more than 65536 sections not handled correctly.

2008-03-11 Thread hjl dot tools at gmail dot com
-- What|Removed |Added CC||amodra at bigpond dot net ||dot au Version|2.16

[Bug gas/5900] ELF files with more than 65536 sections not handled correctly.

2008-03-11 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-03-11 19:14 --- I think we can add a st_xshndx field to internal ELF symbol entry: --- --- ./internal.h.64k2007-11-28 23:35:52.0 -0800 +++ ./internal.h2008-03-11 12:14:06.0 -0700 @@ -100,7 +100,

[Bug gas/5900] ELF files with more than 65536 sections not handled correctly.

2008-03-11 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-03-11 19:09 --- (In reply to comment #15) > I am to blame, and can't find anything to defend the current binutils > behaviour. > i.e. I agree with Ian that this is a bug. Alan, we need to update the whole ELF backend for

cannot restore segment prot after reloc

2008-03-11 Thread Paul Turner
I am attempting to create an executable with two shared libraries that I created. The compile and link of all pieces (executable, and two libraries) went without error, but when I try to execute I get this error: "error while loading shared libraries: /path_to_lib/libName: cannot restore segment p