From: Jerome Lambourg Date: Tue, 27 Jun 2017 13:55:42 +0000 (+0000) Subject: vxworks.h (ASM_SPEC): Remove definition. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e57f3ae8baeb35ba78da6c8bd00927df63105bdb;p=gcc.git 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 --- 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)