OSDN Git Service

* pa/pa.h (EXTRA_SECTIONS): Delete in_bss.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Feb 1996 03:12:52 +0000 (03:12 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Feb 1996 03:12:52 +0000 (03:12 +0000)
(EXTRA_SECTION_FUNCTIONS): Delete bss_section.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11379 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa.h

index a61af99..28984be 100644 (file)
@@ -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)                                  \