rs6000.h: Remove rs6000_long_double_size_string...

* config/rs6000/rs6000.h: Remove rs6000_long_double_size_string,
        rs6000_isel, rs6000_spe, rs6000_alignment_string,
        rs6000_sched_restricted_insns_priority_str,
        rs6000_sched_restricted_insns_priority, rs6000_abi_string.

From-SVN: r100784
This commit is contained in:
Aldy Hernandez 2005-06-08 23:45:45 +00:00 committed by Aldy Hernandez
parent 03daa27a28
commit 79a020563c
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,10 @@
2005-06-08 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.h: Remove rs6000_long_double_size_string,
rs6000_isel, rs6000_spe, rs6000_alignment_string,
rs6000_sched_restricted_insns_priority_str,
rs6000_sched_restricted_insns_priority, rs6000_abi_string.
2005-06-08 Zdenek Dvorak <dvorakz@suse.cz>
* tree-ssa-address.c (addr_for_mem_ref): Use LAST_VIRTUAL_REGISTER

View File

@ -264,7 +264,6 @@ extern struct rs6000_cpu_select rs6000_select[];
/* Debug support */
extern const char *rs6000_debug_name; /* Name for -mdebug-xxxx option */
extern const char *rs6000_abi_string; /* for -mabi={sysv,darwin,eabi,aix,altivec} */
extern int rs6000_debug_stack; /* debug stack applications */
extern int rs6000_debug_arg; /* debug argument handling */
@ -275,17 +274,11 @@ extern const char *rs6000_traceback_name; /* Type of traceback table. */
/* These are separate from target_flags because we've run out of bits
there. */
extern const char *rs6000_long_double_size_string;
extern int rs6000_long_double_type_size;
extern int rs6000_altivec_abi;
extern int rs6000_spe_abi;
extern int rs6000_isel;
extern int rs6000_spe;
extern int rs6000_float_gprs;
extern const char* rs6000_alignment_string;
extern int rs6000_alignment_flags;
extern const char *rs6000_sched_restricted_insns_priority_str;
extern int rs6000_sched_restricted_insns_priority;
extern const char *rs6000_sched_insert_nops_str;
extern enum rs6000_nop_insertion rs6000_sched_insert_nops;