grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] RFT: Rename local labels with a macro from boot/i386/pc/boo


From: Vladimir 'phcoder' Serbinenko
Subject: Re: [PATCH] RFT: Rename local labels with a macro from boot/i386/pc/boot.S
Date: Sat, 8 Aug 2009 16:55:02 +0200

On Sat, Aug 8, 2009 at 4:48 PM, Yves Blusseau<address@hidden> wrote:
> Here a patch to be apply after the 2 pavel's patch (Eliminate Apple specific
> code and Remove ABS macro). This patch create a new macro LOCAL to define
> local labels and rename all labels starting with "L_" with the new macro.
>
Nice. I will submit later the patch to eliminate a lot of APPLE_CC
using LOCAL() macro. Could you test it on cygwin, linux and FreeBSD
and confirm that three patches together don't break anything?
> I have compil boot.img under OSX and boot with the new generated file
> without a problem.
>
> Yves Blusseau
>
> ChangeLog:
>
>   * include/grub/symbol.h: add the LOCAL macro.
>   * boot/i386/pc/boot.S: Rename all local labels starting with "L_"
>   with the new macro: LOCAL.
> ---
>
> boot/i386/pc/boot.S   |   66
> +++++++++++++++++++++++++------------------------
> include/grub/symbol.h |    2 +
> 2 files changed, 36 insertions(+), 32 deletions(-)
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>



-- 
Regards
Vladimir 'phcoder' Serbinenko

Personal git repository: http://repo.or.cz/w/grub2/phcoder.git




reply via email to

[Prev in Thread] Current Thread [Next in Thread]