[arm] Make 'auto' the default FPU selection option.
[gcc.git] / config / ChangeLog
index a2225cdab705e217b12540767b5aa5c788420378..4d54353500745aca78e6d8fd86fec8963e57c812 100644 (file)
@@ -1,3 +1,125 @@
+2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * mt-android: New file.
+
+2017-02-13  Richard Biener  <rguenther@suse.de>
+
+       * isl.m4: Remove support for ISL 0.14.
+
+2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/78478
+       * ax_check_define.m4: New file.
+
+2017-01-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/79046
+       * acx.m4 (GCC_BASE_VER): New m4 function.
+       (ACX_TOOL_DIRS): Require GCC_BASE_VER, for
+       --with-gcc-major-version-only use just major number from BASE-VER.
+
+2017-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR go/78978
+       * hwcaps.m4 (GCC_CHECK_ASSEMBLER_HWCAP): New macro.
+
+2017-01-04  Alan Modra  <amodra@gmail.com>
+
+       * picflag.m4: Remove stray \xA0 in comment.
+
+2016-12-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * hwcaps.m4: New file.
+
+2016-12-08  Alan Modra  <amodra@gmail.com>
+
+       * elf.m4: Revert 2016-06-21 change.
+       * picflag.m4: Likewise.  Revert 2016-04-30 change too.
+       * override.m4 (AC_PROG_LEX): Import 2016-01-18 binutils fix
+       for PR binutils/19481.
+
+2016-12-02  Maxim Ostapenko  <m.ostapenko@samsung.com>
+
+       * bootstrap-asan.mk: Replace LSAN_OPTIONS=detect_leaks=0 with
+       ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1.
+
+2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
+
+       * acx.m4: Change "tail +16c" to "tail -c +17".
+
+2016-12-01  Matthias Klose  <doko@ubuntu.com>
+
+       * pkg.m4: Remove.
+
+2016-11-30  Matthias Klose  <doko@ubuntu.com>
+
+       * pkg.m4: New file.
+
+2016-11-15  Matthias Klose  <doko@ubuntu.com>
+
+       multi.m4: Don't set GCJ.
+
+2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * elf.m4: Remove interix support.
+       * picflag.m4: Likewise.
+
+2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * picflag.m4:  Remove SH5 support.
+
+2015-10-21  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
+
+       * bootstrap-asan.mk: Replace ASAN_OPTIONS=detect_leaks with
+       LSAN_OPTIONS=detect_leaks.
+
+2015-08-24  Yaakov Selkowitz  <yselkowi@redhat.com>
+
+       * iconv.m4 (AM_ICONV_LINK): Use in-tree libiconv when present.
+
+2015-07-24  Micahel Darling  <darlingm@gmail.com>
+
+       PR other/66259
+       * gettext.m4: Reflects renaming of configure.in to configure.ac
+       * po.m4: Likewise
+       * stdint.m4: Likewise
+       * tcl.m4: Likewise
+
+2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * zlib.m4: Sync with binutils-gdb.
+
+2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dfp.m4 (enable_decimal_float): Also set to yes for
+       i?86*-*-elfiamcu target.
+
+2015-05-27  Jason Merrill  <jason@redhat.com>
+
+       PR bootstrap/66304
+       * warnings.m4 (ACX_PROG_CXX_WARNING_OPTS)
+       (ACX_PROG_CXX_WARNINGS_ARE_ERRORS)
+       (ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC): New.
+       (ACX_PROG_CC_WARNING_OPTS, ACX_PROG_CC_WARNING_ALMOST_PEDANTIC)
+       (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Push into C language context.
+
+2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * sjlj.m4: New file.
+
+2015-05-04  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * bitfields.m4: Change int to long long, and use bitfields of
+       width 1 instead of 0.
+
+2015-05-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * bitfields.m4: New file.
+
+2015-04-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bootstrap-mpx.mk: New file.
+
 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
            Iain Sandoe  <iain@codesourcery.com>