]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - fixincludes/ChangeLog
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / fixincludes / ChangeLog
index ba0c1e0e5fef2d257a0b726569e0b7318537b16b..918f33f7b15e491a431837e355930ed4f0a62476 100644 (file)
@@ -1,3 +1,492 @@
+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>
+
+       * 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)
+       (vms_do_not_redeclare_hostalias, vms_decc_builtin)
+       (vms_no_64bit_getopt, vms_forward_declare_struct)
+       (vms_use_fast_setjmp): New fixes.
+       * fixincl.x: Regenerate.
+       * tests/base/rtldef/string.h: Update.
+       * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
+       * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
+       * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
+
 2012-01-11  Bruce Korb <bkorb@gnu.org>
            Steven G. Kargl  <kargl@gcc.gnu.org>
            Andreas Tobler  <andreast@fgznet.ch>
 
        * 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*.
        * 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
 
        * 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>
        * 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