From e57f3ae8baeb35ba78da6c8bd00927df63105bdb Mon Sep 17 00:00:00 2001 From: Jerome Lambourg Date: Tue, 27 Jun 2017 13:55:42 +0000 Subject: [PATCH] vxworks.h (ASM_SPEC): Remove definition. 2017-06-27 Jerome Lambourg * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target specific need, just fallback on defaults. (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define. From-SVN: r249691 --- gcc/ChangeLog | 6 ++++++ gcc/config/i386/vxworks.h | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f52fde4fafa..4f0e8b85dd6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-06-27 Jerome Lambourg + + * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target + specific need, just fallback on defaults. + (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define. + 2017-06-27 Jerome Lambourg Olivier Hainque diff --git a/gcc/config/i386/vxworks.h b/gcc/config/i386/vxworks.h index c851e042a5a..24e4807a9ce 100644 --- a/gcc/config/i386/vxworks.h +++ b/gcc/config/i386/vxworks.h @@ -18,9 +18,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -#undef ASM_SPEC -#define ASM_SPEC "" - +#undef ASM_OUTPUT_ALIGNED_BSS #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN) -- 2.30.2