Fix lto-wrapper link flags
[gcc.git] / fixincludes / ChangeLog
index 957181d18164bdd3f87a8dd51626d838acb15611..808b64aeb761664ea30d543232cfad65d81aab14 100644 (file)
@@ -1,3 +1,100 @@
+2018-02-22  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_stdlib_vec_malloc): New.
+       (aix_stdlib_vec_calloc): New.
+       * fixincl.x: Regenerate.
+       * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
+       [AIX_STDLIB_VEC_CALLOC]: New test.
+
+2017-10-13  Mike Frysinger  <vapier@chromium.org>
+
+       * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
+       's|[^/]*//*||'.
+
+2017-06-12  Doug Rupp  <rupp@adacore.com>
+
+       * inclhack.def (AAB_vxworks_stdint): Remove hack.
+       * fixincl.x: Regenerate.
+
+2017-02-25  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR target/68739
+       * inclhack.def (hpux11_pthread_pointer): New fix.
+       (hpux11_pthread_const): Adjust to remove void * cast from define.
+       * fixincl.x: Regenerate.
+
+2017-02-11  John David Anglin  <danglin@gcc.gnu.org>
+
+       * tests/base/alloca.h: New file.
+       * inclhack.def (hppa_hpux11_alloca): New fix.
+       * fixincl.x: Regenerate.
+
+2017-01-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/79046
+       * configure.ac: Add GCC_BASE_VER.
+       * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
+       get version from BASE-VER file.
+       * configure: Regenerated.
+
+2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR libstdc++/78979
+       * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
+       (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
+       * fixincl.x: Regenerate.
+       * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
+       SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
+       SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
+
+2016-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (solaris_math_12): New fix.
+       (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
+       * fixincl.x: Regenerate.
+       * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
+
+2016-11-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR sanitizer/78267
+       * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
+       (darwin_os_trace_2, darwin_os_trace_3): New fixes.
+       (hpux_stdint_least_fast): Remove spurious _EOFix_.
+       * fixincl.x: Regenerate.
+       * tests/bases/AvailabilityInternal.h: New file.
+       * tests/bases/os/trace.h: New file.
+
+2016-09-30  Tadek Kijkowski  <tkijkowski@gmail.com>
+
+       * check.tpl: Convert line endings to unix on test outputs
+       * fixfixes.c: Fixed passing file name to apply_fix when
+       SEPARATE_FIX_PROC is defined
+       * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
+       * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
+
+2016-09-04  John David Anglin  <danglin@gcc.gnu.org>
+
+       * inclhack.def (hpux_longjmp): Adjust select regular expression.
+       * fixincl.x: Regenerate.
+
+2016-08-13  John David Anglin  <danglin@gcc.gnu.org>
+
+       * inclhack.def (hpux_longjmp): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/setjmp.h: New test file.
+
+2016-08-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       PR bootstrap/72833
+       * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
+       * inclhack.def (darwin_longjmp_noreturn): New fix.
+       * fixincl.x: Regenerated.
+       * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
+
+2016-08-01  Muhammad Bilal  <mbilal@codesourcery.com>
+
+       * fixinc.in: Use --parents option to make LIB directory.
+
 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
 
        * mkfixinc.sh: Remove interix support.