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: 3.0: Troubling warning in dwarf2out.c


Brad Lucier wrote:
> 
> [...] (By the way, the definition of ASM_OUTPUT_INTERNAL_LABEL
> in darwin.h
> 
> rs6000/darwin.h:#define ASM_OUTPUT_INTERNAL_LABEL_PREFIX(FILE,PREFIX)   \
> rs6000/darwin.h-  fprintf (FILE, "%s", PREFIX)
> 
> seems pretty strange, since it doesn't take a third argument.)

That's because it's ASM_OUTPUT_INTERNAL_LABEL_PREFIX, which is
an rs6000ism.  It's still strange, because it's not really needed
for Darwin but needs to be defined so rs6000.c code compiles -
something to clean up one of these days.

Stan


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