This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch/m68k] convert USE_GAS into a compile-time constant
- From: Richard Henderson <rth at redhat dot com>
- To: Gunther Nikl <gni at gecko dot de>
- Cc: gcc-patches at gcc dot gnu dot org, Bernardo Innocenti <bernie at develer dot com>
- Date: Mon, 16 Feb 2004 11:27:09 -0800
- Subject: Re: [patch/m68k] convert USE_GAS into a compile-time constant
- References: <20040216152043.GA13242@lorien.int.gecko.de>
On Mon, Feb 16, 2004 at 04:20:43PM +0100, Gunther Nikl wrote:
> * config/m68k/m68k.h: Make USE_GAS a compile-time boolean.
> * config/m68k/m68k.c (m68k_output_pic_call, m68k_output_mi_thunk):
> Replace "#ifdef USE_GAS" with C statements.
> * config/m68k/m68k.md (anonymous call and call_value define_insn):
> Likewise.
Ok.
r~