* config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 14 Feb 2002 16:39:23 +0000 (16:39 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 14 Feb 2002 16:39:23 +0000 (16:39 +0000)
From-SVN: r49768

gcc/ChangeLog
gcc/config/s390/linux.h

index 0da3da22e3bb8d66a16fb29cd9dc6dd4b1996943..75c2bbe6a40d6244df1fa90e33e287a7a7ea5b51 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
+
 2002-02-14  Kazu Hirata  <kazu@hxi.com>
 
        * config/h8300/h8300-protos.h: Update the prototype for
index cfd4ebf940cdb2a2be2e632040a5f8b9534b1b76..63c635172ac10854a047833a3ff13143defe48dc 100644 (file)
@@ -197,6 +197,13 @@ Boston, MA 02111-1307, USA.  */
 #define ASM_OUTPUT_SKIP(FILE, SIZE)  \
   fprintf ((FILE), "\t.set\t.,.+%u\n", (SIZE))
 
+/* This is how to output assembler code to declare an
+   uninitialized external linkage data object.  */
+
+#undef ASM_OUTPUT_ALIGNED_BSS
+#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
+  asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
+
 /* Output before read-only data.  */
 
 #define TEXT_SECTION_ASM_OP ".text"