[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: objcopy fix (for x86_64)
From: |
Marco Gerards |
Subject: |
Re: objcopy fix (for x86_64) |
Date: |
Sun, 18 Nov 2007 13:35:22 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Robert Millan <address@hidden> writes:
> This prevents objcopy from copying sections other than .text during the
> ./configure absolute address test. On i386, our conftest only has .text
> and .comment (which is skipped), but on x86_64 there's an additional
> .eh_frame section which isn't skipped unless you tell it to.
>
> Just one step further towards x86_64 grub ;-)
>
> Comments?
>
> --
> Robert Millan
>
> <GPLv2> I know my rights; I want my phone call!
> <DRM> What use is a phone call, if you are unable to speak?
> (as seen on /.)
>
>
> * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Pass `--only-section=.text'
> to objcopy.
Looks fine to me.
--
Marco