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] | |
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.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
Attachment:
arm-asm-patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |