vxworks.h (ASM_SPEC): Remove definition.
authorJerome Lambourg <lambourg@adacore.com>
Tue, 27 Jun 2017 13:55:42 +0000 (13:55 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Tue, 27 Jun 2017 13:55:42 +0000 (13:55 +0000)
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

gcc/ChangeLog
gcc/config/i386/vxworks.h

index f52fde4fafa34a039e3496e5dd60a96c8cc1e4bf..4f0e8b85dd68c2d4180e9a1dc0016d81c43afc34 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
index c851e042a5ac525f04e5595bbd3e848eeead0261..24e4807a9ced6faed7324e35c23833f2cb0e4960 100644 (file)
@@ -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)