diff options
author | Michael Meissner <meissner@linux.vnet.ibm.com> | 2012-03-09 16:56:25 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2012-03-09 16:56:25 +0000 |
commit | 45cfa18d29bc5a59845d7254eec5458c8272530f (patch) | |
tree | c6e446946ae4532ed5a4bf96a7cfd1dd1cd132cc /gcc/ChangeLog | |
parent | d3a26d5d27e7104a62b1c2e0fd64f917b9328826 (diff) | |
download | gcc-45cfa18d29bc5a59845d7254eec5458c8272530f.zip gcc-45cfa18d29bc5a59845d7254eec5458c8272530f.tar.gz gcc-45cfa18d29bc5a59845d7254eec5458c8272530f.tar.bz2 |
linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not redefine to be NULL if the current bit-size is different from the...
2012-03-08 Michael Meissner <meissner@the-meissners.org>
* config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
redefine to be NULL if the current bit-size is different from the
configured bit-size.
* config/rs6000/rs6000.c (rs6000_option_override_internal): If the
cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
set the default tuning. Add asserts to make sure the cpu and tune
indexes are defined. Fix tests for cpu/tune index to use >= 0 to
test whether the index is set, instead of > 0.
(rs6000_file_start): Do not reset the default cpu if the current
bit-size is different from the configured bit-size.
From-SVN: r185146
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95ce3eb..cc4df12 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2012-03-09 Michael Meissner <meissner@linux.vnet.ibm.com> + + * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not + redefine to be NULL if the current bit-size is different from the + configured bit-size. + + * config/rs6000/rs6000.c (rs6000_option_override_internal): If the + cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to + set the default tuning. Add asserts to make sure the cpu and tune + indexes are defined. Fix tests for cpu/tune index to use >= 0 to + test whether the index is set, instead of > 0. + (rs6000_file_start): Do not reset the default cpu if the current + bit-size is different from the configured bit-size. + 2012-03-09 Tristan Gingold <gingold@adacore.com> * config/vms/vms-crtlmap.map: Add comments. |