diff options
author | Doug Evans <dje@gnu.org> | 1996-02-29 03:02:38 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-02-29 03:02:38 +0000 |
commit | 13dfe7afccc3b6b276499b7dbbb5787d505daf71 (patch) | |
tree | 522002b5488b03ac2edd552de5932ea4e20d4ff0 | |
parent | a02303b8511e5ce81601499bca298b1ccc4549e5 (diff) | |
download | gcc-13dfe7afccc3b6b276499b7dbbb5787d505daf71.zip gcc-13dfe7afccc3b6b276499b7dbbb5787d505daf71.tar.gz gcc-13dfe7afccc3b6b276499b7dbbb5787d505daf71.tar.bz2 |
* gmicro/gmicro.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
From-SVN: r11370
-rw-r--r-- | gcc/config/gmicro/gmicro.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/config/gmicro/gmicro.h b/gcc/config/gmicro/gmicro.h index 7ed217c..7ee9257 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. */ |