]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm.h (EMIT_EABI_ATTRIBUTE): Remove.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 20 Jun 2012 10:18:08 +0000 (10:18 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 20 Jun 2012 10:18:08 +0000 (10:18 +0000)
commit34dd397b05402820fbb3d790bbf6a7e668acb3b7
tree86c9cfaa3b8f55c5cbf38718712c004b62913340
parentf89dcfd816b93c32c2332bd39b4df0020821ee7a
arm.h (EMIT_EABI_ATTRIBUTE): Remove.

* config/arm/arm.h (EMIT_EABI_ATTRIBUTE): Remove.
* config/arm/arm.c: Do not include c-pragma.h.
(arm_emit_eabi_attribute): New function based on EMIT_EABI_ATTRIBUTE.
(arm_file_start): Replace uses of EMIT_EABI_ATTRIBUTE with calls
to arm_emit_eabi_attribute.
* arm-c.c: Do not include output.h.
(arm_output_c_attributes): Replace use of EMIT_EABI_ATTRIBUTE with a
call to arm_emit_eabi_attribute.
* config/arm/arm-protos.h (arm_emit_eabi_attribute): Prototype it.

From-SVN: r188823
gcc/ChangeLog
gcc/config/arm/arm-c.c
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h