diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2002-01-21 06:22:28 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2002-01-21 06:22:28 +0000 |
commit | d1552d7b014918281e1bcb68388936b68094e354 (patch) | |
tree | dfd3c229aa1c8906416a1d3b27213c1a0a830653 /gcc/config/alpha | |
parent | 93dbe8d76d1cdf06f6108260b0d35989e906ee9b (diff) | |
download | gcc-d1552d7b014918281e1bcb68388936b68094e354.zip gcc-d1552d7b014918281e1bcb68388936b68094e354.tar.gz gcc-d1552d7b014918281e1bcb68388936b68094e354.tar.bz2 |
alpha.h, [...]: Remove commented out target macro definitions and non-target-specific comments...
* config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
out target macro definitions and non-target-specific comments
mostly taken from old versions of the manual.
From-SVN: r49033
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/alpha.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 9c6f74a..0ff8ae3 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -268,23 +268,6 @@ extern enum alpha_fp_trap_mode alpha_fptm; #endif #endif -/* This macro is similar to `TARGET_SWITCHES' but defines names of - command options that have values. Its definition is an initializer - with a subgrouping for each command option. - - Each subgrouping contains a string constant, that defines the fixed - part of the option name, and the address of a variable. The - variable, type `char *', is set to the variable part of the given - option if the fixed part matches. The actual option name is made - by appending `-m' to the specified name. - - Here is an example which defines `-mshort-data-NUMBER'. If the - given option is `-mshort-data-512', the variable `m88k_short_data' - will be set to the string `"512"'. - - extern char *m88k_short_data; - #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } } */ - extern const char *alpha_cpu_string; /* For -mcpu= */ extern const char *alpha_tune_string; /* For -mtune= */ extern const char *alpha_fprm_string; /* For -mfp-rounding-mode=[n|m|c|d] */ |