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/boot


From: Robert Millan
Subject: Re: [PATCH] RFT: Rename local labels with a macro from boot/i386/pc/boot.S
Date: Mon, 10 Aug 2009 13:29:41 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Aug 08, 2009 at 04:48:32PM +0200, Yves Blusseau wrote:
> diff --git a/include/grub/symbol.h b/include/grub/symbol.h
> index 68d9f00..5fba549 100644
> --- a/include/grub/symbol.h
> +++ b/include/grub/symbol.h
> @@ -21,6 +21,8 @@
>  
>  #include <config.h>
>  
> +#define LOCAL(X)     L_##X
> +
>  /* Add an underscore to a C symbol in assembler code if needed. */
>  #ifdef HAVE_ASM_USCORE
>  # define EXT_C(sym)  _ ## sym

Assuming Pavel is OK with it, I have no objection.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."




reply via email to

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