aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-02-29 03:01:12 +0000
committerDoug Evans <dje@gnu.org>1996-02-29 03:01:12 +0000
commit0002d65bda6570056e2fff7c83305526ea7e73af (patch)
tree69ebb0fea9c929e3a057962db36f49fdac6136fe
parent0ec44be4646813b1bef50f8835fc91654ad6768d (diff)
downloadgcc-0002d65bda6570056e2fff7c83305526ea7e73af.zip
gcc-0002d65bda6570056e2fff7c83305526ea7e73af.tar.gz
gcc-0002d65bda6570056e2fff7c83305526ea7e73af.tar.bz2
* convex/convex.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
From-SVN: r11368
-rw-r--r--gcc/config/convex/convex.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h
index 0ac8c90..0548f0f 100644
--- a/gcc/config/convex/convex.h
+++ b/gcc/config/convex/convex.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. Convex version.
- Copyright (C) 1988, 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -1237,21 +1237,6 @@ extern double atof();
#define BSS_SECTION_ASM_OP (current_section_is_text = 0, ".bss")
-/* Define the .bss section for ASM_OUTPUT_LOCAL to use. */
-
-#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; \
- } \
-}
-
/* This is how to output an assembler line
that says to advance the location counter
to a multiple of 2**LOG bytes. */