--- 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
--- 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
--- 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
--
What|Removed |Added
Status|NEW |ASSIGNED
Last reconfirmed|-00-00 00:00:00 |2008-05-01 13:37:16
date|
--- 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
--
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