bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/5059] absolute objcopy not working on amd64?


From: hjl at lucon dot org
Subject: [Bug binutils/5059] absolute objcopy not working on amd64?
Date: 24 Sep 2007 13:31:39 -0000

------- 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]