aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJerome Lambourg <lambourg@adacore.com>2017-06-27 13:55:42 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2017-06-27 13:55:42 +0000
commite57f3ae8baeb35ba78da6c8bd00927df63105bdb (patch)
tree73e902f81ffa1598389c6acb7dfec68b553f0643 /gcc
parent580536aa23064b9deb124bb70c9327c865611b27 (diff)
downloadgcc-e57f3ae8baeb35ba78da6c8bd00927df63105bdb.zip
gcc-e57f3ae8baeb35ba78da6c8bd00927df63105bdb.tar.gz
gcc-e57f3ae8baeb35ba78da6c8bd00927df63105bdb.tar.bz2
vxworks.h (ASM_SPEC): Remove definition.
2017-06-27 Jerome Lambourg <lambourg@adacore.com> * 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/vxworks.h4
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f52fde4..4f0e8b85 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,4 +1,10 @@
2017-06-27 Jerome Lambourg <lambourg@adacore.com>
+
+ * 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 <lambourg@adacore.com>
Olivier Hainque <hainque@adacore.com>
* config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
diff --git a/gcc/config/i386/vxworks.h b/gcc/config/i386/vxworks.h
index c851e04..24e4807 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
<http://www.gnu.org/licenses/>. */
-#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)