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

2007-10-08 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-10-08 15:54 --- when good comes to bad, bad come to good.. year 2003: http://www.cygwin.com/ml/binutils/2003-06/msg00653.html year 2004: http://sources.redhat.com/ml/binutils/2004-03/msg00160.html year 2005: http

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

2007-10-04 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-10-04 16:23 --- tried binutils-2.18.50, but had same error messages. disk_io.c seems need to be fixed to works with amd64. disk_io.c:1722: warning: cast to pointer from integer of different size /tmp/ccykZkkM.s: Assembler

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

2007-10-02 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-10-02 23:13 --- >I don't think they are correct. The correct ones may be >and $0x, %esi >and $0x, %edi so i tried another one root:/sources/grub-0.97# vi +1852 stage2/asm.S

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

2007-10-01 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-10-01 14:27 --- Thanks, so i tried following action. root:/sources/grub-0.97# vi +1852 stage2/asm.S -and $0x, %rsi +and $0x, %rsi -and $0x, %rdi

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

2007-09-29 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-09-30 02:56 --- I rebuild whole system with lfs, binutils testcase seems fine. But i want to know the reason why grub-0.97 has been failed. Still got " asm.S:1852: Error: suffix or operands invalid for `and' asm.S:1

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

2007-09-24 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-09-25 00:15 --- need to rebuild all gcc toolchain again, something is wrong.. make checkroot:/temptools/src/tarballs/binutils-build/binutils# make check Making check in doc make[1]: Entering directory `/temptools/src

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

2007-09-24 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-09-24 12:54 --- What is wrong with ".eh_frame"? then linker is not working? or binutils works fine? i am not sure, so tried following action. removed "{ (exit 1); exit 1; };" in below line. I hav

[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] New: absolute objcopy not working on amd64?

2007-09-23 Thread happyarch at gmail dot com
olute objcopy not working on amd64? Product: binutils Version: 2.18 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: happyarch at gmail dot com