------- Additional Comments From hjl at lucon dot org  2007-09-24 13:31 -------
Please provide a testcase. Objcopy works for me:

bash-3.2$ cat x.c
void
cmain (void)
{
   *((int *) 0x1000) = 2;
}
bash-3.2$ make 
cc -O2   -c -o x.o x.c
./ld -o x x.o -N -Ttext 0x100
./ld: warning: cannot find entry symbol _start; defaulting to 0000000000000100
./objcopy x y
cmp x y
bash-3.2$ 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5059

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to