diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-24 19:38:53 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-24 19:38:53 +0000 |
commit | bf008cdddaefd88bd2d1053f8825cbe10ed068ae (patch) | |
tree | f1cc31dde0ea5d3757a4069474979182fca67a37 /gcc/config/alpha/alpha-interix.h | |
parent | 867b95d0c38aaddfd85a6cefea0f316877ab099e (diff) | |
download | gcc-bf008cdddaefd88bd2d1053f8825cbe10ed068ae.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/alpha-interix.h')
-rw-r--r-- | gcc/config/alpha/alpha-interix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/alpha/alpha-interix.h b/gcc/config/alpha/alpha-interix.h index f90d06f506a..5e6bc02868f 100644 --- a/gcc/config/alpha/alpha-interix.h +++ b/gcc/config/alpha/alpha-interix.h @@ -121,8 +121,6 @@ Boston, MA 02111-1307, USA. */ #undef READONLY_DATA_SECTION #define READONLY_DATA_SECTION() const_section () -extern void text_section (); - #define CONST_SECTION_FUNCTION \ void \ const_section () \ |