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/RFA] ARM ELF: Move asm float flags into subtarget spec


> This patch moves the FP-related assembler flags out of ASM_SPEC
> and into a new SUBTARGET_ASM_FLOAT_SPEC which can be overriden.
> 
> This is the final bit necessary in order to support the forthcoming
> arm-netbsdelf configuration, which needs to pass different FP-related
> flags to the assembler.
> 
> OK for mainline?
> 
> 	* config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
> 	subtarget_asm_float_spec.
> 	(SUBTARGET_ASM_FLOAT_SPEC): Define, moving the
> 	defaults from...
> 	(ASM_SPEC): ...here.  Use subtarget_asm_float_spec.
> 

OK


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