grub-devel
[Top][All Lists]
Advanced

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

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


From: Yves Blusseau
Subject: [PATCH] RFT: Rename local labels with a macro from boot/i386/pc/boot.S
Date: Sat, 8 Aug 2009 16:48:32 +0200

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.

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(-)

Attachment: rft-rename-local-labels.patch
Description: Text document


reply via email to

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