[Bug binutils/5059] absolute objcopy not working on amd64?
-- What|Removed |Added CC||kurt at roeckx dot be http://sourceware.org/bugzilla/show_bug.cgi?id=5059 --- You are receiving this
[Bug binutils/5059] absolute objcopy not working on amd64?
--- Additional Comments From kurt at roeckx dot be 2007-10-06 12:39 --- (In reply to comment #6) > 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