[Bug binutils/4479] objcopy --only-keep-debug broken

2007-05-09 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|-00-00 00:00:00 |2007-05-10 07:00:24 date|

[Bug binutils/4479] objcopy --only-keep-debug broken

2007-05-09 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-05-10 07:00 --- http://sourceware.org/ml/binutils/2007-05/msg00132.html -- What|Removed |Added Ass

[Bug binutils/4479] objcopy --only-keep-debug broken

2007-05-09 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-05-10 06:52 --- Probably not deliberate. It came with 2004-05-17 David Heine. I can't see that there is any need for program headers in the debug info file anyway. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4

[Bug ld/4409] --unresolved-symbols=ignore-all issues on ia64

2007-05-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-05-10 05:15 --- A patch is posted at http://sourceware.org/ml/binutils/2007-05/msg00129.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=4409 --- You are receiving this mail because: --- You are on the CC list for

[Bug binutils/4479] objcopy --only-keep-debug broken

2007-05-09 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-05-10 03:16 --- I'd say that the p_memsz values were "wrong" before my patch. It's also interesting to look at what older objcopy does. eg. 2.15 objcopy --only-keep-debug does this Program Headers: Type Offs

[Bug binutils/4476] readelf -s -D doesn't support --hash-style=gnu

2007-05-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-05-09 23:55 --- A patch is posted at http://sourceware.org/ml/binutils/2007-05/msg00126.html -- What|Removed |Added

[Bug ld/4480] Error for DT_TEXTREL in shared object option

2007-05-09 Thread robert at linuxfromscratch dot org
--- Additional Comments From robert at linuxfromscratch dot org 2007-05-09 23:39 --- Created an attachment (id=1780) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1780&action=view) Patch to add --error-shared-textrel -- http://sourceware.org/bugzilla/show_bug.cgi?id=4480

[Bug ld/4480] New: Error for DT_TEXTREL in shared object option

2007-05-09 Thread robert at linuxfromscratch dot org
Using the options '--warn-shared-textrel --fatal-warnings' will cause all warnings to be fatal, not just shared-textrel. I'm attaching a patch to add a --error-shared-textrel option, to make DT_TEXTREL in a shared object a fatal error. -- Summary: Error for DT_TEXTREL in shared obje

[Bug binutils/4479] objcopy --only-keep-debug broken

2007-05-09 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2007-05-09 17:55 --- To reproduce the bug (where objcopy.old has the patch for PR4144 reverted): $ cat hello.c #include int main (void) { printf ("Hello, world!\n"); } $ gcc -g hello.c -o hello $ objcopy.old --only-keep-debug hello h

[Bug ld/4144] Liinker fails to handle SHT_NOBITS section whose VMA > page size

2007-05-09 Thread schwab at suse dot de
-- What|Removed |Added BugsThisDependsOn||4479 http://sourceware.org/bugzilla/show_bug.cgi?id=4144 --- You are receiving this mail because: ---

[Bug binutils/4479] New: objcopy --only-keep-debug broken

2007-05-09 Thread schwab at suse dot de
The patch for PR4144 broke objcopy --only-keep-debug. $ objcopy --only-keep-debug vmlinux-2.6.21-4-default vmlinux-2.6.21-4-default.debug BFD: vmlinux-2.6.21-4-default.debug: section `.text' can't be allocated in segment 0 objcopy: vmlinux-2.6.21-4-default.debug: Bad value BFD: vmlinux-2.6.21-4-

[Bug binutils/4476] readelf -s -D doesn't support --hash-style=gnu

2007-05-09 Thread doko at debian dot org
-- What|Removed |Added CC||doko at debian dot org http://sourceware.org/bugzilla/show_bug.cgi?id=4476 --- You are receiving this mai