aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/sysv4.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-06-15 22:10:35 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-06-15 22:10:35 +0000
commit8f95bd529b9e8da475ed81928b5b0502f13d19ad (patch)
tree7776cf75166bd23e2b02b55d412bb0a799c13b67 /gcc/config/rs6000/sysv4.h
parenta352c71f328a6e8c1de14a4e7322cfa4e2188d72 (diff)
downloadgcc-8f95bd529b9e8da475ed81928b5b0502f13d19ad.zip
gcc-8f95bd529b9e8da475ed81928b5b0502f13d19ad.tar.gz
gcc-8f95bd529b9e8da475ed81928b5b0502f13d19ad.tar.bz2
mips.h (asm_file_name, [...]): Remove.
* config/mips/mips.h (asm_file_name, g_switch_set, g_switch_value): Remove. * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove unnecessary extern declarations. From-SVN: r67988
Diffstat (limited to 'gcc/config/rs6000/sysv4.h')
-rw-r--r--gcc/config/rs6000/sysv4.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h
index 57b26e3..83c7293 100644
--- a/gcc/config/rs6000/sysv4.h
+++ b/gcc/config/rs6000/sysv4.h
@@ -170,9 +170,6 @@ extern const char *rs6000_tls_size_string; /* For -mtls-size= */
#define SUBTARGET_OVERRIDE_OPTIONS \
do { \
- extern unsigned HOST_WIDE_INT g_switch_value; \
- extern int g_switch_set; \
- \
if (!g_switch_set) \
g_switch_value = SDATA_DEFAULT_SIZE; \
\