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: [patch/m68k] convert USE_GAS into a compile-time constant


Gunther Nikl wrote:

This patch converts all uses of USE_GAS into a compile-time boolean. That
way it can be used in C expressions just like MOTOROLA. Tested by compiling
cc1 with m68k-elf as target.

Good idea.


I can't see you in the "Write after approval" list.  Shall I commit these
approved patches for you?

By the way, m68k-*-aout seems to be the only target that doesn't define USE_GAS.
As Ian Lance Taylor said, it should be safe to assume nobody is using m68k-*-aout
without GAS, therefore we might remove USE_GAS.

No, wait! OpenBSD still needs it :-(((

--
 // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/



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