12014-05-22 Release Manager 2 3 * GCC 4.8.3 released. 4 52013-10-16 Release Manager 6 7 * GCC 4.8.2 released. 8 92013-05-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 10 11 Backport from mainline: 12 2013-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 13 14 * inclhack.def (solaris_pow_int_overload): Update comment. 15 Change guard to match <cmath>. 16 * fixincl.x: Regenerate. 17 * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]: 18 Matching change. 19 202013-05-31 Release Manager 21 22 * GCC 4.8.1 released. 23 242013-03-22 Release Manager 25 26 * GCC 4.8.0 released. 27 282013-01-16 Alexandre Oliva <aoliva@redhat.com> 29 30 * inclhack.def (feraiseexcept_nosse_invalid): New. 31 (feraiseexcept_nosse_divbyzero): Likewise. 32 * fixincl.x: Rebuilt. 33 * tests/base/bits/fenv.h: New. 34 352013-01-14 Richard Biener <rguenther@suse.de> 36 37 * fixlib.h (verbose_level, fixinc_mode): Mark extern. 38 392012-10-29 Bruce Korb <bkorb@gnu.org> 40 41 * README: testing wrap and replacement fixes is pointless. 42 * fixincl.c: export verbosity enumerations to fixlib.h 43 (run_compiles): mark replacement fixes to be skipped when 44 in testing mode 45 * fixlib.h: add a test mode and enumerations from fixincl.c 46 * check.tpl: set TEST_MODE in environment 47 * fixopts.c (initialize_opts): check for TEST_MODE in environment 48 * inclhack.def: move AAB_darwin7_9_long_double_funcs to 49 darwin_9_long_double_funcs_2. It is not a replacement fix. 50 * fixincl.x: regenerate 51 * tests/base/ioLib.h: the need for this is now exposed, so add it. 52 * tests/base/architecture/ppc/math.h: the correct result is now needed. 53 542012-10-29 Robert Mason <rbmj@verizon.net> 55 56 * fixinc.in: Omit machine name checks for vxworks 57 * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix 58 (AAB_vxworks_regs_vxtypes): another 59 (AAB_vxworks_stdint): yet another 60 (AAB_vxworks_unistd): and another 61 (vxworks_ioctl_macro): reformatting fix 62 (vxworks_mkdir_macro): again 63 (vxworks_regs): and again 64 (vxworks_write_const): and again 65 * tests/base/ioLib.h: new test result 66 * tests/base/math.h: likewise 67 * tests/base/sys/stat.h: likewise 68 * tests/base/testing.h: and again 69 702012-09-29 David Edelsohn <dje.gcc@gmail.com> 71 72 * inclhack.def (AAB_aix_fcntl): New fix. 73 * fixincl.x: Regenerate. 74 752012-06-19 David Edelsohn <dje.gcc@gmail.com> 76 77 * inclhack.def (aix_mutex_initializer_1): New fix. 78 (aix_cond_initializer_1): New fix. 79 (aix_rwlock_initializer): New fix. 80 * fixincl.x: Regenerate. 81 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New. 82 [AIX_COND_INITIALIZER_1_CHECK]: New. 83 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New. 84 852012-05-29 Thomas Schwinge <thomas@codesourcery.com> 86 87 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of 88 gcc_AC_FUNC_MMAP_BLACKLIST. 89 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc. 90 * aclocal.m4: Regenerate. 91 * configure: Regenerate. 92 932012-04-24 Tristan Gingold <gingold@adacore.com> 94 95 * fixincl.c (fix_with_system): Add missing specifier. 96 * configure.ac: Default to twoprocess on vms. 97 * configure: Regenerate. 98 992012-03-23 David Edelsohn <dje.gcc@gmail.com> 100 101 * inclhack.def (aix_malloc): New. 102 * fixincl.x: Regenerate. 103 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New. 104 1052012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 106 107 PR other/52626 108 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK] 109 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal. 110 1112012-03-15 Tristan Gingold <gingold@adacore.com> 112 113 * README (EXAMPLES OF FIXES): Update. 114 1152012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 116 117 * inclhack.def (math_exception): Remove duplicate. 118 (solaris_cond_init): Remove. 119 (solaris_sys_va_list): Remove Solaris 8 support. 120 * fixincl.x: Regenerate. 121 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove. 122 1232012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 124 125 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support. 126 (irix___restrict): Remove. 127 (irix___generic1): Remove. 128 (irix___generic2): Remove. 129 (irix_asm_apostrophe): Remove. 130 (irix_complex): Remove. 131 (irix_pthread_init): Remove. 132 (irix_socklen_t): Remove. 133 (irix_stdint_c99_mode): Remove. 134 (irix_stdint_c99_types): Remove. 135 (irix_stdint_c99_macros): Remove. 136 (irix_stdio_va_list): Remove IRIX 6.5 support. 137 (irix_wcsftime): Remove. 138 (stdio_va_list): Remove IRIX 6.5 support. 139 (svr4_profil): Remove IRIX bypass. 140 * fixincl.x: Regenerate. 141 142 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove. 143 * tests/base/internal/math_core.h: Remove. 144 * tests/base/internal/sgimacros.h: Remove. 145 * tests/base/internal/wchar_core.h: Remove. 146 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4 147 support. 148 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove. 149 * tests/base/stdint-irix65.h: Remove. 150 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove. 151 * tests/base/sys/asm.h: Remove. 152 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove. 153 1542012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 155 156 * inclhack.def (alpha___extern_prefix): Remove. 157 (alpha___extern_prefix_standards): Remove. 158 (alpha___extern_prefix_sys_stat): Remove. 159 (alpha_bad_lval): Remove. 160 (alpha_pthread): Remove. 161 (alpha_pthread_gcc): Remove. 162 (alpha_pthread_init): Remove. 163 * fixincl.x: Regenerate. 164 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove. 165 [ALPHA_PTHREAD_GCC_CHECK]: Remove. 166 [ALPHA_PTHREAD_INIT_CHECK]: Remove. 167 * tests/base/standards.h: Remove. 168 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]: 169 Remove. 170 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove. 171 [ALPHA_BAD_LVAL_CHECK]: Remove. 172 1732012-03-12 Tristan Gingold <gingold@adacore.com> 174 175 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces) 176 (vms_do_not_redeclare_hostalias, vms_decc_builtin) 177 (vms_no_64bit_getopt, vms_forward_declare_struct) 178 (vms_use_fast_setjmp): New fixes. 179 * fixincl.x: Regenerate. 180 * tests/base/rtldef/string.h: Update. 181 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h, 182 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h, 183 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files. 184 1852012-01-11 Bruce Korb <bkorb@gnu.org> 186 Steven G. Kargl <kargl@gcc.gnu.org> 187 Andreas Tobler <andreast@fgznet.ch> 188 189 PR bootstrap/51705 190 PR preprocessor/51776 191 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]]. 192 * fixincl.x: Regenerate. 193 * tests/base/sys/cdefs.h: Update. 194 195 * genfixes: Remove the 'Ver.' from the version check. 196 1972011-12-20 Andreas Schwab <schwab@linux-m68k.org> 198 199 * configure: Regenerate. 200 2012011-12-19 Andreas Schwab <schwab@linux-m68k.org> 202 203 * configure: Regenerate. 204 2052011-11-16 David Edelsohn <dje.gcc@gmail.com> 206 207 * inclhack.def (aix_once_init_[12]): New fixes. 208 * fixincl.x: Regenerate. 209 * tests/base/pthread.h: Update. 210 2112011-10-25 Mike Stump <mikestump@comcast.net> 212 213 PR target/48851 214 * inclhack.def (void_null): New bypass. 215 * fixincl.x: Regenerate. 216 2172011-09-26 Tristan Gingold <gingold@adacore.com> 218 219 * inclhack.def (ms_define_can_use_extern_prefix): 220 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins): 221 New fixes. 222 * fixincl.x: Regenerate. 223 * tests/base/rtldef/string.h: New test. 224 * tests/base/rtldef/decc$types.h: Likewise. 225 * tests/base/testing.h: Update 226 2272011-09-22 Tristan Gingold <gingold@adacore.com> 228 229 * mkfixinc.sh (target): Remove alpha-vms from particular targets. 230 2312011-08-23 Steve Ellcey <sje@cup.hp.com> 232 233 PR libstdc++/50153 234 * inclhack.def (hpux11_abs): Extend to all hpux machines. 235 * fixincl.x: Regenerate. 236 2372011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 238 Marc Glisse <marc.glisse@normalesup.org> 239 240 PR libstdc++-v3/1773 241 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc) 242 (solaris_longjmp_noreturn, solaris_pow_int_overload) 243 (solaris_std___filbuf): New fixes. 244 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h, 245 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests. 246 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test. 247 2482011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 249 250 PR c++/49347 251 * inclhack.def (solaris_posix_spawn_restrict): New fix. 252 * fixincl.x: Regenerate. 253 * tests/base/spawn.h: New test. 254 2552011-06-08 Douglas B Rupp <rupp@gnat.com> 256 257 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add. 258 * configure: Regenerate. 259 * config.h.in: Regenerate. 260 2612011-06-06 Peter O'Gorman <pogma@thewrittenword.com> 262 263 * inclhack.def (aix_net_if_arp): New fix. 264 * fixincl.x: Regenerate. 265 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test. 266 2672011-05-17 Tristan Gingold <gingold@adacore.com> 268 269 * inclhack.def (solaris_complex_cxx): Fix syntax. 270 * fixincl.x: Regenerate. 271 2722011-05-17 Tristan Gingold <gingold@adacore.com> 273 274 * check.tpl: Shell-quote testing file. 275 2762011-03-22 Joseph Myers <joseph@codesourcery.com> 277 278 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe. 279 2802010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 281 282 PR other/46202 283 * Makefile.in (install-strip): New phony target. 284 (all, check, install): Also mark as phony. 285 2862010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 287 288 * inclhack.def (irix_pthread_init): New fix. 289 * fixincl.x: Regenerate. 290 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test. 291 2922010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 293 294 PR c++/46024 295 * inclhack.def (solaris_sys_va_list): New fix. 296 * fixincl.x: Regenerate. 297 * tests/base/sys/va_list.h: New test. 298 2992010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 300 301 * inclhack.def (hpux_htonl): Allow trailing whitespace in select. 302 * fixincl.x: Regenerate. 303 3042010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 305 306 * inclhack.def (solaris_cond_init): New fix. 307 * fixincl.x: Regenerate. 308 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test. 309 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt. 310 3112010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 312 313 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes 314 * fixincl.x: Regenerate. 315 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test. 316 * tests/base/sys/feature_tests.h: New file. 317 3182010-06-03 Joern Rennecke <joern.rennecke@embecosm.com> 319 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 320 321 PR bootstrap/42798 322 * configure.ac: Check for declaration of 'basename(char *)'. 323 * configure: Regenerate. 324 3252010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 326 327 * inclhack.def (alpha_wchar): Remove. 328 * fixincl.x: Regenerate. 329 * tests/base/wchar.h: Remove. 330 3312010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 332 333 * aclocal.m4: Regenerate. 334 3352010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 336 337 * inclhack.def (alpha_assert): Allow for more whitespace in 338 select. 339 * fixincl.x: Regenerate. 340 3412010-03-28 H.J. Lu <hongjiu.lu@intel.com> 342 343 PR target/40722 344 * mkfixinc.sh: Revert the last change for mingw. 345 3462010-03-24 Joseph Myers <joseph@codesourcery.com> 347 348 * inclhack.def (glibc_strncpy): New fix. 349 * fixincl.x: Regenerate. 350 * tests/base/bits/string2.h: Update. 351 3522010-03-23 H.J. Lu <hongjiu.lu@intel.com> 353 354 PR target/40722 355 * mkfixinc.sh: Fix stdlib.h for mingw. 356 3572010-02-19 Bruce Korb <bkorb@gnu.org> 358 359 * inclhack.def: remove vestiges of inadvertently committed changes 360 3612010-02-10 Bruce Korb <bkorb@gnu.org> 362 363 * README: fix up references to old gcc/fixinc directory 364 3652010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 366 367 * inclhack.def (solaris_int_limits_3): New fix. 368 * fixincl.x: Regenerate. 369 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New 370 test. 371 372 * inclhack.def (solaris_int_const, solaris_int_limits_1, 373 solaris_int_limits_2 ): Applies to Solaris 2 in general. 374 Remove select. 375 Add mach for *-*-solaris2*. 376 Change second c_fix_arg to select. 377 Remove #pragma ident from test_text. 378 * fixincl.x: Regenerate. 379 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove 380 #pragma trigger text. 381 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK, 382 SOLARIS_INT_LIMITS_2_CHECK]: Likewise. 383 3842010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 385 386 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files. 387 (aix_stdint_2): Likewise. 388 (aix_stdint_3): Likewise. 389 (aix_stdint_4): Likewise. 390 (aix_stdint_5): Likewise. 391 (darwin_stdint_1): Add stdint-darwin.h to files. 392 (darwin_stdint_2): Likewise. 393 (darwin_stdint_3): Likewise. 394 (darwin_stdint_4): Likewise. 395 (darwin_stdint_5): Likewise. 396 (darwin_stdint_6): Likewise. 397 (darwin_stdint_7): Likewise. 398 (hpux_c99_intptr): Add stdint-hpux11.h to files. 399 (hpux_c99_inttypes): Likewise. 400 (hpux_c99_inttypes2): Likewise. 401 (hpux_stdint_least_fast): Likewise. 402 (irix_stdint_c99): Renamed to irix_stdint_c99_mode. 403 (irix_stdint_c99_types): New fix. 404 (irix_stdint_c99_macros): New fix. 405 (newlib_stdint_1): Add stdint-newlib.h to files. 406 (newlib_stdint_2): Likewise. 407 fixincl.x: Regenerate. 408 tests/base/stdint-aix.h: New file. 409 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK, 410 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ... 411 tests/base/stdint-aix.h: ... here. 412 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix. 413 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix. 414 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix. 415 tests/base/stdint-darwin.h: New file. 416 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK, 417 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK, 418 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ... 419 tests/base/stdint-darwin.h: ... here. 420 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix. 421 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix. 422 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix. 423 tests/base/stdint-hpux11.h: New file. 424 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK, 425 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ... 426 tests/base/stdint-hpux11.h: ... here. 427 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix. 428 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix. 429 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to 430 IRIX_STDINT_C99_MODE_CHECK. 431 tests/base/stdint-irix65.h: New file. 432 tests/base/stdint-newlib.h: New file. 433 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK, 434 NEWLIB_STDINT_2_CHECK]: Moved ... 435 tests/base/stdint-newlib.h: ... here. 436 4372009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 438 439 * configure: Regenerate. 440 4412009-10-21 Steve Ellcey <sje@cup.hp.com> 442 443 * inclhack.def (hpux_stdint_least_fast): Simplify. 444 * fixincl.x: Regenerate. 445 * tests/base/stdint.h: Update. 446 4472009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 448 449 * inclhack.def (isc_fmod, isc_omits_with_stdc) 450 (nested_sys_limits, sco_math): Remove. 451 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove. 452 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove. 453 * tests/base/sys/limits.h: Remove. 454 * fixincl.x: Regenerate. 455 4562009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 457 458 PR testsuite/29737 459 PR bootstrap/35938 460 PR testsuite/39655 461 * check.tpl: Fix typos. 462 * README: Likewise. Also, document that 'select' uses ERE. 463 * mkheaders.in: Update copyright years in --version output. 464 * inclhack.def (sco_math): Add missing final newline in sed 465 script 'a', 'c', or 'i' commands, for BSD sed. 466 (sco_math): In the text of 'a', 'c', or 'i' sed 467 commands, prepend leading white space with a backslash to avoid 468 the whitespace to be removed by BSD sed. 469 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex. 470 (x11_new): Fix sed expression, for BSD sed. 471 (glibc_mutex_init): Fix newlines in sed 's' command replacement 472 part, for GNU sed 3.02 and Solaris sed. 473 (glibc_mutex_init): Replace unportable \+ sed regex operator 474 with \{1,\}. 475 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed 476 alternation \| regex operator. 477 (solaris_complex): Remove superfluous backslashes from 478 replacement string. Replace \+ operator with \{1,\}. 479 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now. 480 * fixincl.x: Regenerate. 481 4822009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 483 484 PR libfortran/41169 485 * inclhack.def (irix_complex): New fix. 486 (solaris_complex): Likewise. 487 * fixincl.x: Regenerate. 488 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]: 489 New tests. 490 4912009-08-28 Bruce Korb <bkorb@gnu.org> 492 Steve Ellcey <sje@cup.hp.com> 493 494 * README (files): Describe files entry. 495 * inclhack.def (hpux_stdint_least): Remove. 496 (hpux_stdint_fast): Remove. 497 (hpux_stdint_fast): Remove. 498 (hpux_stdint_least_fast): New. 499 (hpux_inttype_int_least8_t): Remove. 500 (hpux_inttype_int8_t): Modify. 501 * fixincl.x: Regenerate. 502 * tests/base/stdint.h: Update. 503 * tests/base/sys/_inttypes.h: Update. 504 5052009-08-28 Steve Ellcey <sje@cup.hp.com> 506 507 * inclhack.def (hpux_imaginary_i): Remove spaces. 508 * fixincl.x: Regenerate. 509 * tests/base/stdint.h: Update AIX fixes. 510 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix. 511 5122009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 513 514 * configure.ac (AC_PREREQ): Bump to 2.64. 515 5162009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 517 518 * aclocal.m4: Regenerate. 519 * configure: Regenerate. 520 * config.h.in: Regenerate. 521 5222009-08-17 David Edelsohn <edelsohn@gnu.org> 523 524 * inclhack.def (aix_complex): Redefine _Complex_I. Do not 525 redefine I. 526 * (aix_stdint_[12345]): New fixes. 527 * fixincl.x: Regenerate. 528 * tests/base/complex.h: Update check. 529 * tests/base/stdint.h: Add AIX stdint.h checks. 530 5312009-08-14 Steve Ellcey <sje@cup.hp.com> 532 533 * inclhack.def (hpux_imaginary_i): New fix. 534 * fixincl.x: Regenerate. 535 * tests/base/complex.h: New file. 536 5372009-08-12 David Edelsohn <edelsohn@gnu.org> 538 539 * inclhack.def (aix_complex): New fix. 540 * fixincl.x: Regenerate. 541 5422009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 543 544 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*. 545 (hpux_inttype_int8_t): Likewise. 546 * fixincl.x: Regenerate. 547 5482009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 549 550 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS): 551 New variables. 552 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4): 553 Use them. 554 5552009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 556 557 * inclhack.def (darwin_stdint_5, darwin_stdint_6, 558 darwin_stdint_7): New fixes. 559 * fixincl.x: Regenerate. 560 * tests/base/stdint.h: Adjust test for new fixes. 561 5622009-07-03 Eric Botcazou <ebotcazou@adacore.com> 563 564 * inclhack.def (solaris_int_types): New fix. 565 * fixincl.x: Regenerate. 566 * tests/base/sys/int_types.h: New file. 567 5682009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 569 570 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3, 571 darwin_stdint_4): New fixes. 572 * tests/base/stdint.h: Adjust test results for new fixes. 573 * fixincl.x: Regenerate. 574 5752009-05-29 Eric Botcazou <ebotcazou@adacore.com> 576 577 * inclhack.def (solaris_int_const): New fix. 578 (solaris_int_limits_1): Likewise. 579 (solaris_int_limits_2): Likewise. 580 * fixincl.x: Regenerate. 581 * tests/base/sys/int_const.h: New file. 582 * tests/base/sys/int_limits.h: Likewise. 583 5842009-05-15 Joseph Myers <joseph@codesourcery.com> 585 586 * inclhack.def (glibc_tgmath): Correct bypass. 587 * fixincl.x: Regenerate. 588 5892009-04-28 Steve Ellcey <sje@cup.hp.com> 590 591 * inclhack.def (hpux11_uint32_c): Remove. 592 (hpux_long_double): Disable on hpux11.3*. 593 (hpux_long_double_2): New. 594 (hpux_c99_intptr): New. 595 (hpux_c99_inttypes): New. 596 (hpux_c99_inttypes2): New. 597 (hpux_stdint_least): New. 598 (hpux_stdint_fast): New. 599 (hpux_inttype_int_least8_t): New. 600 (hpux_inttype_int8_t): New. 601 * fixincl.x: Regenerate. 602 * tests/base/sys/_inttypes.h: New. 603 * tests/base/inttypes.h: Update. 604 * tests/base/stdlib.h: Update. 605 * tests/base/stdint.h: Update. 606 6072009-04-28 Joseph Myers <joseph@codesourcery.com> 608 609 * inclhack.def (glibc_stdint): New fix. 610 * fixincl.x: Regenerate. 611 * tests/base/stdint.h: Update. 612 6132009-04-09 Jakub Jelinek <jakub@redhat.com> 614 615 * Makefile.in: Change copyright header to refer to version 616 3 of the GNU General Public License and to point readers at the 617 COPYING3 file and the FSF's license web page. 618 * fixfixes.c: Likewise. 619 * fixinc.in: Likewise. 620 * fixincl.c: Likewise. 621 * fixlib.c: Likewise. 622 * fixlib.h: Likewise. 623 * fixopts.c: Likewise. 624 * fixtests.c: Likewise. 625 * genfixes: Likewise. 626 * mkheaders.in: Likewise. 627 * system.h: Likewise. 628 6292009-03-31 Joseph Myers <joseph@codesourcery.com> 630 631 PR c/448 632 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes. 633 * fixincl.x: Regenerate. 634 * tests/base/stdint.h: Update. 635 6362009-03-29 Joseph Myers <joseph@codesourcery.com> 637 638 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h: 639 Update. 640 6412009-03-29 Joseph Myers <joseph@codesourcery.com> 642 643 PR c/456 644 PR c/5675 645 PR c/19976 646 PR c/29116 647 PR c/31871 648 PR c/35198 649 * inclhack.def (glibc_tgmath): New fix. 650 * fixincl.x: Regenerate. 651 * tests/base/tgmath.h: New. 652 6532009-03-28 Joseph Myers <joseph@codesourcery.com> 654 655 * inclhack.def (aix_syswait, exception_structure, 656 pthread_page_size): Remove. 657 (math_exception): Remove mention of fixproto in comment. 658 * fixincl.x: Regenerate. 659 * mkheaders.in: Do not handle STMP_FIXPROTO. 660 6612009-03-27 Sandra Loosemore <sandra@codesourcery.com> 662 663 * server.c (run_shell): Quote directory name passed to cd. 664 6652009-03-01 Bruce Korb <bkorb@gnu.org> 666 Apply a positively ancient patch: 667 668 2004-10-15 Giovanni Bajo <giovannibajo@libero.it> 669 670 * inclhack.def (alpha_if_semicolon): new fix from long, long ago 671 * tests/base/net/if.h: Add new test. 672 6732009-01-06 Andreas Tobler <a.tobler@schweiz.org> 674 675 * tests/base/locale.h: Add new test. 676 * tests/base/stdarg.h: Likewise. 677 6782009-01-05 Steve Ellcey <sje@cup.hp.com> 679 680 * inclhack.def (hpux_spu_info): Add files line. 681 * fixincl.x: Regenerate. 682 6832009-01-01 Andreas Tobler <a.tobler@schweiz.org> 684 685 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0 686 in case of C. 687 * fixincl.x: Regenerate. 688 6892008-12-31 Andreas Tobler <a.tobler@schweiz.org> 690 691 PR target/35460 692 * inclhack.def (openbsd_va_start): Use __builtin_va_start 693 for OpenBSD. 694 * fixincl.x: Regenerate. 695 6962008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 697 698 * configure: Regenerate. 699 7002008-12-15 Steve Ellcey <sje@cup.hp.com> 701 702 * inclhack.def (hpux_spu_info): Match PA as well as IA64. 703 * fixincl.x: Regenerate. 704 7052008-09-06 H.J. Lu <hongjiu.lu@intel.com> 706 707 * configure.ac: Fix a typo. 708 * configured: Regenerate. 709 7102008-09-06 Bruce Korb <bkorb@gnu.org> 711 712 * fixincl.tpl (sed): make the program executable configurable. 713 Some platforms have some rather oddball defaults. 714 * config.h.in (SED_PROGRAM): define the default sed. 715 * fixincl.x: regenerated 716 * tests/base/internal/wchar_core.h: fix bad sample text 717 * tests/base/math.h: fix bad sample text 718 * configure.ac: search for working sed 719 * inclhack.def (glibc_mutex_init): fix non-portable construct 720 and re-order a few misordered entries. 721 7222008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 723 724 * configure: Regenerate. 725 7262008-06-07 Joseph Myers <joseph@codesourcery.com> 727 728 * inclhack.def (AAB_svr4_replace_byteorder, 729 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory, 730 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola, 731 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime, 732 solaris_mutex_init_1, solaris_socket, solaris_unistd, 733 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param, 734 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale, 735 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc, 736 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings, 737 ultrix_strings2, ultrix_sys_time, ultrix_unistd, 738 unicosmk_restrict, uw7_byteorder_fix, windiss_math1, 739 windiss_math2, windiss_valist): Remove. 740 * fixincl.x: Regenerate. 741 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*, 742 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*, 743 powerpc-*-eabiaix*): Remove. 744 * tests/base/math.h: Update. 745 * tests/base/pthread.h: Update. 746 * tests/base/stdio.h: Update. 747 * tests/base/stdlib.h: Update. 748 * tests/base/string.h: Update. 749 * tests/base/strings.h: Update. 750 * tests/base/sys/file.h: Update. 751 * tests/base/sys/limits.h: Update. 752 * tests/base/sys/socket.h: Update. 753 * tests/base/sys/stat.h: Update. 754 * tests/base/sys/time.h: Update. 755 * tests/base/testing.h: Update. 756 * tests/base/unistd.h: Update. 757 * tests/base/_G_config.h: Remove. 758 * tests/base/arpa: Remove directory. 759 * tests/base/fs: Remove directory. 760 * tests/base/locale.h: Remove. 761 * tests/base/machine: Remove directory. 762 * tests/base/rpc/svc.h: Remove. 763 * tests/base/sys/ioctl.h: Remove. 764 * tests/base/sys/regset.h: Remove. 765 * tests/base/sys/times.h: Remove. 766 * tests/base/sys/utsname.h: Remove. 767 * tests/base/widec.h: Remove. 768 7692008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 770 771 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify. 772 * tests/base/iso/math_c99.h: Update. 773 * fixincl.x: Regenerate. 774 7752008-05-14 Joseph Myers <joseph@codesourcery.com> 776 777 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on 778 posix_types_64. 779 * fixincl.x: Regenerate. 780 7812008-04-25 Kai Tietz <kai.tietz@onvision.com> 782 783 * fixincl.c (fix_with_system): Cast pointer difference to long. 784 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning. 785 7862008-04-18 Paolo Bonzini <bonzini@gnu.org> 787 788 PR bootstrap/35457 789 * Makefile.in: Rewrite aclocal.m4 rule. 790 * aclocal.m4: Regenerate. 791 * configure: Regenerate. 792 7932008-03-07 Peter O'Gorman <pogma@thewrittenword.com> 794 795 PR c++/20366 796 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES. 797 * fixincl.x: Regenerate. 798 * tests/base/stdio.h: Add test. 799 8002008-02-25 Ben Elliston <bje@au.ibm.com> 801 802 PR other/32948 803 * fixincl.c (fix_applies): Remove unused variable `name_len'. 804 8052008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 806 807 * inclhack.def (solaris_math_10): New. 808 * tests/base/iso/math_c99.h: Update. 809 810 * fixincl.x: Regenerate. 811 8122008-02-04 Ismail Dönmez <ismail@pardus.org.tr> 813 814 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage, 815 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs, 816 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add 817 quotes around mach entries. 818 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license 819 to GPLv3. 820 8212008-02-04 Hans-Peter Nilsson <hp@axis.com> 822 823 PR other/31405 824 * inclhack.def: (glibc_c99_inline_1a): Re-add last change. 825 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to 826 __extern_inline|__GNU_STDC_INLINE__. 827 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h. 828 <bypass>: Change from __STDC_VERSION__ to 829 __extern_inline|__GNU_STDC_INLINE__. 830 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to 831 appending attribute-gnu_inline. 832 <second c_fix_arg>: Remove. 833 <test_text>: Remove __extern_inline line. 834 * tests/base/features.h: Re-add. 835 * tests/base/sys/sysmacros.h: Adjust. 836 * fixincl.x: Regenerate. 837 8382008-01-06 Hans-Peter Nilsson <hp@axis.com> 839 840 Revert last change. 841 8422007-12-18 Hans-Peter Nilsson <hp@axis.com> 843 844 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New. 845 * fixincl.x: Regenerate. 846 * tests/base/wchar.h: Update. 847 * tests/base/features.h: New. 848 8492007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 850 851 PR target/33700 852 * inclhack.def (hpux11_pthread_const): New. 853 * fixincl.x: Regenerate. 854 * tests/base/sys/pthread.h: Update. 855 8562007-10-12 Kai Tietz <kai.tietz@onevision.com> 857 858 * configure.ac: x86_64 mingw target uses twoprocess. 859 * mkfixinc.sh: Add x86_64 mingw target. 860 * configure: Regenerate. 861 8622007-10-09 Geoffrey Keating <geoffk@apple.com> 863 864 * inclhack.def (darwin_externc): New. 865 * fixincl.x: Regenerate. 866 * tests/base/mach-o/swap.h: New. 867 8682007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 869 870 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7): 871 Delete fixes. 872 * tests/base/iso/math_c99.h: Delete associated test baselines. 873 * fixincl.x: Regenerate. 874 8752007-07-24 Krister Walfridsson <cato@df.lth.se> 876 877 PR target/30058 878 * inclhack.def (netbsd_c99_inline_2): New. 879 * fixincl.x: Regenerate. 880 * tests/base/signal.h: Update. 881 8822007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 883 884 PR target/32641 885 886 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6, 887 solaris_math_7): Constify and make FP exception-safe. 888 * tests/base/iso/math_c99.h: Update. 889 890 * fixincl.x: Regenerate. 891 8922007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 893 894 PR libgcj/28190 895 * inclhack.def (irix_stdint_c99): New fix. 896 * fixincl.x: Regenerate. 897 * tests/base/stdint.h: New test. 898 8992007-06-06 Steve Ellcey <sje@cup.hp.com> 900 901 PR testsuite/31828 902 * inclhack.def (hppa_hpux_fp_macros): New. 903 * fixincl.x: Regenerate. 904 * tests/base/math.h: Update. 905 9062007-03-26 Jakub Jelinek <jakub@redhat.com> 907 908 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES 909 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than 910 __STDC_VERSION__ < 199901L. 911 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L 912 with #ifdef __GNUC_GNU_INLINE__. 913 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L 914 with defined(__GNUC_STDC_INLINE__). 915 (glibc_c99_inline_4): Change select, add second c_fix_arg. 916 Replace #if __STDC_VERSION__ < 199901L with 917 #ifdef __GNUC_GNU_INLINE__. 918 * fixincl.x: Regenerated. 919 * tests/base/bits/string2.h: Update. 920 * tests/base/sys/sysmacros.h: Update. 921 * tests/base/sys/stat.h: Update. 922 9232007-03-18 Krister Walfridsson <cato@df.lth.se> 924 925 PR target/30058 926 * inclhack.def (netbsd_c99_inline_1): New. 927 * fixincl.x: Regenerate. 928 * tests/base/signal.h: New. 929 9302007-03-12 Brooks Moses <brooks.moses@codesourcery.com> 931 932 * Makefile.in: Add dummy "install-info" target. 933 9342007-03-06 Joseph Myers <joseph@codesourcery.com> 935 936 * mkheaders.in: Fix headers for each multilib required. 937 9382007-03-01 Brooks Moses <brooks.moses@codesourcery.com> 939 940 * Makefile.in: Add dummy install-pdf target. 941 9422007-02-27 Joseph Myers <joseph@codesourcery.com> 943 944 * mkheaders.in (incdir): Use include-fixed not include. 945 9462007-02-15 Brooks Moses <brooks.moses@codesourcery.com> 947 948 * Makefile.in: Added "pdf" target to .PHONY. 949 9502007-02-05 Richard Guenther <rguenther@suse.de> 951 952 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope 953 with older glibc. Adjust version number for C99. 954 * fixincl.x: Regenerated. 955 9562007-02-04 Mike Stump <mrs@apple.com> 957 958 * mkheaders.in: Allow optional isysroot parameter. 959 9602007-02-03 Bruce Korb <bkorb@gnu.org> 961 962 * inclhack.def (glibc_c99_inline_4): replace "extern" only if 963 surrounded by space characters. 964 9652007-01-25 Daniel Franke <franke.daniel@gmail.com> 966 967 PR target/30272 968 * inclhack.def(broken_cabs): Also remove definition of cabsl. 969 * fixincl.x: Regenerate. 970 * tests/base/math.h: Update. 971 9722007-01-05 Bruce Korb <bkorb@gnu.org>, 973 Daniel Franke <franke.daniel@gmail.com> 974 975 PR target/30008 976 * fixincl.tpl (List): separate file name patterns with a NUL byte instead 977 of a vertical bar ("|"). 978 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name 979 matching. Set SKIP_TEST flag if we are not to run a test. 980 * fixincl.x: Regenerate. 981 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan, 982 kandr_concat, sco_math): Replace lists of specfic file names by search 983 patterns. 984 9852006-12-12 Olivier Hainque <hainque@adacore.com> 986 987 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of 988 targets for which a no-op fixer is appropriate. 989 9902006-11-07 Richard Guenther <rguenther@suse.de> 991 992 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3 993 systems. 994 * fixincl.x: Regenerate. 995 9962006-11-02 Geoffrey Keating <geoffk@apple.com> 997 998 * inclhack.def (glibc_c99_inline_1): New. 999 * inclhack.def (glibc_c99_inline_2): New. 1000 * inclhack.def (glibc_c99_inline_3): New. 1001 * inclhack.def (glibc_c99_inline_4): New. 1002 * fixincl.x: Regenerate. 1003 * tests/base/bits/string2.h: New. 1004 * tests/base/sys/sysmacros.h: New. 1005 * tests/base/sys/stat.h: Update. 1006 10072006-11-01 Steve Ellcey <sje@cup.hp.com> 1008 1009 * tests/base/sys/socket.h: Update. 1010 10112006-10-31 Steve Ellcey <sje@cup.hp.com> 1012 1013 * inclhack.def (hpux11_extern_sendfile): New. 1014 (hpux11_extern_sendpath): New. 1015 * fixincl.x: Regenerate. 1016 10172006-10-29 Joseph Myers <joseph@codesourcery.com> 1018 1019 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64. 1020 * fixincl.x: Regenerate. 1021 10222006-10-10 Brooks Moses <bmoses@stanford.edu> 1023 1024 * Makefile.in: Added empty "pdf" target. 1025 10262006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 1027 1028 PR target/29300 1029 * inclhack.def (hpux_pthread_initializers): New hack. 1030 * tests/base/sys/pthread.h: New file. 1031 1032 * fixincl.x: Regenerate. 1033 10342006-10-03 Uros Bizjak <uros@kss-loka.si> 1035 1036 * inclhack.def (glibc_mutex_init): Also fix 1037 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and 1038 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers. 1039 * tests/base/pthread.h: Update. 1040 1041 * fixincl.x: Regenerate. 1042 10432006-10-01 Uros Bizjak <uros@kss-loka.si> 1044 1045 * inclhack.def (glibc_mutex_init): New fix. 1046 * tests/base/pthread.h: Update. 1047 1048 * fixincl.x: Regenerate. 1049 10502006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1051 1052 * inclhack.def (solaris_mutex_init_2): Update for Solaris9. 1053 Prevent it from running on solaris10 or later. 1054 (solaris_once_init_2): Fix comment. 1055 * tests/base/pthread.h: Update. 1056 1057 * fixincl.x: Regenerate. 1058 10592006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1060 1061 * inclhack.def (solaris_once_init_2): New fix. 1062 * tests/base/pthread.h: Update. 1063 1064 * fixincl.x: Regenerate. 1065 10662006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1067 1068 * inclhack.def (solaris_mutex_init_2): Remove test for 1069 PTHREAD_RWLOCK_INITIALIZER. 1070 (solaris_rwlock_init_1): New. 1071 * tests/base/pthread.h: Update. 1072 1073 * inclhack.def (solaris_once_init_1): New. 1074 * tests/base/pthread.h: Adjust for new fix. 1075 1076 * fixincl.x: Regenerate. 1077 10782006-07-17 Roger Sayle <roger@eyesopen.com> 1079 1080 * tests/base/errno.h: New file. 1081 * tests/base/architecture/ppc/math.h: Likewise. 1082 * tests/base/ia64/sys/getppdp.h: Likewise. 1083 10842006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com> 1085 1086 PR bootstrap/20437 1087 * Makefile.in (configure, config.h.in): Change into $(srcdir) 1088 before autoconf or autoheader call. 1089 10902006-06-23 Steve Ellcey <sje@cup.hp.com> 1091 1092 PR target/28084 1093 * inclhack.def (hpux_extern_errno): New. 1094 * fixincl.x: Regenerate. 1095 10962006-05-23 Carlos O'Donell <carlos@codesourcery.com> 1097 1098 * Makefile.in: Add dvi info html and install-html to .PHONY 1099 Add install-html target. 1100 11012006-05-16 Mike Stump <mrs@apple.com> 1102 1103 * configure.ac: Add -Wno-overlength-strings. 1104 * configure: Regenerate. 1105 11062006-05-14 Bernhard Fischer <aldot@gcc.gnu.org> 1107 1108 * README: Fix typo. 1109 11102006-02-18 Steve Ellcey <sje@cup.hp.com> 1111 1112 PR target/26189 1113 * inclhack.def (hpux_spu_info): New. 1114 * fixincl.x: Regenerate 1115 11162006-01-31 Marcin Dalecki <martin@dalecki.de> 1117 1118 * configure.ac: Check for asprintf, basename, vasprintf. 1119 * config.h.in: Regenerate. 1120 * configure: Regenerate. 1121 11222006-01-19 Andrew Pinski <pinskia@physics.uc.edu> 1123 1124 PR target/15642 1125 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define 1126 __APPLE_CC_ as 1345. 1127 (broken_nan): New. 1128 * fixincl.x: Regenerate. 1129 11302005-11-24 Bruce Korb <bkorb@gnu.org> 1131 1132 * fixincl.c (write_replacement): "here strings" in AutoGen 1133 often/generally don't have a terminating newline. Check the 1134 last byte for '\n'. 1135 11362005-11-13 Andreas Jaeger <aj@suse.de> 1137 1138 * check.tpl: Handle CVS additionally. 1139 11402005-11-05 Andreas Jaeger <aj@suse.de> 1141 1142 * check.tpl: Adopt for move to subversion. 1143 11442005-09-15 Joseph S. Myers <joseph@codesourcery.com> 1145 1146 PR c++/23139 1147 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New 1148 fixes. 1149 * fixincl.x: Regenerate. 1150 * tests/base/bits/huge_val.h: New file. 1151 11522005-08-14 Kelley Cook <kcook@gcc.gnu.org> 1153 1154 * All files: Update with new FSF address. 1155 11562005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1157 1158 * Makefile.in (WARN_CFLAGS): New. 1159 (.c.o): Add $(WARN_CFLAGS). 1160 * aclocal.m4: Include ../config/warnings.m4. 1161 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS, 1162 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and 1163 ACX_PROG_CC_WARNINGS_ARE_ERRORS. 1164 * fixopts.c (initialize_opts): Fix old-style definintion. 1165 1166 * configure: Regenerate. 1167 11682005-06-24 Geoffrey Keating <geoffk@geoffk.org> 1169 1170 * inclhack.def (AAB_darwin7_9_long_double_funcs): New. 1171 (AAB_darwin7_9_long_double_funcs_2): New. 1172 * fixincl.x: Regenerate. 1173 11742005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 1175 1176 PR libfortran/15266 1177 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem. 1178 Use double quotes in select so \t matches tabs. 1179 Add IRIX testcase. 1180 * fixincl.x: Regenerate. 1181 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase. 1182 11832005-05-22 Danny Smith <dannysmith@users.souceforge.net> 1184 1185 PR target/21683 1186 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC. 1187 11882005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr> 1189 Joseph S. Myers <joseph@codesourcery.com> 1190 1191 PR target/19933 1192 PR target/21315 1193 * inclhack.def: New fixes solaris_math_[1-9]. 1194 * fixincl.x: Regenerate. 1195 * tests/base/iso/math_c99.h: New. 1196 11972005-05-19 Kelley Cook <kcook@gcc.gnu.org> 1198 1199 * aclocal.m4: Remove superfluous reference to accross.m4. 1200 12012005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net> 1202 1203 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc. 1204 * server.c (load_data): Likewise. 1205 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1). 1206 * fixincl.c: #include <sys/wait.h> 1207 (run_compiles): Use XCNEWVEC instead of xcalloc. 1208 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc. 1209 * fixfixes.c (FIX_PROC_HEAD, main): Likewise. 1210 12112005-05-10 Joseph S. Myers <joseph@codesourcery.com> 1212 1213 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on 1214 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9]. 1215 * fixincl.x: Regenerate. 1216 12172005-05-06 Bruce Korb <bkorb@gnu.org> 1218 Joseph S. Myers <joseph@codesourcery.com> 1219 1220 * fixinc/inclhack.def: Correct backslashes 1221 * fixinc/fixincl.x: regen 1222 12232005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1224 1225 * system.h (fopen, fdopen, freopen): Define these to the unlocked 1226 libiberty functions. 1227 12282005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1229 1230 * configure.ac (fixincludes_UNLOCKED_FUNCS): New. 1231 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS. 1232 * system.h (putchar, getc, getchar, clearerr, feof, fileno, 1233 fflush, fgetc, fgets, ferror, fread): Redefine to the associated 1234 _unlocked function. 1235 (fwrite_unlocked): Fix prototype. 1236 1237 * configure, config.h.in: Regenerate. 1238 12392005-03-21 Zack Weinberg <zack@codesourcery.com> 1240 1241 * Makefile.in: Set gcc_version directly, not via substitution. 1242 (libsubdir): Use $(gcc_version), not $(version). 1243 (mkheaders.almost): New rule. 1244 (mkheaders): Generate from mkheaders.almost. 1245 (clean): Also delete mkheaders.almost. 1246 * aclocal.m4: Do not include ../config/gcc-version.m4. 1247 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate 1248 mkheaders.almost from mkheaders.in. 1249 * configure: Regenerate. 1250 12512005-03-21 Richard Guenther <rguenth@gcc.gnu.org> 1252 1253 PR target/20166 1254 * inclhack.def: Add fix for array of incomplete structures 1255 in function prototype in pthread.h. 1256 * fixincl.x: Regenerate. 1257 * tests/base/pthread.h: Adjust. 1258 12592005-03-15 Joseph S. Myers <joseph@codesourcery.com> 1260 1261 * inclhack.def (hpux_htonl): New fix. 1262 * tests/base/netinet/in.h: New test. 1263 * fixincl.x: Regenerate. 1264 12652005-02-23 James E Wilson <wilson@specifixinc.com> 1266 1267 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link. 1268 12692004-12-13 Andrew Pinski <pinskia@physics.uc.edu> 1270 1271 PR 18458 1272 * Makefile.in (install): Add @EXEEXT@ to the end of the program name, 1273 fixincl. 1274 12752004-12-02 Richard Sandiford <rsandifo@redhat.com> 1276 1277 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. 1278 * aclocal.m4: Include ../config/gcc-version.m4. 1279 * configure: Regenerate. 1280 12812004-11-26 Mark Mitchell <mark@codesourcery.com> 1282 1283 * inclhack.def (gnu_types): Do not use on Solaris 2.1x. 1284 (stdio_va_list): Likewise. 1285 (stdio_stdarg.h): Likewise. 1286 (solaris_stdio_tag): Add bypass. 1287 * fixincl.x: Regenerated. 1288 12892004-11-23 Geoffrey Keating <geoffk@apple.com> 1290 1291 * mkfixinc.sh: Check error code from 'cat'. Don't try running 1292 built fixincl program. 1293 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking 1294 up csh from user. 1295 12962004-11-20 Roger Sayle <roger@eyesopen.com> 1297 1298 * inclhack.def (alpha_pthread_init): Fix technical problems with 1299 the last check-in caused by CVS variable substitution. 1300 * fixincl.x: Likewise. 1301 * tests/base/pthread.h: Likewise. 1302 13032004-11-20 Roger Sayle <roger@eyesopen.com> 1304 Bruce Korb <bkorb@gnu.org> 1305 1306 * inclhack.def (alpha_pthread_init): New fix. 1307 * fixincl.x: Regenerate. 1308 * tests/base/pthread.h: Update for new test. 1309 13102004-11-15 Bruce Korb <bkorb@gnu.org> 1311 1312 * fixincl.c(fix_with_system): correct misuse of variables and 1313 incorrect application of "sizeof()". 1314 13152004-11-13 Joseph S. Myers <joseph@codesourcery.com> 1316 1317 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef, 1318 svr4__p, undefine_null): Remove. 1319 * fixincl.x: Regenerate. 1320 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New. 1321 * tests/base/sys/param.h: Remove. 1322 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h, 1323 tests/base/sys/limits.h: Update. 1324 13252004-11-12 Mike Stump <mrs@apple.com> 1326 1327 * Makefile.in (html): Add html generation support. 1328 13292004-11-12 Joseph S. Myers <joseph@codesourcery.com> 1330 1331 * inclhack.def (sco_math): Bypass on __GNUG__. 1332 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES. 1333 * fixincl.x: Regenerate. 1334 13352004-11-09 Joseph S. Myers <joseph@codesourcery.com> 1336 1337 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__. 1338 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on 1339 _CLASSIC_ANSI_TYPES. 1340 (sun_auth_proto): Bypass on __cplusplus. 1341 * fixincl.x: Regenerate. 1342 13432004-11-05 Geoffrey Keating <geoffk@apple.com> 1344 1345 * Makefile.in (mostlyclean): Add fixinc.sh. 1346 (clean): Add mkheaders. 1347 (distclean): New. 1348 (dvi): New. 1349 (info): New. 1350 (installcheck): New. 1351 13522004-11-05 Paolo Bonzini <bonzini@gnu.org> 1353 1354 * Makefile.in (mostlyclean, distclean): New targets. 1355 13562004-11-04 Geoffrey Keating <geoffk@apple.com> 1357 1358 * configure.ac: Add code to determine noncanonical_target, 1359 local_prefix, gcc_version; process mkheaders.in to make mkheaders. 1360 * configure: Regenerate. 1361 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs. 1362 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in. 1363 * mkheaders.in: Move here from gcc/; remove some unnecessary macros; 1364 update for changes to fixinc.in. 1365 * Makefile.in: Add many new macros. 1366 (install): New target. 1367 (mkheaders): New target. 1368 (fixinc.sh): New target. 1369 (all): Add mkheaders and fixinc.sh. 1370 * README-fixinc: Move here from gcc/. 1371 13722004-11-01 Mike Stump <mrs@apple.com> 1373 1374 * inclhack.def (stdio_va_list): Break out clients from here... 1375 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is 1376 included or ifdef va_start. 1377 * fixincl.x: Regenerate. 1378 13792004-10-28 Mike Stump <mrs@apple.com> 1380 1381 * inclhack.def (void_null): Avoid changing NULL on C++ friendly 1382 systems. 1383 * fixincl.x: Regenerate. 1384 13852004-10-27 Geoffrey Keating <geoffk@apple.com> 1386 1387 * inclhack.def (darwin_gcc4_breakage): New. 1388 * fixincl.x: Regenerate. 1389 13902004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com> 1391 1392 PR bootstrap/17832 1393 1394 * fixfixes.c (main): Check for _PC_NAME_MAX. 1395 13962004-10-27 Paolo Bonzini <bonzini@gnu.org> 1397 1398 PR other/17991 1399 1400 * configure.ac: Fix typo. 1401 * configure: Regenerate. 1402 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix. 1403 14042004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com> 1405 1406 PR bootstrap/17832 1407 1408 * fixincl.c (SIGCHLD): Remove definition. 1409 (initialize): Remove SIGIOT and SIGPIPE checks. 1410 (create_file): Fix mkdir() for Win32. 1411 (internal_fix): Use dup2() instead of fcntl(). 1412 1413 * fixlib.h (SIGQUIT): Define if undefined. 1414 (SIGIOT): Same. 1415 (SIGPIPE): Same. 1416 (SIGALRM): Same. 1417 (SIGKILL): Same. 1418 1419 * procopen.c (chain_open): Use dup2() instead of fcntl(). 1420 14212004-08-14 Paolo Bonzini <bonzini@gnu.org> 1422 1423 PR other/17991 1424 1425 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o. 1426 Update copyright year. 1427 * fixfixes.c (main): Call initialize_opts from fixopts.c. 1428 * fixincl.c (initialize): Call initialize_opts from fixopts.c, 1429 do not include code for parsing options (environment vars). 1430 (fix_with_system): Use a search path for applyfix, so that you 1431 can run the test suite with two-process fixincludes. 1432 * fixopts.c: New file. 1433 * configure.ac: Add --enable-twoprocess. Export ac_exeext 1434 to config.h. Default to --enable-twoprocess for MinGW32. 1435 * config.h.in: Regenerate. 1436 * configure: Regenerate. 1437 14382004-10-04 Loren J. Rittle <ljrittle@acm.org> 1439 1440 * tests/base/sys/cdefs.h: Update from test area. 1441 14422004-09-17 Roger Sayle <roger@eyesopen.com> 1443 1444 * inclhack.def (linux_ia64_ucontext): New fix. 1445 * fixincl.x: Regenerate. 1446 * tests/base/sys/ucontext.h: New file. 1447 14482004-09-15 Roger Sayle <roger@eyesopen.com> 1449 1450 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in. 1451 * tests/base/stdlib.h: Likewise. 1452 14532004-09-13 Loren J. Rittle <ljrittle@acm.org> 1454 1455 * inclhack.def (freebsd_gcc4_breakage): Add. 1456 * fixincl.x: Regenerate. 1457 * tests/base/sys/cdefs.h: Update for new test. 1458 14592004-09-10 Adam Nemet <anemet@lnxw.com> 1460 1461 * inclhack.def (lynx_void_int): Remove. 1462 (lynxos_fcntl_proto): Remove. 1463 (lynxos_no_warning_in_sys_time_h): New fix. 1464 (lynxos_missing_putenv): New fix. 1465 * fixincl.x: Regenerate. 1466 * tests/base/fcntl.h: Remove. 1467 * tests/base/sys/time.h: Update from test area. 1468 * tests/base/curses.h: Likewise. 1469 * tests/base/stdlib.h: Likewise. 1470 14712004-09-03 Jan Beulich <jbeulich@novell.com> 1472 1473 * inclhack.def: Suppress exception_structure and math_exception 1474 for NetWare headers. 1475 * fixincl.x: Regenerate. 1476 14772004-08-31 Paolo Bonzini <bonzini@gnu.org> 1478 1479 * .cvsignore: New. 1480 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully 1481 autoconfiscated. 1482 * configure.ac: New. 1483 * config.h.in: Generate. 1484 * configure: Generate. 1485 * aclocal.m4: New. 1486 * fixlib.h: Remove inclusions of gcc files. 1487 * system.h: New. 1488 1489 Other files copied from gcc/fixinc. 1490