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 | |
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')
-rw-r--r-- | gcc/config/alpha/alpha-interix.h | 2 | ||||
-rw-r--r-- | gcc/config/alpha/elf.h | 2 | ||||
-rw-r--r-- | gcc/config/arm/linux-elf.h | 2 | ||||
-rw-r--r-- | gcc/config/arm/linux-telf.h | 2 | ||||
-rw-r--r-- | gcc/config/c4x/c4x.h | 1 | ||||
-rw-r--r-- | gcc/config/dsp16xx/dsp16xx.h | 1 | ||||
-rw-r--r-- | gcc/config/elfos.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/aix386ng.h | 1 | ||||
-rw-r--r-- | gcc/config/i386/i386-interix.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/sco5.h | 1 | ||||
-rw-r--r-- | gcc/config/i386/svr3gas.h | 1 | ||||
-rw-r--r-- | gcc/config/nextstep.h | 1 | ||||
-rw-r--r-- | gcc/config/psos.h | 2 | ||||
-rw-r--r-- | gcc/config/ptx4.h | 2 | ||||
-rw-r--r-- | gcc/config/svr3.h | 1 | ||||
-rw-r--r-- | gcc/config/svr4.h | 4 |
16 files changed, 0 insertions, 27 deletions
diff --git a/gcc/config/alpha/alpha-interix.h b/gcc/config/alpha/alpha-interix.h index f90d06f..5e6bc02 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 () \ diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index a4e1acc..cb63845 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -268,8 +268,6 @@ do { \ #undef READONLY_DATA_SECTION #define READONLY_DATA_SECTION() const_section () -extern void text_section (); - #define CONST_SECTION_FUNCTION \ void const_section PROTO ((void)); \ void \ diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 3905490..87fc678 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -166,8 +166,6 @@ do { \ definition in the target-specific file which includes this file. */ #define SUBTARGET_EXTRA_SECTION_FUNCTIONS CONST_SECTION_FUNCTION -extern void text_section (); - #define CONST_SECTION_ASM_OP ".section\t.rodata" #define CONST_SECTION_FUNCTION \ diff --git a/gcc/config/arm/linux-telf.h b/gcc/config/arm/linux-telf.h index 8be3852..dd730d8 100644 --- a/gcc/config/arm/linux-telf.h +++ b/gcc/config/arm/linux-telf.h @@ -125,8 +125,6 @@ Boston, MA 02111-1307, USA. */ definition in the target-specific file which includes this file. */ #define SUBTARGET_EXTRA_SECTION_FUNCTIONS CONST_SECTION_FUNCTION -extern void text_section (); - #define CONST_SECTION_ASM_OP ".section\t.rodata" #define CONST_SECTION_FUNCTION \ diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 5644ee2..20a5835 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -1940,7 +1940,6 @@ fini_section () \ void \ const_section () \ { \ - extern void text_section(); \ if (! USE_CONST_SECTION) \ text_section(); \ else if (in_section != in_const) \ diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 320a2a1..5d96207 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -72,7 +72,6 @@ extern void function_epilogue (); extern int dsp1600_comparison_reverse (); extern void double_reg_from_memory (); extern void double_reg_to_memory (); -extern void bss_section (); extern struct rtx_def *dsp16xx_function_arg (); extern void dsp16xx_function_arg_advance (); extern enum rtx_code next_cc_user_code (); diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index a23805e..ad88b1e 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -280,8 +280,6 @@ do { \ #define READONLY_DATA_SECTION() const_section () -extern void text_section (); - #define CONST_SECTION_FUNCTION \ void \ const_section () \ diff --git a/gcc/config/i386/aix386ng.h b/gcc/config/i386/aix386ng.h index 9a8dae6..521dd94 100644 --- a/gcc/config/i386/aix386ng.h +++ b/gcc/config/i386/aix386ng.h @@ -124,7 +124,6 @@ Boston, MA 02111-1307, USA. */ void \ const_section () \ { \ - extern void text_section(); \ text_section(); \ } diff --git a/gcc/config/i386/i386-interix.h b/gcc/config/i386/i386-interix.h index 30017be..70b8bc4 100644 --- a/gcc/config/i386/i386-interix.h +++ b/gcc/config/i386/i386-interix.h @@ -304,8 +304,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 () \ diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index bea9ede..0790e38 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -590,7 +590,6 @@ do { \ void \ const_section () \ { \ - extern void text_section(); \ if (!USE_CONST_SECTION) \ text_section(); \ else if (in_section != in_const) \ diff --git a/gcc/config/i386/svr3gas.h b/gcc/config/i386/svr3gas.h index a288b84..308aa5a 100644 --- a/gcc/config/i386/svr3gas.h +++ b/gcc/config/i386/svr3gas.h @@ -178,7 +178,6 @@ fini_section () \ void \ const_section () \ { \ - extern void text_section(); \ if (!USE_CONST_SECTION) \ text_section(); \ else if (in_section != in_const) \ diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index ea56709..05d1bd4 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -322,7 +322,6 @@ extern int handle_pragma (); void \ FUNCTION () \ { \ - extern void text_section (); \ extern void objc_section_init (); \ extern int flag_no_mach_text_sections; \ \ diff --git a/gcc/config/psos.h b/gcc/config/psos.h index 23a41e1..1d3b2f8 100644 --- a/gcc/config/psos.h +++ b/gcc/config/psos.h @@ -116,8 +116,6 @@ while (0) CTORS_SECTION_FUNCTION \ DTORS_SECTION_FUNCTION -extern void text_section (); - #define CTORS_SECTION_FUNCTION \ void \ ctors_section () \ diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h index 3a6a572..5580ed9 100644 --- a/gcc/config/ptx4.h +++ b/gcc/config/ptx4.h @@ -497,8 +497,6 @@ do { \ #define READONLY_DATA_SECTION() const_section () -extern void text_section (); - #define CONST_SECTION_FUNCTION \ void \ const_section () \ 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) \ diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 3793b87..b2d9118 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -486,8 +486,6 @@ do { \ #define READONLY_DATA_SECTION() const_section () -extern void text_section PARAMS ((void)); - extern void const_section PARAMS ((void)); #define CONST_SECTION_FUNCTION \ void \ @@ -502,7 +500,6 @@ const_section () \ } \ } -extern void ctors_section PARAMS ((void)); #define CTORS_SECTION_FUNCTION \ void \ ctors_section () \ @@ -514,7 +511,6 @@ ctors_section () \ } \ } -extern void dtors_section PARAMS ((void)); #define DTORS_SECTION_FUNCTION \ void \ dtors_section () \ |