From: Doug Evans Date: Thu, 29 Feb 1996 03:12:52 +0000 (+0000) Subject: pa.h (EXTRA_SECTIONS): Delete in_bss. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7093a42ad1e7651029b52125e0cea4d23d4e4bc;p=gcc.git pa.h (EXTRA_SECTIONS): Delete in_bss. * pa/pa.h (EXTRA_SECTIONS): Delete in_bss. (EXTRA_SECTION_FUNCTIONS): Delete bss_section. From-SVN: r11379 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index a61af99bea3..28984bec538 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) \