This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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