X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=ChangeLog;h=e13764b5f96a61f68626361a1334387c8bbd7dc0;hb=713125282e264e5203f725ec969468d26cc966a1;hp=731932061beffaef9115db4deee6cfcd2d570d50;hpb=7438668070a8d6dd660e3c670e5218e7b261fc15;p=gcc.git diff --git a/ChangeLog b/ChangeLog index 731932061be..e13764b5f96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,279 @@ +2019-01-03 Rainer Orth + + PR target/88535 + * config.guess: Import upstream version 2019-01-03. + * config.sub: Import upstream version 2019-01-01. + +2018-12-21 Thomas Preud'homme + + * MAINTAINERS (Write After Approval): Update my maintainer address. + +2018-12-21 Gergö Barany + + * MAINTAINERS (Write After Approval): Add myself. + +2018-12-10 Segher Boessenkool + + * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe. + +2018-12-05 Iain Sandoe + + * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool. + (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise + (GCC_TARGET_TOOL): Likewise. + * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET. + (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET. + OTOOL, OTOOL_FOR_TARGET: New substitutions. + (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL. + * configure: Regenerate. + * Makefile.in: Likewise. + +2018-11-28 Johannes Pfau + + * MAINTAINERS (Write After Approval): Add myself. + +2018-11-13 Martin Liska + + * gcc.target/i386/pr87930.c: Move to ... + * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets. + +2018-11-10 Stafford Horne + + * MAINTAINERS (CPU Port Maintainers): Add myself for or1k. + (Write After Approval): Remove myself. + +2018-11-06 Hafiz Abid Qadeer + + * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS. + Append $INCICONV to it. + +2018-11-04 Stafford Horne + + * MAINTAINERS (Write After Approval): Add myself. + +2018-10-31 Joseph Myers + + PR bootstrap/82856 + * multilib.am: New file. From automake. + + Merge from binutils-gdb: + 2018-06-19 Simon Marchi + + * libtool.m4: Use AC_LANG_SOURCE. + * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE. + * ar-lib: New file. + * test-driver: New file. + * configure: Re-generate. + +2018-10-31 Michael Ploujnikov + + * MAINTAINERS (Write After Approval): Add myself. + +2018-10-31 Iain Buclaw + + PR bootstrap/87788 + PR d/87799 + * configure: Rebuild. + * configure.ac: Disable D on systems where it is known not to work. + +2018-10-28 Iain Buclaw + + * Makefile.def (target_modules): Add libphobos. + (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and + GDCFLAGS_FOR_TARGET. + (dependencies): Make libphobos depend on libatomic, libbacktrace + configure, and zlib configure. + (language): Add language d. + * Makefile.in: Rebuild. + * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS. + (HOST_EXPORTS): Add GDC. + (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD. + (BASE_TARGET_EXPORTS): Add GDC. + (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables. + (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables. + (EXTRA_HOST_FLAGS): Add GDC. + (STAGE1_FLAGS_TO_PASS): Add GDC. + (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS. + * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag + environment variables. + * configure: Rebuild. + * configure.ac: Add target-libphobos to target_libraries. Set and + substitute GDC_FOR_BUILD and GDC_FOR_TARGET. + +2018-10-24 Ilya Leoshkevich + + * MAINTAINERS (Write After Approval): Add myself. + +2018-10-23 Iain Buclaw + + * MAINTAINERS (Write After Approval): Remove myself. + +2018-10-23 Iain Buclaw + + * MAINTAINERS: Add myself as D front-end and libphobos maintainer. + +2018-10-14 Bin Cheng + + * MAINTAINERS: Update my email address. + +2018-10-04 Thomas Schwinge + + * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC" + maintainer. + +2018-09-13 Matthew Malcomson + + * MAINTAINERS (Write After Approval): Add self. + +2018-09-13 Sam Tebbs + + * MAINTAINERS (write after approval): Add myself. + +2018-09-04 Xuepeng Guo + + * MAINTAINERS: Update my email address. + +2018-08-29 Vlad Lazar + + * MAINTAINERS (write after approval): Add myself. + +2018-08-21 Richard Sandiford + + * MAINTAINERS: Add self to global reviewers list. + +2018-08-17 Sandra Loosemore + + MAINTAINERS: Add c-sky port maintainers. + +2018-08-10 Martin Liska + + * MAINTAINERS: Revert change in previous commit and + join lines. + +2018-08-10 Martin Liska + + * MAINTAINERS: Remove extra line. + +2018-08-06 Naveen H.S + + * MAINTAINERS: Update my email address. + +2018-07-19 DJ Delorie + + * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself + as maintainer. + +2018-07-16 Andreas Krebbel + + * MAINTAINERS: Adjust email address for me and my colleague Robin + Dapp. + +2018-07-13 H.J. Lu + Sunil K Pandey + + PR target/84413 + * config/i386/i386.c (m_CORE_AVX512): New. + (m_CORE_AVX2): Likewise. + (m_CORE_ALL): Add m_CORE_AVX2. + * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2. + Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal + and remove the rest of m_SKYLAKE_AVX512. + +2018-07-06 Sebastian Huber + + * config.sub: Sync with upstream version 2018-07-03. + +2018-07-06 Sebastian Huber + + * config.guess: Sync with upstream version 2018-06-26. + * config.sub: Sync with upstream version 2018-07-02. + +2018-06-19 Bernhard M. Wiedemann + + * libtool.m4: Sort output of 'find' to enable deterministic builds. + * ltmain.sh: Likewise. + +2018-07-03 Segher Boessenkool + + * contrib/config-list.mk: Remove powerpc-linux_paired. + +2018-06-29 Alexandre Oliva + + * configure.ac: Introduce support for @unless/@endunless. + * Makefile.tpl (dep-kind): Rewrite with cond; return + postbootstrap in some cases. + (make-postboot-dep, postboot-targets): New. + (dependencies): Do not output postbootstrap dependencies at + first. Output non-target ones changed for configure to depend + on stage_last @if gcc-bootstrap, and the original deps @unless + gcc-bootstrap. + * configure.in, Makefile.in: Rebuilt. + +2018-06-28 Jackson Woodruff + + * MAINTAINERS (write after approval): Add myself. + +2018-06-26 Rasmus Villemoes + + * MAINTAINERS (write after approval): Add myself. + +2018-06-19 Nick Clifton + + * zlib/configure.ac: Restore old behaviour of only enabling + multilibs when a target subdirectory is defined. This allows + building with srcdir == builddir. + * zlib/configure: Regenerate. + +2018-06-18 Eric Botcazou + + * Makefile.def (fortran): Add check-target-libgomp-fortran. + * Makefile.tpl (check-target-libgomp-fortran): New phony target. + * Makefile.in: Regenerate. + +2018-06-16 Ben Elliston + + * config.guess: Import latest version. + * config.sub: Likewise. + +2018-06-08 Martin Liska + + * MAINTAINERS: Remove MPX-related entries. + * Makefile.def: Remove libmpx support. + * Makefile.in: Regenerate. + * configure.ac: Remove removed files. + * configure: Regenerate. + * libmpx/ChangeLog: Remove. + * libmpx/Makefile.am: Remove. + * libmpx/Makefile.in: Remove. + * libmpx/acinclude.m4: Remove. + * libmpx/aclocal.m4: Remove. + * libmpx/config.h.in: Remove. + * libmpx/configure: Remove. + * libmpx/configure.ac: Remove. + * libmpx/configure.tgt: Remove. + * libmpx/libmpx.spec.in: Remove. + * libmpx/mpxrt/Makefile.am: Remove. + * libmpx/mpxrt/Makefile.in: Remove. + * libmpx/mpxrt/libmpx.map: Remove. + * libmpx/mpxrt/libtool-version: Remove. + * libmpx/mpxrt/mpxrt-utils.c: Remove. + * libmpx/mpxrt/mpxrt-utils.h: Remove. + * libmpx/mpxrt/mpxrt.c: Remove. + * libmpx/mpxrt/mpxrt.h: Remove. + * libmpx/mpxwrap/Makefile.am: Remove. + * libmpx/mpxwrap/Makefile.in: Remove. + * libmpx/mpxwrap/libmpxwrappers.map: Remove. + * libmpx/mpxwrap/libtool-version: Remove. + * libmpx/mpxwrap/mpx_wrappers.c: Remove. + +2018-06-04 Martin Liska + + * MAINTAINERS: Add myself as gcov maintainer. + +2018-06-04 Matthew Fortune + + * MAINTAINERS: Update my email address. + 2018-06-04 Tom de Vries * MAINTAINERS: Remove write-after-approval entries for component