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: 1 Oct 2007 16:56:09 -0000

------- Additional Comments From hjl at lucon dot org  2007-10-01 16:56 -------
(In reply to comment #13)
> Thanks, so i tried following action.
> root:/sources/grub-0.97# vi +1852 stage2/asm.S 
> 
> -        and     $0xffffffff, %rsi 
> +        and     $0xffffffffffffffff, %rsi
> -        and     $0xffffffff, %rdi
> +        and     $0xffffffffffffffff, %rdi
> 

I don't think they are correct. The correct ones may be

and     $0xffffffff, %esi
and     $0xffffffff, %edi

> root:/sources/grub-0.97# make
...
> boot.c: In function ‘load_image’:
> boot.c:80: warning: cast from pointer to integer of different size
> boot.c:80: warning: cast from pointer to integer of different size

Those warnings have nothing to do with binutils. We can't help you here.

-- 


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]