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

2007-09-23 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-09-24 00:58 --- FWIW, the grub testcase is void cmain (void) { *((int *) 0x1000) = 2; } compiled then linked with -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr The above C code is compiled into the first 17 bytes of th

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

2007-09-23 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-09-23 23:51 --- Hi, It takes time to file testcase or two input files. Because, i had delete reiser4 partition, trying to build new one(ext3). Sorry, see you later. -- http://sourceware.org/bugzilla/show_bug.cgi?id=5059 --

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

2007-09-23 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-09-23 23:41 --- Please attach the two input files to objcopy. I doubt very much that this is an objcopy problem. -- http://sourceware.org/bugzilla/show_bug.cgi?id=5059 --- You are receiving this mail because: --

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

2007-09-23 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-23 23:31 --- I have no idea what grub is trying to do. Please extract a testcase from grub. -- What|Removed |Added

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

2007-09-23 Thread happyarch at gmail dot com
grub-0.97 with 64 bit gcc toolchain(gcc-4.2.1, binutils-2.18, glibc-2.6.1) $ grub-0.97> ./configure --prefix=/usr ... checking whether objcopy works for absolute addresses... no configure: error: GRUB requires a working absolute objcopy; upgrade your binutils ... $ echo $CC $ _ --