This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [m68k] Remove dead code
Bernardo Innocenti <bernie@develer.com> writes:
> Then I need to put it back. I don't want to just back-out my previous
> patch because the unused static function m68k_coff_asm_named_section()
> causes a warning on m68k.c.
>
> How could I tell whether coff.h has been included? There seems to be
> no defines I can pick...
You could create a define. TARGET_COFF seems to be the style.
zw