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: RFC: target-hook-ize ASM_FILE_START


Geoff Keating <geoffk@geoffk.org> writes:

> This probably breaks non-xcoff non-sysv rs6000 ports, which is to say
> Darwin :-).  Darwin has an empty ASM_FILE_START.

rs6000_file_start does nothing but call default_file_start unless
-fverbose-asm, and default_file_start does nothing for Darwin, so I
think it's safe.

I may make a separate TARGET_ASM_FILE_START_VERBOSE target hook for
target-specific -fverbose-asm information.  That might be clearer.

zw


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