invoke.texi: Document -mtune, delete -mcpu option for S/390 and zSeries.
authorHartmut Penner <hpenner@de.ibm.com>
Fri, 10 Jan 2003 15:17:15 +0000 (15:17 +0000)
committerHartmut Penner <hpenner@gcc.gnu.org>
Fri, 10 Jan 2003 15:17:15 +0000 (15:17 +0000)
commitbe2c2a4be1807e010e7faa616ea77bab16fa6e07
tree0a622063bad266c758ac7fbb2879fba586fc3783
parent1f45013893222d0c35b365d4ee93e39bce2a5041
invoke.texi: Document -mtune, delete -mcpu option for S/390 and zSeries.

       * doc/invoke.texi: Document -mtune, delete -mcpu
        option for S/390 and zSeries.
        * config/s390/s390.c (s390_tune_string) New variable.
        (s390_cpu_string) Delete variable.
        (override_options): Use s390_tune_string instead of
        s390_cpu_string.
        * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.

From-SVN: r61159
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.h