This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0: Troubling warning in dwarf2out.c
- To: lucier at math dot purdue dot edu
- Subject: Re: 3.0: Troubling warning in dwarf2out.c
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Sat, 19 May 2001 18:02:43 -0700
- Cc: jason_merrill at redhat dot com, jsm28 at cam dot ac dot uk, gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <m3heyh8oxn.fsf@prospero.cambridge.redhat.com><200105191837.NAA03896@zakon.math.purdue.edu>
>>>>> "Brad" == Brad Lucier <lucier@math.purdue.edu> writes:
Brad> OK, so what should the type of ASM_OUTPUT_INTERNAL_LABEL be?
Brad> I suggest the equivalent of
Brad> void ASM_OUTPUT_INTERNAL_LABEL(FILE *, const char *, int);
Yes.
That matches the documentation which suggests:
fprintf (STREAM, "L%s%d:\n", PREFIX, NUM)
(A good project, since Jason and I agree, would be to go through and
transform all of these ASM_OUTPUT_ macros into asm_output_ functions.)
Thanks,
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com