]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - fixincludes/ChangeLog
strlen: Fix up !si->full_string_p handling in count_nonzero_bytes_addr [PR115152]
[thirdparty/gcc.git] / fixincludes / ChangeLog
index 8471e027f897e1a2a6a2fbe0f83640d42d902581..37403c66be0767798a108266c09aa9689a8914f4 100644 (file)
@@ -1,9 +1,627 @@
+2024-05-07  Zac Walker  <zacwalker@microsoft.com>
+
+       * mkfixinc.sh: Extend for *-mingw32* targets.
+
+2023-11-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * configure: Regenerated.
+
+2023-10-30  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure: Regenerate.
+
+2023-08-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (darwin_flt_eval_method): Handle macOS 14 guard
+       variant.
+       * fixincl.x: Regenerate.
+       * tests/base/math.h [DARWIN_FLT_EVAL_METHOD_CHECK]: Update test.
+
+2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
+
+       * configure: Regenerate.
+
+2023-06-15  Marek Polacek  <polacek@redhat.com>
+
+       * Makefile.in: Set and use PICFLAG and LD_PICFLAG.  Use the "pic"
+       build of libiberty if PICFLAG is set.
+       * configure.ac:
+       * configure: Regenerate.
+
+2023-03-28  Xi Ruoyao  <xry111@xry111.site>
+
+       PR other/109293
+       * configure.ac (AC_CHECK_DECLS): Add memmem.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+       * system.h (memmem): Declare if HAVE_DECL_MEMMEM is zero.
+
+2023-02-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (solaris_math_12): Add bypass.
+       * fixincl.x: Regenerate.
+
+2023-01-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * fixincl.x: Regenerate.
+       * inclhack.def (darwin_objc_runtime_1): New hack.
+       * tests/base/objc/runtime.h: New file.
+
+2023-01-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/107568
+       * fixincl.x: Regenerate.
+       * inclhack.def: Add a fix for MacOS13 SDK function deprecations
+       in stdio.h.
+       * tests/base/stdio.h (__deprecated_msg): New test.
+
+2022-11-23  Marek Polacek  <polacek@redhat.com>
+
+       Revert:
+       2022-11-23  Marek Polacek  <polacek@redhat.com>
+
+       * Makefile.in: Set and use PICFLAG and LD_PICFLAG.  Use the "pic"
+       build of libiberty if PICFLAG is set.
+       * configure.ac:
+       * configure: Regenerate.
+
+2022-11-23  Marek Polacek  <polacek@redhat.com>
+
+       * Makefile.in: Set and use PICFLAG and LD_PICFLAG.  Use the "pic"
+       build of libiberty if PICFLAG is set.
+       * configure.ac:
+       * configure: Regenerate.
+
+2022-10-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/107059
+       * inclhack.def (glibc_cxx_floatn_5): New.
+       * fixincl.x: Regenerated.
+       * tests/base/bits/floatn.h: Regenerated.
+
+2022-10-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/107059
+       * inclhack.def (glibc_cxx_floatn_2): Handle #elif the same as #if.
+       (glibc_cxx_floatn_4): New.
+       * fixincl.x: Regenerated.
+       * tests/base/bits/floatn.h: Regenerated.
+
+2022-09-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * inclhack.def (glibc_cxx_floatn_1, glibc_cxx_floatn_2,
+       glibc_cxx_floatn_3): Add to files also "*/bits/floatn.h"
+       and "*/bits/floatn-common.h".
+       * fixincl.x: Regenerated.
+
+2022-09-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/106652
+       PR c++/85518
+       * inclhack.def (glibc_cxx_floatn_1, glibc_cxx_floatn_2,
+       glibc_cxx_floatn_3): New fixes.
+       * tests/base/bits/floatn.h: New file.
+       * fixincl.x: Regenerated.
+
+2022-08-31  Martin Liska  <mliska@suse.cz>
+
+       * configure: Regenerate.
+
+2022-08-31  Martin Liska  <mliska@suse.cz>
+
+       * configure: Regenerate.
+
+2022-08-25  Martin Liska  <mliska@suse.cz>
+
+       * config.h.in: Regenerate.
+       * configure: Regenerate.
+
+2022-02-27  John David Anglin  <danglin@gcc.gnu.org>
+
+       * inclhack.def (hpux_math_constexpr): New hack.
+       * fixincl.x: Regenerate.
+       * tests/base/math.h: Update.
+
+2022-02-04  Martin Liska  <mliska@suse.cz>
+
+       * fixinc.in: Use cd OLDDIR instead of cd .. .
+
+2022-02-03  Martin Liska  <mliska@suse.cz>
+
+       * fixinc.in: Use mkdir -p rather that a loop.
+
+2022-01-16  Olivier Hainque  <hainque@adacore.com>
+
+       * inclhack.def (vxworks_posix_open): New hack.
+       * tests/base/fcntl.h: Update.
+       * fixincl.x: Regenerate.
+
+2022-01-16  Olivier Hainque  <hainque@adacore.com>
+
+       * inclhack.def (vxworks_time_h_syslib): New hack.
+       * tests/base/time.h: Update.
+       * fixincl.x: Regenerate.
+
+2022-01-16  Olivier Hainque  <hainque@adacore.com>
+
+       * inclhack.def (vxworks_math_h_fp_c99): New hack.
+       * tests/base/math.h: Update.
+       * fixincl.x: Regenerate.
+
+2022-01-06  Olivier Hainque  <hainque@adacore.com>
+
+       * inclhack.def (vxworks_next_yvals): New hack.
+       * tests/base/yvals.h: New expected test result.
+       * fixincl.x: Regenerate.
+
+2022-01-04  Olivier Hainque  <hainque@adacore.com>
+
+       * inclhack.def (vxworks_posix_mkdir): Refine to expose a
+       varargs interface.
+       * tests/base/sys/stat.h: Update expected results.
+       * fixincl.x: Regenerate.
+
+2022-01-01  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * inclhack.def: Add new fix on darwin.
+       * fixincl.x: Regenerate.
+       * tests/base/math.h: Regenerate.
+
+2021-11-23  Xi Ruoyao  <xry111@mengyan1223.wang>
+
+       PR bootstrap/103306
+       * fixincl.c (process): Don't call abort().
+
+2021-11-13  Xi Ruoyao  <xry111@mengyan1223.wang>
+
+       PR other/21823
+       PR bootstrap/80047
+       * fixincl.c (process): Simplify the handling for highly
+       unlikely access() failure, to avoid using non-standard
+       extensions.
+
+2021-08-30  John David Anglin  <danglin@gcc.gnu.org>
+
+       * inclhack.def (hpux_c99_inttypes5): New hack to define PRIdPTR, etc.
+       * fixincl.x: Regenerate.
+       * tests/base/inttypes.h: Update.
+
+2021-07-06  Clément Chigot  <clement.chigot@atos.net>
+
+       * inclhack.def (aix_externcpp1): Improve select regexp.
+       * fixincl.x: Regenerate.
+       * tests/base/sys/socket.h: Update.
+
+2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
+
+       PR other/91085
+       * fixfixes.c (check_has_inc): New static function.
+       (machine_name_fix): Don't replace header names in
+       __has_include(...).
+       * inclhack.def (machine_name): Adjust test.
+       * tests/base/testing.h: Update.
+
+2020-12-14  Ilya Leoshkevich  <iii@linux.ibm.com>
+
+       * fixincl.x: Rerun genfixes.
+       * inclhack.def(aix_physadr_t): Change test_text to something
+       that needs to be replaced.
+       * tests/base/sys/types.h(aix_physadr_t): Add expectation.
+
+2020-11-18  Nathan Sidwell  <nathan@acm.org>
+
+       * inclhack.def (aix_physaddr_t): New.
+       * fixincl.x: Regenerated.
+
+2020-10-03  Clément Chigot  <clement.chigot@atos.net>
+
+       * inclhack.def (aix_malloc): Add more context to select.
+       * fixincl.x: Regenerate.
+       * tests/base/malloc.h: Update expected results.
+
+2020-09-26  David Edelsohn  <dje.gcc@gmail.com>
+
+       PR target/97044
+       * inclhack.def (aix_inttypes): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/sys/inttypes.h: New file.
+
+2020-09-17  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_externcpp1): Add more context to select.
+       (aix_externcpp2): Same.
+       * fixincl.x: Regenerate.
+       * tests/base/sys/socket.h: Update expected results.
+
+2020-09-17  Torbjörn SVENSSON  <torbjorn.svensson@st.com>
+           Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * fixfixes.c (pz_tmp_base, pz_tmp_dot): Define only with
+       _PC_NAME_MAX.
+
+2020-02-20  Alexandre Oliva <oliva@adacore.com>
+
+       * mkheaders.in: Don't require build-time shell on host.
+
+2020-02-13  Matheus Castanho  <msc@linux.ibm.com>
+
+       * fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
+
+2020-02-13  Alexandre Oliva <oliva@adacore.com>
+
+       * mkheaders.in: Re-create subdirs, copy limits.h into subdir.
+       * mkfixinc.sh: Create dummy fixinc for *-*-vxworks7*.
+
+2020-01-25  John David Anglin  <danglin@gcc.gnu.org>
+
+       * inclhack.def (hpux_c99_inttypes4): New, add missing SCNuMAX defines.
+       * fixincl.x: Regenerate.
+       * tests/base/inttypes.h: Update for above fix.
+
+2019-12-30  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR libgomp/93066
+       * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX
+       and UINTPTR_MAX, and missing define for SIZE_MAX.
+       * fixincl.x: Regenerate.
+       * tests/base/inttypes.h: Update for above fix.
+
+2019-08-18  C.G. Dogan <gcc+cgdogan.00@gmail.com>
+           Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/83531
+       * inclhack.def (darwin_api_availability): New, strip leading
+       underscores from API_XXXX defines.
+       * fixincl.x: Regenerate.
+       * tests/base/os/availability.h: New file.
+
+2019-06-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * inclhack.def: Replace the complex test using __STRICT_ANSI__ and
+       __STDC_VERSION__ with a test using __DARWIN_NO_LONG_LONG.
+       Ensure that the top level math.h uses <> to wrap included headers
+       rather than "".
+       * fixincl.x: Regenerated.
+       * tests/base/architecture/ppc/math.h: Update test to include the
+       __DARWIN_NO_LONG_LONG case.
+
+2019-06-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * inclhack.def: Guard __has_attribute and __has_extension in
+       os/base.h.
+       Guard Apple blocks syntax in dispatch/object.h.
+       * fixincl.x: Regenerate.
+       * tests/base/dispatch/object.h: New file.
+       * tests/base/os/base.h: New file.
+
+2019-05-11  Iain Sandoe  <iain@sandoe.co.uk>
+       PR target/90379
+       PR bootstrap/89864
+       * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
+       for wrap fixes.
+       * fixincl.x: Regenerated.
+
+2019-04-18  Erik Schnetter  <schnetter@gmail.com>
+         Jakub Jelinek  <jakub@redhat.com>
+         Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR bootstrap/89864
+       * inclhack.def (darwin_ucred__Atomic): New, work around _Atomic keyword
+       use in headers included by C++.
+       * fixincl.x: Regenerated.
+
+2018-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       PR bootstrap/82856
+       * configure.ac: Remove AC_PREREQ.
+       * aclocal.m4, configure: Regenerate.
+
+2018-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
+
+       * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
+       include of vxCpu.h, guard include of vxTypesOld.h by
+       !_ASMLANGUAGE.
+       * fixincl.x: Regenerate.
+
+2018-09-03  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
+
+       * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
+       expansion of ioctl macro.
+       * fixincl.x: Regenerate.
+
+2018-07-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_unistd): New.
+       * fixincl.x: Regenerate.
+       * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
+
+2018-06-27  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
+
+       * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
+       missing hunk.
+
+2018-06-12    Rasmus Villemoes <rasmus.villemoes@prevas.dk>
+
+       * genfixes: exit 1 when autogen not found.
+       * genfixes: Remove some redundant code.
+       * genfixes: Update URL to autogen source code.
+
+       * inclhack.def: Fix fixup for assert.h on vxworks.
+       * fixincl.x: Regenerate.
+
+2018-05-25  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
+
+       * inclhack.def (vxworks_iolib_include_unistd): New fix.
+
+2018-04-18  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/85384
+       * configure: Regenerate.
+
+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.
+
+2016-06-13  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_stdlib_malloc): New fix.
+       (aix_stdlib_realloc): New fix.
+       (aix_stdlib_calloc): New fix.
+       (aix_stdlib_valloc): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
+       [AIX_STDLIB_REALLOC]: New test.
+       [AIX_STDLIB_CALLOC]: New test.
+       [AIX_STDLIB_VALLOC]: New test.
+
+2016-01-31  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR target/68741
+       * inclhack.def (hpux_vsscanf): New fix.
+       * fixincl.x: Regenerated.
+       * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
+
+2015-08-14  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_stdio_inline): New fix.
+       (aix_strtof_const): Limit to *-*-aix*.
+       (aix_sysmachine): Same.
+       (aix_syswait_2): Same.
+       (aix_volatile): Same.
+       * fixincl.x: Regenerated.
+       * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
+
+2015-07-28  Eric Gallager  <egall@gwmail.gwu.edu>
+
+       * check.tpl: Ignore .DS_Store directories.
+
+2015-05-21  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_externc): New fix.
+       (aix_externcpp[12]): New fix.
+       * fixincl.x: Regenerate.
+       * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
+       * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
+       * test/base/fcntl.h: New file.
+
+2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
+
+       * aclocal.m4: Regenerated with automake-1.11.6.
+
+2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
+
+       * mkfixinc.sh: Add *-musl* with no fixes.
+
+2015-03-28  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR libstdc++/65500
+       * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
+
+2015-02-16  Daniel Richard G.  <skunk@iskunk.org>
+
+       PR bootstrap/48009
+       PR bootstrap/53348
+       * inclhack.def (aix_strtof_const): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/stdlib.h: New test.
+
+2015-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (solaris_math_11): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
+
+2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
+
+       PR bootstrap/53348
+       * inclhack.def (aix_pthread): Accept tab after define.
+       * fixincl.x: Regenerate.
+
+2015-01-24  Bruce Korb  <bkorb@gnu.org>
+
+       * README: add some clarification on use of test_text
+
+2014-12-21  Bruce Korb  <bkorb@gnu.org>
+
+       * fixincludes/fixincl.tpl: add handling for "sum" selection
+       criteria and clean up layout
+       * fixincludes/fixlib.h: enumerate TT_CKSUM test type
+       * fixincludes/fixincl.c (fix_applies): add code to handle
+       the new test type
+       (cksum_test): function to handle it
+       * fixincludes/README: doc it and remove explanations from
+       more than a decade ago.
+
+2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
+
+       * server.c (server_setup): Check return value of
+       getcwd and in case of error set buff[0] to 0.
+
+2014-10-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
+       * fixincl.x: Regenerate.
+
+2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
+
+       * inclhack.def (complier_h_tradcpp): Remove.
+       * fixincl.x: Regenerate.
+       * tests/base/linux/compiler.h: Remove.
+
+2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
+       (solaris_int_types): Remove.
+       (solaris_longjmp_noreturn): Remove.
+       (solaris_mutex_init_2): Remove.
+       (solaris_once_init_2): Remove.
+       (solaris_sys_va_list): Remove.
+       * fixincl.x: Regenerate.
+       * tests/base/iso/setjmp_iso.h: Remove.
+       * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
+       [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
+       solaris_once_init_2.
+       [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
+       * tests/base/sys/int_types.h: Remove.
+       * tests/base/sys/va_list.h: Remove.
+
+2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
+
+2013-12-07  Bruce Korb  <bkorb@gnu.org>
+
+       * inclhack.def: many of the headers found under "bits/" are
+       often stashed under architecture directories.  Apply fixes
+       to those, too.  Also, re-ordered misordered fixes.
+       * tests/base/linux/vt.h: 80 columns in .def file limitation
+       * tests/base/iso/math_c99.h: adjust ordering
+       * tests/base/rtldef/string.h: likewise
+       * tests/base/bits/fenv.h: likewise
+       * tests/base/pthread.h: likewise
+
+2013-12-06  Richard Biener  <rguenther@suse.de>
+
+       * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
+       being not compatible with C++.
+       * fixincl.x: Regenerate.
+       * tests/base/linux/vt.h: New test.
+
+2013-09-20  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
+2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_assert): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
+
 2013-07-06  Bruce Korb  <bkorb@gnu.org>
 
        * inclhack.def (cdef_cplusplus): removed, per Bug 51776
        * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
 
-2013-05-23  Alexander Ivchenko <alexander.ivchenko@intel.com>
+2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
 
        * inclhack.def (complier_h_tradcpp): New.
        * fixincl.x: Rebuilt.
        * tests/base/math.h: Update.
 
 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
-            Daniel Franke <franke.daniel@gmail.com>
+           Daniel Franke <franke.daniel@gmail.com>
 
        PR target/30008
        * fixincl.tpl (List): separate file name patterns with a NUL byte instead
        * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
 
 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
-            Joseph S. Myers  <joseph@codesourcery.com>
+           Joseph S. Myers  <joseph@codesourcery.com>
 
        PR target/19933
        PR target/21315