]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - fixincludes/ChangeLog
Fix up ChangeLog entries (name, e-mail, formatting, otherwise).
[thirdparty/gcc.git] / fixincludes / ChangeLog
index d37b5efa1002d29e6e8685d6c108c9a64d5a4b24..925423c382224de907c62f061144e8e17b2c02d7 100644 (file)
@@ -1,3 +1,184 @@
+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>
+
+       * inclhack.def (complier_h_tradcpp): New.
+       * fixincl.x: Rebuilt.
+       * tests/base/linux/compiler.h: New.
+
+2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (solaris_pow_int_overload): Update comment.
+       Change guard to match <cmath>.
+       * fixincl.x: Regenerate.
+       * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
+       Matching change.
+
+2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_null): New.
+       (void_null): Update replacement definition of NULL.
+       * fixincl.x: Regenerate.
+       * tests/base/curses.h: Update for new fix.
+
+2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * inclhack.def (feraiseexcept_nosse_invalid): New.
+       (feraiseexcept_nosse_divbyzero): Likewise.
+       * fixincl.x: Rebuilt.
+       * tests/base/bits/fenv.h: New.
+
+2013-01-14  Richard Biener  <rguenther@suse.de>
+
+       * fixlib.h (verbose_level, fixinc_mode): Mark extern.
+
+2012-10-29  Bruce Korb  <bkorb@gnu.org>
+
+       * README: testing wrap and replacement fixes is pointless.
+       * fixincl.c: export verbosity enumerations to fixlib.h
+       (run_compiles): mark replacement fixes to be skipped when
+       in testing mode
+       * fixlib.h: add a test mode and enumerations from fixincl.c
+       * check.tpl: set TEST_MODE in environment
+       * fixopts.c (initialize_opts): check for TEST_MODE in environment
+       * inclhack.def: move AAB_darwin7_9_long_double_funcs to
+       darwin_9_long_double_funcs_2.  It is not a replacement fix.
+       * fixincl.x: regenerate
+       * tests/base/ioLib.h: the need for this is now exposed, so add it.
+       * tests/base/architecture/ppc/math.h: the correct result is now needed.
+
+2012-10-29  Robert Mason  <rbmj@verizon.net>
+
+       * fixinc.in: Omit machine name checks for vxworks
+       * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
+       (AAB_vxworks_regs_vxtypes): another
+       (AAB_vxworks_stdint): yet another
+       (AAB_vxworks_unistd): and another
+       (vxworks_ioctl_macro): reformatting fix
+       (vxworks_mkdir_macro): again
+       (vxworks_regs): and again
+       (vxworks_write_const): and again
+       * tests/base/ioLib.h: new test result
+       * tests/base/math.h: likewise
+       * tests/base/sys/stat.h: likewise
+       * tests/base/testing.h: and again
+
+2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (AAB_aix_fcntl): New fix.
+       * fixincl.x: Regenerate.
+
+2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_mutex_initializer_1): New fix.
+       (aix_cond_initializer_1): New fix.
+       (aix_rwlock_initializer): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
+       [AIX_COND_INITIALIZER_1_CHECK]: New.
+       [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
+
+2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
+       gcc_AC_FUNC_MMAP_BLACKLIST.
+       * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2012-04-24  Tristan Gingold  <gingold@adacore.com>
+
+       * fixincl.c (fix_with_system): Add missing specifier.
+       * configure.ac: Default to twoprocess on vms.
+       * configure: Regenerate.
+
+2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_malloc): New.
+       * fixincl.x: Regenerate.
+       * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
+
+2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR other/52626
+       * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
+       (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
+
+2012-03-15  Tristan Gingold  <gingold@adacore.com>
+
+       * README (EXAMPLES OF FIXES): Update.
+
+2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (math_exception): Remove duplicate.
+       (solaris_cond_init): Remove.
+       (solaris_sys_va_list): Remove Solaris 8 support.
+       * fixincl.x: Regenerate.
+       * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
+
+2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
+       (irix___restrict): Remove.
+       (irix___generic1): Remove.
+       (irix___generic2): Remove.
+       (irix_asm_apostrophe): Remove.
+       (irix_complex): Remove.
+       (irix_pthread_init): Remove.
+       (irix_socklen_t): Remove.
+       (irix_stdint_c99_mode): Remove.
+       (irix_stdint_c99_types): Remove.
+       (irix_stdint_c99_macros): Remove.
+       (irix_stdio_va_list): Remove IRIX 6.5 support.
+       (irix_wcsftime): Remove.
+       (stdio_va_list): Remove IRIX 6.5 support.
+       (svr4_profil): Remove IRIX bypass.
+       * fixincl.x: Regenerate.
+
+       * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
+       * tests/base/internal/math_core.h: Remove.
+       * tests/base/internal/sgimacros.h: Remove.
+       * tests/base/internal/wchar_core.h: Remove.
+       * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
+       support.
+       * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
+       * tests/base/stdint-irix65.h: Remove.
+       * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
+       * tests/base/sys/asm.h: Remove.
+       * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
+
+2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * inclhack.def (alpha___extern_prefix): Remove.
+       (alpha___extern_prefix_standards): Remove.
+       (alpha___extern_prefix_sys_stat): Remove.
+       (alpha_bad_lval): Remove.
+       (alpha_pthread): Remove.
+       (alpha_pthread_gcc): Remove.
+       (alpha_pthread_init): Remove.
+       * fixincl.x: Regenerate.
+       * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
+       [ALPHA_PTHREAD_GCC_CHECK]: Remove.
+       [ALPHA_PTHREAD_INIT_CHECK]: Remove.
+       * tests/base/standards.h: Remove.
+       * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
+       Remove.
+       * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
+       [ALPHA_BAD_LVAL_CHECK]: Remove.
+
 2012-03-12  Tristan Gingold  <gingold@adacore.com>
 
        * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
 
        * inclhack.def (aix_complex): New fix.
        * fixincl.x: Regenerate.
-       
+
 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
 
        * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
        targets for which a no-op fixer is appropriate.
-       
+
 2006-11-07  Richard Guenther  <rguenther@suse.de>
 
        * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
 
        * inclhack.def (solaris_once_init_1): New.
        * tests/base/pthread.h: Adjust for new fix.
-       
+
        * fixincl.x: Regenerate.
 
 2006-07-17  Roger Sayle  <roger@eyesopen.com>