summaryrefslogtreecommitdiffstats
path: root/gcc/config/h8300/h8300.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-29 22:17:33 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-29 22:17:33 +0000
commit7fcfdb2190a55f82623f9e7965233d71313c8197 (patch)
treebce6191299a45894eaf32583fc34b5d47c44d89a /gcc/config/h8300/h8300.h
parent7aed6d88428af4976d6237c1289eeac32af065ef (diff)
downloadppe42-gcc-7fcfdb2190a55f82623f9e7965233d71313c8197.tar.gz
ppe42-gcc-7fcfdb2190a55f82623f9e7965233d71313c8197.zip
(ASM_OUTPUT_BSS): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11386 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/h8300.h')
-rw-r--r--gcc/config/h8300/h8300.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index a43b41bdf99..4af97f2cb79 100644
--- a/gcc/config/h8300/h8300.h
+++ b/gcc/config/h8300/h8300.h
@@ -1225,6 +1225,13 @@ do { char dstr[30]; \
assemble_name ((FILE), (NAME)), \
fprintf ((FILE), ",%d\n", (SIZE)))
+/* This says how to output the assembler to define a global
+ uninitialized but not common symbol.
+ Try to use asm_output_bss to implement this macro. */
+
+#define ASM_OUTPUT_BSS(FILE, NAME, SIZE, ROUNDED) \
+ asm_output_bss ((FILE), (NAME), (SIZE), (ROUNDED))
+
/* This says how to output an assembler line
to define a local common symbol. */
OpenPOWER on IntegriCloud