[Top][All Lists]
[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.
- [Bug binutils/5059] absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/10/01
- [Bug binutils/5059] absolute objcopy not working on amd64?,
hjl at lucon dot org <=
- [Bug binutils/5059] absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/10/02
- [Bug binutils/5059] absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/10/04
- [Bug binutils/5059] absolute objcopy not working on amd64?, kurt at roeckx dot be, 2007/10/06
- [Bug binutils/5059] absolute objcopy not working on amd64?, kurt at roeckx dot be, 2007/10/06
- [Bug binutils/5059] absolute objcopy not working on amd64?, happyarch at gmail dot com, 2007/10/08