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: RFA: Use .opt files for the xtensa port


Richard Sandiford wrote:
This patch makes the xtensa port define its options using a .opt file.
Very straightforward really.  The only thing is that I changed
TARGET/MASK_NO_FUSED_MADD to TARGET/MASK_FUSED_MADD, changed xtensa.md
accordingly, and added MASK_FUSED_MADD to the default flags.

Tested by building a xtensa-elf for a combined binutils/gcc tree.
Also tested by changing XCHAL_HAVE_BOOLEANS and XCHAL_HAVE_FP to 1
and rebuilding cc1 so that -mfused-madd would have an effect.
I checked that -m(no-)const16 and -m(no-)fused-madd still work.
The rest are ignored by gcc.  OK to install?

OK.


Thanks for doing this -- I was going to try to do it for you, but you beat me to it.

--Bob


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