On Sat, Aug 8, 2009 at 4:48 PM, Yves Blusseau<bluss...@zetam.org> 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 > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > >
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel