OSDN Git Service

* tree.c (int_cst_node, int_cst_hash_table): New variables.
[pf3gnuchains/gcc-fork.git] / fixincludes / ChangeLog
1 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
2
3         * inclhack.def (darwin_gcc4_breakage): New.
4         * fixincl.x: Regenerate.
5
6 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7
8         PR bootstrap/17832
9
10         * fixfixes.c (main): Check for _PC_NAME_MAX.
11
12 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
13
14         PR other/17991
15
16         * configure.ac: Fix typo.
17         * configure: Regenerate.
18         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
19
20 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
21
22         PR bootstrap/17832
23
24         * fixincl.c (SIGCHLD): Remove definition.
25         (initialize): Remove SIGIOT and SIGPIPE checks.
26         (create_file): Fix mkdir() for Win32.
27         (internal_fix): Use dup2() instead of fcntl().
28
29         * fixlib.h (SIGQUIT): Define if undefined.
30         (SIGIOT): Same.
31         (SIGPIPE): Same.
32         (SIGALRM): Same.
33         (SIGKILL): Same.
34
35         * procopen.c (chain_open): Use dup2() instead of fcntl().
36
37 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
38
39         PR other/17991
40
41         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
42         Update copyright year.
43         * fixfixes.c (main): Call initialize_opts from fixopts.c.
44         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
45         do not include code for parsing options (environment vars).
46         (fix_with_system): Use a search path for applyfix, so that you
47         can run the test suite with two-process fixincludes.
48         * fixopts.c: New file.
49         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
50         to config.h.  Default to --enable-twoprocess for MinGW32.
51         * config.h.in: Regenerate.
52         * configure: Regenerate.
53
54 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
55
56         * tests/base/sys/cdefs.h: Update from test area.
57
58 2004-09-17  Roger Sayle  <roger@eyesopen.com>
59
60         * inclhack.def (linux_ia64_ucontext): New fix.
61         * fixincl.x: Regenerate.
62         * tests/base/sys/ucontext.h: New file.
63
64 2004-09-15  Roger Sayle  <roger@eyesopen.com>
65
66         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
67         * tests/base/stdlib.h: Likewise.
68
69 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
70
71         * inclhack.def (freebsd_gcc4_breakage): Add.
72         * fixincl.x: Regenerate.
73         * tests/base/sys/cdefs.h: Update for new test.
74
75 2004-09-10  Adam Nemet  <anemet@lnxw.com>
76
77         * inclhack.def (lynx_void_int): Remove.
78         (lynxos_fcntl_proto): Remove.
79         (lynxos_no_warning_in_sys_time_h): New fix.
80         (lynxos_missing_putenv): New fix.
81         * fixincl.x: Regenerate.
82         * tests/base/fcntl.h: Remove.
83         * tests/base/sys/time.h: Update from test area.
84         * tests/base/curses.h: Likewise.
85         * tests/base/stdlib.h: Likewise.
86
87 2004-09-03  Jan Beulich  <jbeulich@novell.com>
88
89         * inclhack.def: Suppress exception_structure and math_exception
90         for NetWare headers.
91         * fixincl.x: Regenerate.
92
93 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
94
95         * .cvsignore: New.
96         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
97         autoconfiscated.
98         * configure.ac: New.
99         * config.h.in: Generate.
100         * configure: Generate.
101         * aclocal.m4: New.
102         * fixlib.h: Remove inclusions of gcc files.
103         * system.h: New.
104
105         Other files copied from gcc/fixinc.