summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d61b465bdb2..72ef1e45d5c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,16 @@
+2015-06-01 Dominik Vogt <vogt@linux.vnet.ibm.com>
+
+ * config/s390/driver-native.c: New file.
+ * config/s390/x-native: New file.
+ * config.host: Add new files for s390.
+ * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
+ and -march=native
+ * config.gcc: Likewise.
+ * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
+ * config/s390/s390-opts.h (enum processor_type): Ditto.
+ * config/s390/s390.c (s390_option_override): Catch unhandled
+ PROCESSOR_NATIVE
+
2015-06-01 Ilya Enkovich <ilya.enkovich@intel.com>
PR target/65527