[Top][All Lists]
[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.
- [Bug binutils/5059] New: absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/09/23
- [Bug binutils/5059] absolute objcopy not working on amd64?, hjl at lucon dot org, 2007/09/23
- [Bug binutils/5059] absolute objcopy not working on amd64?, amodra at bigpond dot net dot au, 2007/09/23
- [Bug binutils/5059] absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/09/23
- [Bug binutils/5059] absolute objcopy not working on amd64?, amodra at bigpond dot net dot au, 2007/09/23
- [Bug binutils/5059] absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/09/24
- [Bug binutils/5059] absolute objcopy not working on amd64?,
hjl at lucon dot org <=
- [Bug binutils/5059] absolute objcopy not working on amd64?, hjl at lucon dot org, 2007/09/24
- [Bug binutils/5059] absolute objcopy not working on amd64?, hjl at lucon dot org, 2007/09/24
- [Bug binutils/5059] absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/09/24
- [Bug binutils/5059] absolute objcopy not working on amd64?, hjl at lucon dot org, 2007/09/25
- [Bug binutils/5059] absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/09/29
- [Bug binutils/5059] absolute objcopy not working on amd64?, hjl at lucon dot org, 2007/09/30