------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to