summaryrefslogtreecommitdiff
path: root/gcc/config/s390/linux.h
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-14 16:39:23 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-14 16:39:23 +0000
commitd1e8a831ca4f79ee131a238696625c2b415692fa (patch)
tree641e3a1ca0dadbe0c4f8d7e36307e72f854fc63b /gcc/config/s390/linux.h
parent8f56dc4e7b38d6e04690cb69d26835a798b8dfca (diff)
downloadgcc-d1e8a831ca4f79ee131a238696625c2b415692fa.tar.gz
* config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49768 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/s390/linux.h')
-rw-r--r--gcc/config/s390/linux.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/s390/linux.h b/gcc/config/s390/linux.h
index cfd4ebf940c..63c635172ac 100644
--- a/gcc/config/s390/linux.h
+++ b/gcc/config/s390/linux.h
@@ -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"