aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-02-29 03:12:52 +0000
committerDoug Evans <dje@gnu.org>1996-02-29 03:12:52 +0000
commitf7093a42ad1e7651029b52125e0cea4d23d4e4bc (patch)
tree0812589f62ef3680b86c4808696a0806708c7108
parentf3d9160755d9f9251d8b18eab48f8940e5de035a (diff)
downloadgcc-f7093a42ad1e7651029b52125e0cea4d23d4e4bc.zip
gcc-f7093a42ad1e7651029b52125e0cea4d23d4e4bc.tar.gz
gcc-f7093a42ad1e7651029b52125e0cea4d23d4e4bc.tar.bz2
pa.h (EXTRA_SECTIONS): Delete in_bss.
* pa/pa.h (EXTRA_SECTIONS): Delete in_bss. (EXTRA_SECTION_FUNCTIONS): Delete bss_section. From-SVN: r11379
-rw-r--r--gcc/config/pa/pa.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index a61af99..28984be 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for the HP Spectrum.
- Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) of Cygnus Support
and Tim Moore (moore@defmacro.cs.utah.edu) of the Center for
Software Science at the University of Utah.
@@ -1847,11 +1847,11 @@ do { fputs ("\t.SPACE $PRIVATE$\n\
/* Define the .bss section for ASM_OUTPUT_LOCAL to use. */
#ifndef CTORS_SECTION_FUNCTION
-#define EXTRA_SECTIONS in_bss, in_readonly_data
+#define EXTRA_SECTIONS in_readonly_data
#define CTORS_SECTION_FUNCTION
#define DTORS_SECTION_FUNCTION
#else
-#define EXTRA_SECTIONS in_bss, in_readonly_data, in_ctors, in_dtors
+#define EXTRA_SECTIONS in_readonly_data, in_ctors, in_dtors
#endif
/* Switch into a generic section.
@@ -1897,15 +1897,6 @@ do { fputs ("\t.SPACE $PRIVATE$\n\
#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; \
- } \
-} \
-void \
readonly_data () \
{ \
if (in_section != in_readonly_data) \