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]
Other format: [Raw text]

Re: Patch to provide a default for ASM_OUTPUT_INTERNAL_LABEL


On Thu, Aug 22, 2002 at 01:36:09PM -0400, Kaveh R. Ghazi wrote:
> Also in a few cases, the OUTPUT and GENERATE macros were slightly
> different in that (slightly simplified) the OUTPUT one used
> asm_fprintf ("%0L") and the GENERATE one used sprintf ("%s",
> LOCAL_LABEL_PREFIX).  E.g. see config/svr3.h or some of the m68k/*
> files.  While both would output the LOCAL_LABEL_PREFIX, don't know if
> the zero modifier (or lack of it) is significant.

That smells like a bug.

Patch is ok.


r~


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