comparison fixincludes/ChangeLog @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 2018-10-16 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2
3 * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
4 include of vxCpu.h, guard include of vxTypesOld.h by
5 !_ASMLANGUAGE.
6 * fixincl.x: Regenerate.
7
8 2018-09-03 Rasmus Villemoes <rv@rasmusvillemoes.dk>
9
10 * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
11 expansion of ioctl macro.
12 * fixincl.x: Regenerate.
13
14 2018-07-23 David Edelsohn <dje.gcc@gmail.com>
15
16 * inclhack.def (aix_unistd): New.
17 * fixincl.x: Regenerate.
18 * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
19
20 2018-06-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
21
22 * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
23 missing hunk.
24
25 2018-06-12 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
26
27 * genfixes: exit 1 when autogen not found.
28 * genfixes: Remove some redundant code.
29 * genfixes: Update URL to autogen source code.
30
31 * inclhack.def: Fix fixup for assert.h on vxworks.
32 * fixincl.x: Regenerate.
33
34 2018-05-25 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
35
36 * inclhack.def (vxworks_iolib_include_unistd): New fix.
37
38 2018-04-18 David Malcolm <dmalcolm@redhat.com>
39
40 PR jit/85384
41 * configure: Regenerate.
42
43 2018-02-22 David Edelsohn <dje.gcc@gmail.com>
44
45 * inclhack.def (aix_stdlib_vec_malloc): New.
46 (aix_stdlib_vec_calloc): New.
47 * fixincl.x: Regenerate.
48 * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
49 [AIX_STDLIB_VEC_CALLOC]: New test.
50
1 2017-10-13 Mike Frysinger <vapier@chromium.org> 51 2017-10-13 Mike Frysinger <vapier@chromium.org>
2 52
3 * fixinc.in (dirname): Change sed from 's|[^/]*/||' to 53 * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
4 's|[^/]*//*||'. 54 's|[^/]*//*||'.
5 55
1217 * inclhack.def(broken_cabs): Also remove definition of cabsl. 1267 * inclhack.def(broken_cabs): Also remove definition of cabsl.
1218 * fixincl.x: Regenerate. 1268 * fixincl.x: Regenerate.
1219 * tests/base/math.h: Update. 1269 * tests/base/math.h: Update.
1220 1270
1221 2007-01-05 Bruce Korb <bkorb@gnu.org>, 1271 2007-01-05 Bruce Korb <bkorb@gnu.org>,
1222 Daniel Franke <franke.daniel@gmail.com> 1272 Daniel Franke <franke.daniel@gmail.com>
1223 1273
1224 PR target/30008 1274 PR target/30008
1225 * fixincl.tpl (List): separate file name patterns with a NUL byte instead 1275 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1226 of a vertical bar ("|"). 1276 of a vertical bar ("|").
1227 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name 1277 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1433 1483
1434 PR target/21683 1484 PR target/21683
1435 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC. 1485 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1436 1486
1437 2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr> 1487 2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1438 Joseph S. Myers <joseph@codesourcery.com> 1488 Joseph S. Myers <joseph@codesourcery.com>
1439 1489
1440 PR target/19933 1490 PR target/19933
1441 PR target/21315 1491 PR target/21315
1442 * inclhack.def: New fixes solaris_math_[1-9]. 1492 * inclhack.def: New fixes solaris_math_[1-9].
1443 * fixincl.x: Regenerate. 1493 * fixincl.x: Regenerate.