diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-10-24 19:38:53 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-10-24 19:38:53 +0000 |
commit | 7751947bd429bac340da0ad697a8960648161db1 (patch) | |
tree | f1cc31dde0ea5d3757a4069474979182fca67a37 /gcc/config/svr3.h | |
parent | 36f0e0a60c6d6e70f28b9bd4d9e736845b3d40c4 (diff) | |
download | gcc-7751947bd429bac340da0ad697a8960648161db1.zip gcc-7751947bd429bac340da0ad697a8960648161db1.tar.gz gcc-7751947bd429bac340da0ad697a8960648161db1.tar.bz2 |
output.h (ctors_section, [...]): Prototype.
* output.h (ctors_section, dtors_section, bss_section): Prototype.
* alpha/alpha-interix.h (text_section): Delete prototype.
* alpha/elf.h (text_section): Likewise.
* arm/linux-elf.h (text_section): Likewise.
* arm/linux-telf.h (text_section): Likewise.
* c4x/c4x.h (text_section): Likewise.
* dsp16xx/dsp16xx.h (bss_section): Likewise.
* elfos.h (text_section): Likewise.
* i386/aix386ng.h (text_section): Likewise.
* i386/i386-interix.h (text_section): Likewise.
* i386/sco5.h (text_section): Likewise.
* i386/svr3gas.h (text_section): Likewise.
* nextstep.h (text_section): Likewise.
* psos.h (text_section): Likewise.
* ptx4.h (text_section): Likewise.
* svr3.h (text_section): Likewise.
* svr4.h (text_section, ctors_section, dtors_section): Likewise.
From-SVN: r30145
Diffstat (limited to 'gcc/config/svr3.h')
-rw-r--r-- | gcc/config/svr3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index 3475561..a32a56b 100644 --- a/gcc/config/svr3.h +++ b/gcc/config/svr3.h @@ -288,7 +288,6 @@ fini_section () \ void \ const_section () \ { \ - extern void text_section(); \ if (!USE_CONST_SECTION) \ text_section(); \ else if (in_section != in_const) \ |