[Bug ld/6430] --sort-common Not Implemented Per Documentation

2008-05-01 Thread evandro at yahoo dot com
--- Additional Comments From evandro at yahoo dot com 2008-05-01 23:23 --- Created an attachment (id=2720) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2720&action=view) Change the documentation according to the code. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6430

[Bug binutils/2995] objcopy and strip of finally linked executables fails

2008-05-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-05-01 14:15 --- http://sourceware.org/ml/binutils-cvs/2008-05/msg5.html -- What|Removed |Added

[Bug binutils/6473] All program header p_paddr fields zero confuse strip and objcopy

2008-05-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-05-01 14:15 --- http://sourceware.org/ml/binutils-cvs/2008-05/msg5.html -- What|Removed |Added

[Bug binutils/6473] All program header p_paddr fields zero confuse strip and objcopy

2008-05-01 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|-00-00 00:00:00 |2008-05-01 13:37:16 date|

[Bug binutils/6473] All program header p_paddr fields zero confuse strip and objcopy

2008-05-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-05-01 13:36 --- Sigh, I can't paste very well.. There's a missing EOF, and ld invocation needs -T start.lnk. -- What|Removed |Added --

[Bug binutils/6473] New: All program header p_paddr fields zero confuse strip and objcopy

2008-05-01 Thread amodra at bigpond dot net dot au
cat > start.s <<\EOF .text .global _start _start: .long 0 cat > start.lnk <<\EOF SECTIONS { . = 0xc000; .text : AT(ADDR(.text) - 0xc000) { *(.text) } /DISCARD/ : { *(*) } } EOF as -o start.o start.s ld -o start start.o strip start BFD: st91vQPh: section .text lma 0x