This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to provide a default for ASM_OUTPUT_INTERNAL_LABEL
- From: Richard Henderson <rth at redhat dot com>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 29 Aug 2002 18:49:42 -0700
- Subject: Re: Patch to provide a default for ASM_OUTPUT_INTERNAL_LABEL
- References: <200208221736.NAA00268@caip.rutgers.edu>
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~