[Bug bootstrap/11318] [3.4 regresssion] Spurious bootstrap comparison failures on sparc-sun-solaris

Zack Weinberg zack@codesourcery.com
Fri Jun 27 16:26:00 GMT 2003


"ehrhardt at mathematik dot uni-ulm dot de" <gcc-bugzilla@gcc.gnu.org> writes:

> TARGET_ASM_FILE_START_FILE_DIRECTIVE is used all over gcc and documented
>    in gcc.int.
> ASM_FILE_START_FILE_DIRECTIVE (note the missing TARGET_ prefix) is defined
>    in elfos.h and a few other files but never really used.

Ugh.  All of those should be TARGET_ASM_FILE_START_FILE_DIRECTIVE.  I
have committed the attached patch as obvious.

Would you please see if that corrects the bootstrap failure, and if
so, close the bug report?

zw

        * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
        * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
        be TARGET_ASM_FILE_START_FILE_DIRECTIVE.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20030627/0aa7c33b/attachment.ksh>


More information about the Gcc-patches mailing list