From: ramana Date: Fri, 2 Oct 2015 15:07:46 +0000 (+0000) Subject: [AArch64] Use default_elf_asm_named_section instead of special cased hook X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f544bdf2d576b011cf84e37d7c19f87b523c8d7;p=thirdparty%2Fgcc.git [AArch64] Use default_elf_asm_named_section instead of special cased hook * config/aarch64/aarch64-elf.h (TARGET_ASM_NAMED_SECTION): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228397 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b0856aae16c7..0f6875c87a2b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-10-02 Ramana Radhakrishnan + + * config/aarch64/aarch64-elf.h (TARGET_ASM_NAMED_SECTION): Delete. + 2015-10-02 Vladimir Makarov PR rtl-optimization/67756 diff --git a/gcc/config/aarch64/aarch64-elf.h b/gcc/config/aarch64/aarch64-elf.h index 1ce634363278..ac47f435aefa 100644 --- a/gcc/config/aarch64/aarch64-elf.h +++ b/gcc/config/aarch64/aarch64-elf.h @@ -153,9 +153,6 @@ ASM_MABI_SPEC #undef TYPE_OPERAND_FMT #define TYPE_OPERAND_FMT "%%%s" -#undef TARGET_ASM_NAMED_SECTION -#define TARGET_ASM_NAMED_SECTION aarch64_elf_asm_named_section - /* Stabs debug not required. */ #undef DBX_DEBUGGING_INFO