aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2017-01-31 09:14:36 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2017-01-31 09:14:36 +0000
commit4727e06bb7c047a10aa502c829b7e4b519d8082b (patch)
tree7be2a2a3b6a960a51ffc949be4a84ad962351659 /gcc/ChangeLog
parentb6dae84928a112b2f176ad168d8c5b7e0ecdd5cb (diff)
downloadgcc-4727e06bb7c047a10aa502c829b7e4b519d8082b.zip
gcc-4727e06bb7c047a10aa502c829b7e4b519d8082b.tar.gz
gcc-4727e06bb7c047a10aa502c829b7e4b519d8082b.tar.bz2
S/390: Rename __S390_ARCH_LEVEL__ to __ARCH__.
We have recently added the predefined macro __S390_ARCH_LEVEL__ to expand to a numerical value representing the architecture document level currently in use. However, the IBM XL compiler already has a macro named __ARCH__ for that purpose. So we change our macro to that in order to improve portability. gcc/ChangeLog: 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com> * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename __S390_ARCH_LEVEL__ to __ARCH__. gcc/testsuite/ChangeLog: 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com> * gcc.target/s390/s390.exp: Rename __S390_ARCH_LEVEL__ to __ARCH__. From-SVN: r245055
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8916373..ac133d4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
+
+ * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
+ __S390_ARCH_LEVEL__ to __ARCH__.
+
2017-01-31 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/79267