From 13dfe7afccc3b6b276499b7dbbb5787d505daf71 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 29 Feb 1996 03:02:38 +0000 Subject: [PATCH] * gmicro/gmicro.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete. From-SVN: r11370 --- gcc/config/gmicro/gmicro.h | 14 +------------- 1 file changed, 1 insertion(+), 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. */ -- 2.30.2