This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] Associate a name with a CODE_LABEL


On Wed, Nov 03, 1999 at 09:40:13AM -0800, Catherine Moore wrote:
> This patch adds an alternate name field to a CODE_LABEL.
> If a CODE_LABEL has a name associated with it, use the
> name instead of an internal label.
> 
> Okay to commit?

I don't see if definition for ASM_OUTPUT_ALTERNATE_LABEL_NAME anywhere, so you
should either bracket uses of ASM_OUTPUT_ALTERNATE_LABEL_NAME inside of
#ifdef's, or provide a default definition in defaults.h.

-- 
Michael Meissner, Cygnus Solutions
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886
email: meissner@cygnus.com	phone: 978-486-9304	fax: 978-692-4482


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]