summaryrefslogtreecommitdiff
path: root/gcc/config/gmicro
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-29 03:02:38 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-29 03:02:38 +0000
commit28fea119721d313901d4f41da43ebd08e5091e75 (patch)
tree522002b5488b03ac2edd552de5932ea4e20d4ff0 /gcc/config/gmicro
parentdab1e725bce94d4ed2bbfdb969663d7182e25c3d (diff)
downloadgcc-28fea119721d313901d4f41da43ebd08e5091e75.tar.gz
* gmicro/gmicro.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11370 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/gmicro')
-rw-r--r--gcc/config/gmicro/gmicro.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/config/gmicro/gmicro.h b/gcc/config/gmicro/gmicro.h
index 7ed217c4e4f..7ee92571bba 100644
--- a/gcc/config/gmicro/gmicro.h
+++ b/gcc/config/gmicro/gmicro.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. Gmicro (TRON) version.
- Copyright (C) 1987, 1988, 1989, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1995, 1996 Free Software Foundation, Inc.
Contributed by Masanobu Yuhara, Fujitsu Laboratories LTD.
(yuhara@flab.fujitsu.co.jp)
@@ -1279,18 +1279,6 @@ extern enum reg_class regno_reg_class[];
#define BSS_SECTION_ASM_OP ".section bss,data,align=4"
-#define EXTRA_SECTIONS in_bss
-
-#define EXTRA_SECTION_FUNCTIONS \
-void \
-bss_section () \
-{ \
- if (in_section != in_bss) { \
- fprintf (asm_out_file, "%s\n", BSS_SECTION_ASM_OP); \
- in_section = in_bss; \
- } \
-}
-
/* Output at beginning of assembler file.
It is not appropriate for this to print a list of the options used,
since that's not the convention that we use. */