diff options
author | Doug Evans <dje@gnu.org> | 1996-02-29 02:54:55 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-02-29 02:54:55 +0000 |
commit | 6505a117cd631680dc1c4110431501d17efa3773 (patch) | |
tree | 9777a63a0cc31fa13141174cb059048cec35116c /gcc/config/lynx.h | |
parent | edca70fc055b1a9ab40e97888ebb1a5b69802d93 (diff) | |
download | gcc-6505a117cd631680dc1c4110431501d17efa3773.zip gcc-6505a117cd631680dc1c4110431501d17efa3773.tar.gz gcc-6505a117cd631680dc1c4110431501d17efa3773.tar.bz2 |
lynx.h (EXTRA_SECTIONS): Delete in_bss.
* lynx.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
From-SVN: r11366
Diffstat (limited to 'gcc/config/lynx.h')
-rw-r--r-- | gcc/config/lynx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index 04919d4..62c790b 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -1,5 +1,5 @@ /* Target independent definitions for LynxOS. - Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -133,12 +133,11 @@ do { \ #undef INIT_SECTION_ASM_OP #undef EXTRA_SECTIONS -#define EXTRA_SECTIONS in_const, in_bss, in_ctors, in_dtors, in_fini, +#define EXTRA_SECTIONS in_const, in_ctors, in_dtors, in_fini #undef EXTRA_SECTION_FUNCTIONS #define EXTRA_SECTION_FUNCTIONS \ CONST_SECTION_FUNCTION \ - BSS_SECTION_FUNCTION \ CTORS_SECTION_FUNCTION \ DTORS_SECTION_FUNCTION \ FINI_SECTION_FUNCTION |