comparison fixincludes/ChangeLog @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 * inclhack.def (alpha_wchar): Remove.
4 * fixincl.x: Regenerate.
5 * tests/base/wchar.h: Remove.
6
7 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8
9 * aclocal.m4: Regenerate.
10
11 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12
13 * inclhack.def (alpha_assert): Allow for more whitespace in
14 select.
15 * fixincl.x: Regenerate.
16
17 2010-03-28 H.J. Lu <hongjiu.lu@intel.com>
18
19 PR target/40722
20 * mkfixinc.sh: Revert the last change for mingw.
21
22 2010-03-24 Joseph Myers <joseph@codesourcery.com>
23
24 * inclhack.def (glibc_strncpy): New fix.
25 * fixincl.x: Regenerate.
26 * tests/base/bits/string2.h: Update.
27
28 2010-03-23 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR target/40722
31 * mkfixinc.sh: Fix stdlib.h for mingw.
32
33 2010-02-19 Bruce Korb <bkorb@gnu.org>
34
35 * inclhack.def: remove vestiges of inadvertently committed changes
36
37 2010-02-10 Bruce Korb <bkorb@gnu.org>
38
39 * README: fix up references to old gcc/fixinc directory
40
41 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
42
43 * inclhack.def (solaris_int_limits_3): New fix.
44 * fixincl.x: Regenerate.
45 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
46 test.
47
48 * inclhack.def (solaris_int_const, solaris_int_limits_1,
49 solaris_int_limits_2 ): Applies to Solaris 2 in general.
50 Remove select.
51 Add mach for *-*-solaris2*.
52 Change second c_fix_arg to select.
53 Remove #pragma ident from test_text.
54 * fixincl.x: Regenerate.
55 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
56 #pragma trigger text.
57 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
58 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
59
60 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
61
62 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
63 (aix_stdint_2): Likewise.
64 (aix_stdint_3): Likewise.
65 (aix_stdint_4): Likewise.
66 (aix_stdint_5): Likewise.
67 (darwin_stdint_1): Add stdint-darwin.h to files.
68 (darwin_stdint_2): Likewise.
69 (darwin_stdint_3): Likewise.
70 (darwin_stdint_4): Likewise.
71 (darwin_stdint_5): Likewise.
72 (darwin_stdint_6): Likewise.
73 (darwin_stdint_7): Likewise.
74 (hpux_c99_intptr): Add stdint-hpux11.h to files.
75 (hpux_c99_inttypes): Likewise.
76 (hpux_c99_inttypes2): Likewise.
77 (hpux_stdint_least_fast): Likewise.
78 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
79 (irix_stdint_c99_types): New fix.
80 (irix_stdint_c99_macros): New fix.
81 (newlib_stdint_1): Add stdint-newlib.h to files.
82 (newlib_stdint_2): Likewise.
83 fixincl.x: Regenerate.
84 tests/base/stdint-aix.h: New file.
85 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
86 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
87 tests/base/stdint-aix.h: ... here.
88 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
89 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
90 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
91 tests/base/stdint-darwin.h: New file.
92 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
93 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
94 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
95 tests/base/stdint-darwin.h: ... here.
96 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
97 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
98 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
99 tests/base/stdint-hpux11.h: New file.
100 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
101 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
102 tests/base/stdint-hpux11.h: ... here.
103 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
104 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
105 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
106 IRIX_STDINT_C99_MODE_CHECK.
107 tests/base/stdint-irix65.h: New file.
108 tests/base/stdint-newlib.h: New file.
109 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
110 NEWLIB_STDINT_2_CHECK]: Moved ...
111 tests/base/stdint-newlib.h: ... here.
112
1 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 113 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2 114
3 * configure: Regenerate. 115 * configure: Regenerate.
4 116
5 2009-10-21 Steve Ellcey <sje@cup.hp.com> 117 2009-10-21 Steve Ellcey <sje@cup.hp.com>