OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [fixincludes/] [ChangeLog] - Blame information for rev 866

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 266 jeremybenn
2010-07-31  Release Manager
2
 
3
        * GCC 4.5.1 released.
4
 
5
2010-07-14  Rainer Orth  
6
 
7
        Backport from mainline:
8
        2010-07-12  Rainer Orth  
9
 
10
        * inclhack.def (solaris_cond_init): New fix.
11
        * fixincl.x: Regenerate.
12
        * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
13
        [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
14
 
15
2010-04-14  Release Manager
16
 
17
        * GCC 4.5.0 released.
18
 
19
2010-04-02  Ralf Wildenhues  
20
 
21
        * aclocal.m4: Regenerate.
22
 
23
2010-03-31  Rainer Orth  
24
 
25
        * inclhack.def (alpha_assert): Allow for more whitespace in
26
        select.
27
        * fixincl.x: Regenerate.
28
 
29
2010-03-28  H.J. Lu  
30
 
31
        PR target/40722
32
        * mkfixinc.sh: Revert the last change for mingw.
33
 
34
2010-03-24  Joseph Myers  
35
 
36
        * inclhack.def (glibc_strncpy): New fix.
37
        * fixincl.x: Regenerate.
38
        * tests/base/bits/string2.h: Update.
39
 
40
2010-03-23  H.J. Lu  
41
 
42
        PR target/40722
43
        * mkfixinc.sh: Fix stdlib.h for mingw.
44
 
45
2010-02-19  Bruce Korb  
46
 
47
        * inclhack.def: remove vestiges of inadvertently committed changes
48
 
49
2010-02-10  Bruce Korb  
50
 
51
        * README: fix up references to old gcc/fixinc directory
52
 
53
2010-01-29  Rainer Orth  
54
 
55
        * inclhack.def (solaris_int_limits_3): New fix.
56
        * fixincl.x: Regenerate.
57
        * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
58
        test.
59
 
60
        * inclhack.def (solaris_int_const, solaris_int_limits_1,
61
        solaris_int_limits_2 ): Applies to Solaris 2 in general.
62
        Remove select.
63
        Add mach for *-*-solaris2*.
64
        Change second c_fix_arg to select.
65
        Remove #pragma ident from test_text.
66
        * fixincl.x: Regenerate.
67
        * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
68
        #pragma trigger text.
69
        * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
70
        SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
71
 
72
2010-01-26  Rainer Orth  
73
 
74
        * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
75
        (aix_stdint_2): Likewise.
76
        (aix_stdint_3): Likewise.
77
        (aix_stdint_4): Likewise.
78
        (aix_stdint_5): Likewise.
79
        (darwin_stdint_1): Add stdint-darwin.h to files.
80
        (darwin_stdint_2): Likewise.
81
        (darwin_stdint_3): Likewise.
82
        (darwin_stdint_4): Likewise.
83
        (darwin_stdint_5): Likewise.
84
        (darwin_stdint_6): Likewise.
85
        (darwin_stdint_7): Likewise.
86
        (hpux_c99_intptr): Add stdint-hpux11.h to files.
87
        (hpux_c99_inttypes): Likewise.
88
        (hpux_c99_inttypes2): Likewise.
89
        (hpux_stdint_least_fast): Likewise.
90
        (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
91
        (irix_stdint_c99_types): New fix.
92
        (irix_stdint_c99_macros): New fix.
93
        (newlib_stdint_1): Add stdint-newlib.h to files.
94
        (newlib_stdint_2): Likewise.
95
        fixincl.x: Regenerate.
96
        tests/base/stdint-aix.h: New file.
97
        tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
98
        AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
99
        tests/base/stdint-aix.h: ... here.
100
        [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
101
        [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
102
        [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
103
        tests/base/stdint-darwin.h: New file.
104
        tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
105
        DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
106
        DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
107
        tests/base/stdint-darwin.h: ... here.
108
        [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
109
        [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
110
        [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
111
        tests/base/stdint-hpux11.h: New file.
112
        tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
113
        HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
114
        tests/base/stdint-hpux11.h: ... here.
115
        [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
116
        [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
117
        tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
118
        IRIX_STDINT_C99_MODE_CHECK.
119
        tests/base/stdint-irix65.h: New file.
120
        tests/base/stdint-newlib.h: New file.
121
        tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
122
        NEWLIB_STDINT_2_CHECK]: Moved ...
123
        tests/base/stdint-newlib.h: ... here.
124
 
125
2009-12-05  Ralf Wildenhues  
126
 
127
        * configure: Regenerate.
128
 
129
2009-10-21  Steve Ellcey  
130
 
131
        * inclhack.def (hpux_stdint_least_fast): Simplify.
132
        * fixincl.x: Regenerate.
133
        * tests/base/stdint.h: Update.
134
 
135
2009-09-15  Ralf Wildenhues  
136
 
137
        * inclhack.def (isc_fmod, isc_omits_with_stdc)
138
        (nested_sys_limits, sco_math): Remove.
139
        * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
140
        * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
141
        * tests/base/sys/limits.h: Remove.
142
        * fixincl.x: Regenerate.
143
 
144
2009-09-08  Ralf Wildenhues  
145
 
146
        PR testsuite/29737
147
        PR bootstrap/35938
148
        PR testsuite/39655
149
        * check.tpl: Fix typos.
150
        * README: Likewise.  Also, document that 'select' uses ERE.
151
        * mkheaders.in: Update copyright years in --version output.
152
        * inclhack.def (sco_math): Add missing final newline in sed
153
        script 'a', 'c', or 'i' commands, for BSD sed.
154
        (sco_math): In the text of 'a', 'c', or 'i' sed
155
        commands, prepend leading white space with a backslash to avoid
156
        the whitespace to be removed by BSD sed.
157
        (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
158
        (x11_new): Fix sed expression, for BSD sed.
159
        (glibc_mutex_init): Fix newlines in sed 's' command replacement
160
        part, for GNU sed 3.02 and Solaris sed.
161
        (glibc_mutex_init): Replace unportable \+ sed regex operator
162
        with \{1,\}.
163
        (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
164
        alternation \| regex operator.
165
        (solaris_complex): Remove superfluous backslashes from
166
        replacement string.  Replace \+ operator with \{1,\}.
167
        * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
168
        * fixincl.x: Regenerate.
169
 
170
2009-09-02  Rainer Orth  
171
 
172
        PR libfortran/41169
173
        * inclhack.def (irix_complex): New fix.
174
        (solaris_complex): Likewise.
175
        * fixincl.x: Regenerate.
176
        * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
177
        New tests.
178
 
179
2009-08-28   Bruce Korb 
180
             Steve Ellcey  
181
 
182
        * README (files): Describe files entry.
183
        * inclhack.def (hpux_stdint_least): Remove.
184
        (hpux_stdint_fast): Remove.
185
        (hpux_stdint_fast): Remove.
186
        (hpux_stdint_least_fast): New.
187
        (hpux_inttype_int_least8_t): Remove.
188
        (hpux_inttype_int8_t): Modify.
189
        * fixincl.x: Regenerate.
190
        * tests/base/stdint.h: Update.
191
        * tests/base/sys/_inttypes.h: Update.
192
 
193
2009-08-28  Steve Ellcey  
194
 
195
        * inclhack.def (hpux_imaginary_i): Remove spaces.
196
        * fixincl.x: Regenerate.
197
        * tests/base/stdint.h: Update AIX fixes.
198
        * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
199
 
200
2009-08-24  Ralf Wildenhues  
201
 
202
        * configure.ac (AC_PREREQ): Bump to 2.64.
203
 
204
2009-08-22  Ralf Wildenhues  
205
 
206
        * aclocal.m4: Regenerate.
207
        * configure: Regenerate.
208
        * config.h.in: Regenerate.
209
 
210
2009-08-17  David Edelsohn  
211
 
212
        * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
213
        redefine I.
214
        * (aix_stdint_[12345]): New fixes.
215
        * fixincl.x: Regenerate.
216
        * tests/base/complex.h: Update check.
217
        * tests/base/stdint.h: Add AIX stdint.h checks.
218
 
219
2009-08-14  Steve Ellcey  
220
 
221
        * inclhack.def (hpux_imaginary_i): New fix.
222
        * fixincl.x: Regenerate.
223
        * tests/base/complex.h: New file.
224
 
225
2009-08-12  David Edelsohn  
226
 
227
        * inclhack.def (aix_complex): New fix.
228
        * fixincl.x: Regenerate.
229
 
230
2009-08-01  John David Anglin  
231
 
232
        * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
233
        (hpux_inttype_int8_t): Likewise.
234
        * fixincl.x: Regenerate.
235
 
236
2009-07-30  Ralf Wildenhues  
237
 
238
        * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
239
        New variables.
240
        ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
241
        Use them.
242
 
243
2009-07-04  Francois-Xavier Coudert  
244
 
245
        * inclhack.def (darwin_stdint_5, darwin_stdint_6,
246
        darwin_stdint_7): New fixes.
247
        * fixincl.x: Regenerate.
248
        * tests/base/stdint.h: Adjust test for new fixes.
249
 
250
2009-07-03  Eric Botcazou  
251
 
252
        * inclhack.def (solaris_int_types): New fix.
253
        * fixincl.x: Regenerate.
254
        * tests/base/sys/int_types.h: New file.
255
 
256
2009-06-09  Francois-Xavier Coudert  
257
 
258
        * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
259
        darwin_stdint_4): New fixes.
260
        * tests/base/stdint.h: Adjust test results for new fixes.
261
        * fixincl.x: Regenerate.
262
 
263
2009-05-29  Eric Botcazou  
264
 
265
        * inclhack.def (solaris_int_const): New fix.
266
        (solaris_int_limits_1): Likewise.
267
        (solaris_int_limits_2): Likewise.
268
        * fixincl.x: Regenerate.
269
        * tests/base/sys/int_const.h: New file.
270
        * tests/base/sys/int_limits.h: Likewise.
271
 
272
2009-05-15  Joseph Myers  
273
 
274
        * inclhack.def (glibc_tgmath): Correct bypass.
275
        * fixincl.x: Regenerate.
276
 
277
2009-04-28  Steve Ellcey  
278
 
279
        * inclhack.def (hpux11_uint32_c): Remove.
280
        (hpux_long_double): Disable on hpux11.3*.
281
        (hpux_long_double_2): New.
282
        (hpux_c99_intptr): New.
283
        (hpux_c99_inttypes): New.
284
        (hpux_c99_inttypes2): New.
285
        (hpux_stdint_least): New.
286
        (hpux_stdint_fast): New.
287
        (hpux_inttype_int_least8_t): New.
288
        (hpux_inttype_int8_t): New.
289
        * fixincl.x: Regenerate.
290
        * tests/base/sys/_inttypes.h: New.
291
        * tests/base/inttypes.h: Update.
292
        * tests/base/stdlib.h: Update.
293
        * tests/base/stdint.h: Update.
294
 
295
2009-04-28  Joseph Myers  
296
 
297
        * inclhack.def (glibc_stdint): New fix.
298
        * fixincl.x: Regenerate.
299
        * tests/base/stdint.h: Update.
300
 
301
2009-04-09  Jakub Jelinek  
302
 
303
        * Makefile.in: Change copyright header to refer to version
304
        3 of the GNU General Public License and to point readers at the
305
        COPYING3 file and the FSF's license web page.
306
        * fixfixes.c: Likewise.
307
        * fixinc.in: Likewise.
308
        * fixincl.c: Likewise.
309
        * fixlib.c: Likewise.
310
        * fixlib.h: Likewise.
311
        * fixopts.c: Likewise.
312
        * fixtests.c: Likewise.
313
        * genfixes: Likewise.
314
        * mkheaders.in: Likewise.
315
        * system.h: Likewise.
316
 
317
2009-03-31  Joseph Myers  
318
 
319
        PR c/448
320
        * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
321
        * fixincl.x: Regenerate.
322
        * tests/base/stdint.h: Update.
323
 
324
2009-03-29  Joseph Myers  
325
 
326
        * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
327
        Update.
328
 
329
2009-03-29  Joseph Myers  
330
 
331
        PR c/456
332
        PR c/5675
333
        PR c/19976
334
        PR c/29116
335
        PR c/31871
336
        PR c/35198
337
        * inclhack.def (glibc_tgmath): New fix.
338
        * fixincl.x: Regenerate.
339
        * tests/base/tgmath.h: New.
340
 
341
2009-03-28  Joseph Myers  
342
 
343
        * inclhack.def (aix_syswait, exception_structure,
344
        pthread_page_size): Remove.
345
        (math_exception): Remove mention of fixproto in comment.
346
        * fixincl.x: Regenerate.
347
        * mkheaders.in: Do not handle STMP_FIXPROTO.
348
 
349
2009-03-27  Sandra Loosemore  
350
 
351
        * server.c (run_shell): Quote directory name passed to cd.
352
 
353
2009-03-01  Bruce Korb  
354
        Apply a positively ancient patch:
355
 
356
        2004-10-15  Giovanni Bajo  
357
 
358
        * inclhack.def (alpha_if_semicolon): new fix from long, long ago
359
        * tests/base/net/if.h: Add new test.
360
 
361
2009-01-06  Andreas Tobler  
362
 
363
        * tests/base/locale.h: Add new test.
364
        * tests/base/stdarg.h: Likewise.
365
 
366
2009-01-05  Steve Ellcey  
367
 
368
        * inclhack.def (hpux_spu_info):  Add files line.
369
        * fixincl.x: Regenerate.
370
 
371
2009-01-01  Andreas Tobler  
372
 
373
        * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
374
        in case of C.
375
        * fixincl.x: Regenerate.
376
 
377
2008-12-31  Andreas Tobler  
378
 
379
        PR target/35460
380
        * inclhack.def (openbsd_va_start): Use __builtin_va_start
381
        for OpenBSD.
382
        * fixincl.x: Regenerate.
383
 
384
2008-12-18  Ralf Wildenhues  
385
 
386
        * configure: Regenerate.
387
 
388
2008-12-15  Steve Ellcey  
389
 
390
        * inclhack.def (hpux_spu_info): Match PA as well as IA64.
391
        * fixincl.x: Regenerate.
392
 
393
2008-09-06  H.J. Lu  
394
 
395
        * configure.ac: Fix a typo.
396
        * configured: Regenerate.
397
 
398
2008-09-06  Bruce Korb  
399
 
400
        * fixincl.tpl (sed): make the program executable configurable.
401
        Some platforms have some rather oddball defaults.
402
        * config.h.in (SED_PROGRAM): define the default sed.
403
        * fixincl.x: regenerated
404
        * tests/base/internal/wchar_core.h: fix bad sample text
405
        * tests/base/math.h: fix bad sample text
406
        * configure.ac: search for working sed
407
        * inclhack.def (glibc_mutex_init): fix non-portable construct
408
        and re-order a few misordered entries.
409
 
410
2008-06-17  Ralf Wildenhues  
411
 
412
        * configure: Regenerate.
413
 
414
2008-06-07  Joseph Myers  
415
 
416
        * inclhack.def (AAB_svr4_replace_byteorder,
417
        AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
418
        libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
419
        ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
420
        solaris_mutex_init_1, solaris_socket, solaris_unistd,
421
        solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
422
        ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
423
        ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
424
        ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
425
        ultrix_strings2, ultrix_sys_time, ultrix_unistd,
426
        unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
427
        windiss_math2, windiss_valist): Remove.
428
        * fixincl.x: Regenerate.
429
        * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
430
        i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
431
        powerpc-*-eabiaix*): Remove.
432
        * tests/base/math.h: Update.
433
        * tests/base/pthread.h: Update.
434
        * tests/base/stdio.h: Update.
435
        * tests/base/stdlib.h: Update.
436
        * tests/base/string.h: Update.
437
        * tests/base/strings.h: Update.
438
        * tests/base/sys/file.h: Update.
439
        * tests/base/sys/limits.h: Update.
440
        * tests/base/sys/socket.h: Update.
441
        * tests/base/sys/stat.h: Update.
442
        * tests/base/sys/time.h: Update.
443
        * tests/base/testing.h: Update.
444
        * tests/base/unistd.h: Update.
445
        * tests/base/_G_config.h: Remove.
446
        * tests/base/arpa: Remove directory.
447
        * tests/base/fs: Remove directory.
448
        * tests/base/locale.h: Remove.
449
        * tests/base/machine: Remove directory.
450
        * tests/base/rpc/svc.h: Remove.
451
        * tests/base/sys/ioctl.h: Remove.
452
        * tests/base/sys/regset.h: Remove.
453
        * tests/base/sys/times.h: Remove.
454
        * tests/base/sys/utsname.h: Remove.
455
        * tests/base/widec.h: Remove.
456
 
457
2008-05-24  Kaveh R. Ghazi  
458
 
459
        * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
460
        * tests/base/iso/math_c99.h: Update.
461
        * fixincl.x: Regenerate.
462
 
463
2008-05-14  Joseph Myers  
464
 
465
        * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
466
        posix_types_64.
467
        * fixincl.x: Regenerate.
468
 
469
2008-04-25  Kai Tietz  
470
 
471
        * fixincl.c (fix_with_system): Cast pointer difference to long.
472
        * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
473
 
474
2008-04-18  Paolo Bonzini  
475
 
476
        PR bootstrap/35457
477
        * Makefile.in: Rewrite aclocal.m4 rule.
478
        * aclocal.m4: Regenerate.
479
        * configure: Regenerate.
480
 
481
2008-03-07  Peter O'Gorman  
482
 
483
        PR c++/20366
484
        * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
485
        * fixincl.x: Regenerate.
486
        * tests/base/stdio.h: Add test.
487
 
488
2008-02-25  Ben Elliston  
489
 
490
        PR other/32948
491
        * fixincl.c (fix_applies): Remove unused variable `name_len'.
492
 
493
2008-02-19  Kaveh R. Ghazi  
494
 
495
        * inclhack.def (solaris_math_10): New.
496
        * tests/base/iso/math_c99.h: Update.
497
 
498
        * fixincl.x: Regenerate.
499
 
500
2008-02-04  Ismail Dönmez  
501
 
502
        * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
503
        freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
504
        netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
505
        quotes around mach entries.
506
        * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
507
        to GPLv3.
508
 
509
2008-02-04  Hans-Peter Nilsson  
510
 
511
        PR other/31405
512
        * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
513
        (glibc_c99_inline_3) : Change from __STDC_VERSION__ to
514
        __extern_inline|__GNU_STDC_INLINE__.
515
        (glibc_c99_inline_4) : Add wchar.h and */wchar.h.
516
        : Change from __STDC_VERSION__ to
517
        __extern_inline|__GNU_STDC_INLINE__.
518
        : Change from #ifdef-wrapping the extern part to
519
        appending attribute-gnu_inline.
520
        : Remove.
521
        : Remove __extern_inline line.
522
        * tests/base/features.h: Re-add.
523
        * tests/base/sys/sysmacros.h: Adjust.
524
        * fixincl.x: Regenerate.
525
 
526
2008-01-06  Hans-Peter Nilsson  
527
 
528
        Revert last change.
529
 
530
2007-12-18  Hans-Peter Nilsson  
531
 
532
        * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
533
        * fixincl.x: Regenerate.
534
        * tests/base/wchar.h: Update.
535
        * tests/base/features.h: New.
536
 
537
2007-10-14  John David Anglin  
538
 
539
        PR target/33700
540
        * inclhack.def (hpux11_pthread_const): New.
541
        * fixincl.x: Regenerate.
542
        * tests/base/sys/pthread.h: Update.
543
 
544
2007-10-12  Kai Tietz  
545
 
546
        * configure.ac: x86_64 mingw target uses twoprocess.
547
        * mkfixinc.sh: Add x86_64 mingw target.
548
        * configure: Regenerate.
549
 
550
2007-10-09  Geoffrey Keating  
551
 
552
        * inclhack.def (darwin_externc): New.
553
        * fixincl.x: Regenerate.
554
        * tests/base/mach-o/swap.h: New.
555
 
556
2007-08-03  Kaveh R. Ghazi  
557
 
558
        * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
559
        Delete fixes.
560
        * tests/base/iso/math_c99.h: Delete associated test baselines.
561
        * fixincl.x: Regenerate.
562
 
563
2007-07-24  Krister Walfridsson  
564
 
565
        PR target/30058
566
        * inclhack.def (netbsd_c99_inline_2): New.
567
        * fixincl.x: Regenerate.
568
        * tests/base/signal.h: Update.
569
 
570
2007-07-18  Kaveh R. Ghazi  
571
 
572
        PR target/32641
573
 
574
        * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
575
        solaris_math_7): Constify and make FP exception-safe.
576
        * tests/base/iso/math_c99.h: Update.
577
 
578
        * fixincl.x: Regenerate.
579
 
580
2007-07-05  Rainer Orth  
581
 
582
        PR libgcj/28190
583
        * inclhack.def (irix_stdint_c99): New fix.
584
        * fixincl.x: Regenerate.
585
        * tests/base/stdint.h: New test.
586
 
587
2007-06-06  Steve Ellcey  
588
 
589
        PR testsuite/31828
590
        * inclhack.def (hppa_hpux_fp_macros): New.
591
        * fixincl.x: Regenerate.
592
        * tests/base/math.h: Update.
593
 
594
2007-03-26  Jakub Jelinek  
595
 
596
        * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
597
        if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
598
        __STDC_VERSION__ < 199901L.
599
        (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
600
        with #ifdef __GNUC_GNU_INLINE__.
601
        (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
602
        with defined(__GNUC_STDC_INLINE__).
603
        (glibc_c99_inline_4): Change select, add second c_fix_arg.
604
        Replace #if __STDC_VERSION__ < 199901L with
605
        #ifdef __GNUC_GNU_INLINE__.
606
        * fixincl.x: Regenerated.
607
        * tests/base/bits/string2.h: Update.
608
        * tests/base/sys/sysmacros.h: Update.
609
        * tests/base/sys/stat.h: Update.
610
 
611
2007-03-18  Krister Walfridsson  
612
 
613
        PR target/30058
614
        * inclhack.def (netbsd_c99_inline_1): New.
615
        * fixincl.x: Regenerate.
616
        * tests/base/signal.h: New.
617
 
618
2007-03-12  Brooks Moses  
619
 
620
        * Makefile.in: Add dummy "install-info" target.
621
 
622
2007-03-06  Joseph Myers  
623
 
624
        * mkheaders.in: Fix headers for each multilib required.
625
 
626
2007-03-01  Brooks Moses  
627
 
628
        * Makefile.in: Add dummy install-pdf target.
629
 
630
2007-02-27  Joseph Myers  
631
 
632
        * mkheaders.in (incdir): Use include-fixed not include.
633
 
634
2007-02-15  Brooks Moses  
635
 
636
        * Makefile.in: Added "pdf" target to .PHONY.
637
 
638
2007-02-05  Richard Guenther  
639
 
640
        * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
641
        with older glibc.  Adjust version number for C99.
642
        * fixincl.x: Regenerated.
643
 
644
2007-02-04  Mike Stump  
645
 
646
        * mkheaders.in: Allow optional isysroot parameter.
647
 
648
2007-02-03  Bruce Korb 
649
 
650
        * inclhack.def (glibc_c99_inline_4): replace "extern" only if
651
        surrounded by space characters.
652
 
653
2007-01-25  Daniel Franke 
654
 
655
        PR target/30272
656
        * inclhack.def(broken_cabs): Also remove definition of cabsl.
657
        * fixincl.x: Regenerate.
658
        * tests/base/math.h: Update.
659
 
660
2007-01-05  Bruce Korb ,
661
            Daniel Franke 
662
 
663
        PR target/30008
664
        * fixincl.tpl (List): separate file name patterns with a NUL byte instead
665
        of a vertical bar ("|").
666
        * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
667
        matching.  Set SKIP_TEST flag if we are not to run a test.
668
        * fixincl.x: Regenerate.
669
        * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
670
        kandr_concat, sco_math): Replace lists of specfic file names by search
671
        patterns.
672
 
673
2006-12-12  Olivier Hainque  
674
 
675
        * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
676
        targets for which a no-op fixer is appropriate.
677
 
678
2006-11-07  Richard Guenther  
679
 
680
        * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
681
        systems.
682
        * fixincl.x: Regenerate.
683
 
684
2006-11-02  Geoffrey Keating  
685
 
686
        * inclhack.def (glibc_c99_inline_1): New.
687
        * inclhack.def (glibc_c99_inline_2): New.
688
        * inclhack.def (glibc_c99_inline_3): New.
689
        * inclhack.def (glibc_c99_inline_4): New.
690
        * fixincl.x: Regenerate.
691
        * tests/base/bits/string2.h: New.
692
        * tests/base/sys/sysmacros.h: New.
693
        * tests/base/sys/stat.h: Update.
694
 
695
2006-11-01  Steve Ellcey  
696
 
697
        * tests/base/sys/socket.h: Update.
698
 
699
2006-10-31  Steve Ellcey  
700
 
701
        * inclhack.def (hpux11_extern_sendfile): New.
702
        (hpux11_extern_sendpath): New.
703
        * fixincl.x: Regenerate.
704
 
705
2006-10-29  Joseph Myers  
706
 
707
        * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
708
        * fixincl.x: Regenerate.
709
 
710
2006-10-10  Brooks Moses  
711
 
712
        * Makefile.in: Added empty "pdf" target.
713
 
714
2006-10-07  John David Anglin  
715
 
716
        PR target/29300
717
        * inclhack.def (hpux_pthread_initializers): New hack.
718
        * tests/base/sys/pthread.h: New file.
719
 
720
        * fixincl.x: Regenerate.
721
 
722
2006-10-03  Uros Bizjak 
723
 
724
        * inclhack.def (glibc_mutex_init): Also fix
725
        PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
726
        PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
727
        * tests/base/pthread.h: Update.
728
 
729
        * fixincl.x: Regenerate.
730
 
731
2006-10-01  Uros Bizjak 
732
 
733
        * inclhack.def (glibc_mutex_init): New fix.
734
        * tests/base/pthread.h: Update.
735
 
736
        * fixincl.x: Regenerate.
737
 
738
2006-09-29  Kaveh R. Ghazi  
739
 
740
        * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
741
        Prevent it from running on solaris10 or later.
742
        (solaris_once_init_2): Fix comment.
743
        * tests/base/pthread.h: Update.
744
 
745
        * fixincl.x: Regenerate.
746
 
747
2006-09-27  Kaveh R. Ghazi  
748
 
749
        * inclhack.def (solaris_once_init_2): New fix.
750
        * tests/base/pthread.h: Update.
751
 
752
        * fixincl.x: Regenerate.
753
 
754
2006-09-27  Kaveh R. Ghazi  
755
 
756
        * inclhack.def (solaris_mutex_init_2): Remove test for
757
        PTHREAD_RWLOCK_INITIALIZER.
758
        (solaris_rwlock_init_1): New.
759
        * tests/base/pthread.h: Update.
760
 
761
        * inclhack.def (solaris_once_init_1): New.
762
        * tests/base/pthread.h: Adjust for new fix.
763
 
764
        * fixincl.x: Regenerate.
765
 
766
2006-07-17  Roger Sayle  
767
 
768
        * tests/base/errno.h: New file.
769
        * tests/base/architecture/ppc/math.h: Likewise.
770
        * tests/base/ia64/sys/getppdp.h: Likewise.
771
 
772
2006-07-10  Laurynas Biveinis  
773
 
774
        PR bootstrap/20437
775
        * Makefile.in (configure, config.h.in): Change into $(srcdir)
776
        before autoconf or autoheader call.
777
 
778
2006-06-23  Steve Ellcey  
779
 
780
        PR target/28084
781
        * inclhack.def (hpux_extern_errno): New.
782
        * fixincl.x: Regenerate.
783
 
784
2006-05-23  Carlos O'Donell  
785
 
786
        * Makefile.in: Add dvi info html and install-html to .PHONY
787
        Add install-html target.
788
 
789
2006-05-16  Mike Stump  
790
 
791
        * configure.ac: Add -Wno-overlength-strings.
792
        * configure: Regenerate.
793
 
794
2006-05-14  Bernhard Fischer  
795
 
796
        * README: Fix typo.
797
 
798
2006-02-18  Steve Ellcey  
799
 
800
        PR target/26189
801
        * inclhack.def (hpux_spu_info): New.
802
        * fixincl.x: Regenerate
803
 
804
2006-01-31  Marcin Dalecki  
805
 
806
        * configure.ac: Check for asprintf, basename, vasprintf.
807
        * config.h.in: Regenerate.
808
        * configure: Regenerate.
809
 
810
2006-01-19  Andrew Pinski  
811
 
812
        PR target/15642
813
        * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
814
        __APPLE_CC_ as 1345.
815
        (broken_nan): New.
816
        * fixincl.x: Regenerate.
817
 
818
2005-11-24  Bruce Korb  
819
 
820
        * fixincl.c (write_replacement): "here strings" in AutoGen
821
        often/generally don't have a terminating newline.  Check the
822
        last byte for '\n'.
823
 
824
2005-11-13  Andreas Jaeger  
825
 
826
        * check.tpl: Handle CVS additionally.
827
 
828
2005-11-05  Andreas Jaeger  
829
 
830
        * check.tpl: Adopt for move to subversion.
831
 
832
2005-09-15  Joseph S. Myers  
833
 
834
        PR c++/23139
835
        * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
836
        fixes.
837
        * fixincl.x: Regenerate.
838
        * tests/base/bits/huge_val.h: New file.
839
 
840
2005-08-14  Kelley Cook  
841
 
842
        * All files: Update with new FSF address.
843
 
844
2005-07-16  Kaveh R. Ghazi  
845
 
846
        * Makefile.in (WARN_CFLAGS): New.
847
        (.c.o): Add $(WARN_CFLAGS).
848
        * aclocal.m4: Include ../config/warnings.m4.
849
        * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
850
        ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
851
        ACX_PROG_CC_WARNINGS_ARE_ERRORS.
852
        * fixopts.c (initialize_opts): Fix old-style definintion.
853
 
854
        * configure: Regenerate.
855
 
856
2005-06-24  Geoffrey Keating  
857
 
858
        * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
859
        (AAB_darwin7_9_long_double_funcs_2): New.
860
        * fixincl.x: Regenerate.
861
 
862
2005-06-15  Rainer Orth  
863
 
864
        PR libfortran/15266
865
        * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
866
        Use double quotes in select so \t matches tabs.
867
        Add IRIX testcase.
868
        * fixincl.x: Regenerate.
869
        * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
870
 
871
2005-05-22  Danny Smith  
872
 
873
        PR target/21683
874
        * fixincl.c: Don't include  if SEPARATE_FIX_PROC.
875
 
876
2005-05-19  Eric Botcazou  
877
            Joseph S. Myers  
878
 
879
        PR target/19933
880
        PR target/21315
881
        * inclhack.def: New fixes solaris_math_[1-9].
882
        * fixincl.x: Regenerate.
883
        * tests/base/iso/math_c99.h: New.
884
 
885
2005-05-19  Kelley Cook  
886
 
887
        * aclocal.m4: Remove superfluous reference to accross.m4.
888
 
889
2005-05-15  Gabriel Dos Reis  
890
 
891
        * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
892
        * server.c (load_data): Likewise.
893
        (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
894
        * fixincl.c: #include 
895
        (run_compiles): Use XCNEWVEC instead of xcalloc.
896
        (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
897
        * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
898
 
899
2005-05-10  Joseph S. Myers  
900
 
901
        * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
902
        *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
903
        * fixincl.x: Regenerate.
904
 
905
2005-05-06  Bruce Korb  
906
        Joseph S. Myers 
907
 
908
        * fixinc/inclhack.def: Correct backslashes
909
        * fixinc/fixincl.x: regen
910
 
911
2005-04-19  Kaveh R. Ghazi  
912
 
913
        * system.h (fopen, fdopen, freopen): Define these to the unlocked
914
        libiberty functions.
915
 
916
2005-04-11  Kaveh R. Ghazi  
917
 
918
        * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
919
        (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
920
        * system.h (putchar, getc, getchar, clearerr, feof, fileno,
921
        fflush, fgetc, fgets, ferror, fread): Redefine to the associated
922
        _unlocked function.
923
        (fwrite_unlocked): Fix prototype.
924
 
925
        * configure, config.h.in: Regenerate.
926
 
927
2005-03-21  Zack Weinberg  
928
 
929
        * Makefile.in: Set gcc_version directly, not via substitution.
930
        (libsubdir): Use $(gcc_version), not $(version).
931
        (mkheaders.almost): New rule.
932
        (mkheaders): Generate from mkheaders.almost.
933
        (clean): Also delete mkheaders.almost.
934
        * aclocal.m4: Do not include ../config/gcc-version.m4.
935
        * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
936
        mkheaders.almost from mkheaders.in.
937
        * configure: Regenerate.
938
 
939
2005-03-21  Richard Guenther  
940
 
941
        PR target/20166
942
        * inclhack.def: Add fix for array of incomplete structures
943
        in function prototype in pthread.h.
944
        * fixincl.x: Regenerate.
945
        * tests/base/pthread.h: Adjust.
946
 
947
2005-03-15  Joseph S. Myers  
948
 
949
        * inclhack.def (hpux_htonl): New fix.
950
        * tests/base/netinet/in.h: New test.
951
        * fixincl.x: Regenerate.
952
 
953
2005-02-23  James E Wilson  
954
 
955
        * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
956
 
957
2004-12-13  Andrew Pinski  
958
 
959
        PR 18458
960
        * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
961
        fixincl.
962
 
963
2004-12-02  Richard Sandiford  
964
 
965
        * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
966
        * aclocal.m4: Include ../config/gcc-version.m4.
967
        * configure: Regenerate.
968
 
969
2004-11-26  Mark Mitchell  
970
 
971
        * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
972
        (stdio_va_list): Likewise.
973
        (stdio_stdarg.h): Likewise.
974
        (solaris_stdio_tag): Add bypass.
975
        * fixincl.x: Regenerated.
976
 
977
2004-11-23  Geoffrey Keating  
978
 
979
        * mkfixinc.sh: Check error code from 'cat'.  Don't try running
980
        built fixincl program.
981
        * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
982
        up csh from user.
983
 
984
2004-11-20  Roger Sayle  
985
 
986
        * inclhack.def (alpha_pthread_init): Fix technical problems with
987
        the last check-in caused by CVS variable substitution.
988
        * fixincl.x: Likewise.
989
        * tests/base/pthread.h: Likewise.
990
 
991
2004-11-20  Roger Sayle  
992
            Bruce Korb  
993
 
994
        * inclhack.def (alpha_pthread_init): New fix.
995
        * fixincl.x: Regenerate.
996
        * tests/base/pthread.h: Update for new test.
997
 
998
2004-11-15  Bruce Korb  
999
 
1000
        * fixincl.c(fix_with_system): correct misuse of variables and
1001
        incorrect application of "sizeof()".
1002
 
1003
2004-11-13  Joseph S. Myers  
1004
 
1005
        * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1006
        svr4__p, undefine_null): Remove.
1007
        * fixincl.x: Regenerate.
1008
        * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1009
        * tests/base/sys/param.h: Remove.
1010
        * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1011
        tests/base/sys/limits.h: Update.
1012
 
1013
2004-11-12  Mike Stump  
1014
 
1015
        * Makefile.in (html): Add html generation support.
1016
 
1017
2004-11-12  Joseph S. Myers  
1018
 
1019
        * inclhack.def (sco_math): Bypass on __GNUG__.
1020
        (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1021
        * fixincl.x: Regenerate.
1022
 
1023
2004-11-09  Joseph S. Myers  
1024
 
1025
        * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1026
        (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1027
        _CLASSIC_ANSI_TYPES.
1028
        (sun_auth_proto): Bypass on __cplusplus.
1029
        * fixincl.x: Regenerate.
1030
 
1031
2004-11-05  Geoffrey Keating  
1032
 
1033
        * Makefile.in (mostlyclean): Add fixinc.sh.
1034
        (clean): Add mkheaders.
1035
        (distclean): New.
1036
        (dvi): New.
1037
        (info): New.
1038
        (installcheck): New.
1039
 
1040
2004-11-05  Paolo Bonzini  
1041
 
1042
        * Makefile.in (mostlyclean, distclean): New targets.
1043
 
1044
2004-11-04  Geoffrey Keating  
1045
 
1046
        * configure.ac: Add code to determine noncanonical_target,
1047
        local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1048
        * configure: Regenerate.
1049
        * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1050
        * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1051
        * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1052
        update for changes to fixinc.in.
1053
        * Makefile.in: Add many new macros.
1054
        (install): New target.
1055
        (mkheaders): New target.
1056
        (fixinc.sh): New target.
1057
        (all): Add mkheaders and fixinc.sh.
1058
        * README-fixinc: Move here from gcc/.
1059
 
1060
2004-11-01  Mike Stump  
1061
 
1062
        * inclhack.def (stdio_va_list): Break out clients from here...
1063
        (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1064
        included or ifdef va_start.
1065
        * fixincl.x: Regenerate.
1066
 
1067
2004-10-28  Mike Stump  
1068
 
1069
        * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1070
        systems.
1071
        * fixincl.x: Regenerate.
1072
 
1073
2004-10-27  Geoffrey Keating  
1074
 
1075
        * inclhack.def (darwin_gcc4_breakage): New.
1076
        * fixincl.x: Regenerate.
1077
 
1078
2004-10-27  Aaron W. LaFramboise  
1079
 
1080
        PR bootstrap/17832
1081
 
1082
        * fixfixes.c (main): Check for _PC_NAME_MAX.
1083
 
1084
2004-10-27  Paolo Bonzini  
1085
 
1086
        PR other/17991
1087
 
1088
        * configure.ac: Fix typo.
1089
        * configure: Regenerate.
1090
        * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1091
 
1092
2004-10-20  Aaron W. LaFramboise  
1093
 
1094
        PR bootstrap/17832
1095
 
1096
        * fixincl.c (SIGCHLD): Remove definition.
1097
        (initialize): Remove SIGIOT and SIGPIPE checks.
1098
        (create_file): Fix mkdir() for Win32.
1099
        (internal_fix): Use dup2() instead of fcntl().
1100
 
1101
        * fixlib.h (SIGQUIT): Define if undefined.
1102
        (SIGIOT): Same.
1103
        (SIGPIPE): Same.
1104
        (SIGALRM): Same.
1105
        (SIGKILL): Same.
1106
 
1107
        * procopen.c (chain_open): Use dup2() instead of fcntl().
1108
 
1109
2004-08-14  Paolo Bonzini  
1110
 
1111
        PR other/17991
1112
 
1113
        * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1114
        Update copyright year.
1115
        * fixfixes.c (main): Call initialize_opts from fixopts.c.
1116
        * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1117
        do not include code for parsing options (environment vars).
1118
        (fix_with_system): Use a search path for applyfix, so that you
1119
        can run the test suite with two-process fixincludes.
1120
        * fixopts.c: New file.
1121
        * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1122
        to config.h.  Default to --enable-twoprocess for MinGW32.
1123
        * config.h.in: Regenerate.
1124
        * configure: Regenerate.
1125
 
1126
2004-10-04  Loren J. Rittle  
1127
 
1128
        * tests/base/sys/cdefs.h: Update from test area.
1129
 
1130
2004-09-17  Roger Sayle  
1131
 
1132
        * inclhack.def (linux_ia64_ucontext): New fix.
1133
        * fixincl.x: Regenerate.
1134
        * tests/base/sys/ucontext.h: New file.
1135
 
1136
2004-09-15  Roger Sayle  
1137
 
1138
        * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1139
        * tests/base/stdlib.h: Likewise.
1140
 
1141
2004-09-13  Loren J. Rittle  
1142
 
1143
        * inclhack.def (freebsd_gcc4_breakage): Add.
1144
        * fixincl.x: Regenerate.
1145
        * tests/base/sys/cdefs.h: Update for new test.
1146
 
1147
2004-09-10  Adam Nemet  
1148
 
1149
        * inclhack.def (lynx_void_int): Remove.
1150
        (lynxos_fcntl_proto): Remove.
1151
        (lynxos_no_warning_in_sys_time_h): New fix.
1152
        (lynxos_missing_putenv): New fix.
1153
        * fixincl.x: Regenerate.
1154
        * tests/base/fcntl.h: Remove.
1155
        * tests/base/sys/time.h: Update from test area.
1156
        * tests/base/curses.h: Likewise.
1157
        * tests/base/stdlib.h: Likewise.
1158
 
1159
2004-09-03  Jan Beulich  
1160
 
1161
        * inclhack.def: Suppress exception_structure and math_exception
1162
        for NetWare headers.
1163
        * fixincl.x: Regenerate.
1164
 
1165
2004-08-31  Paolo Bonzini  
1166
 
1167
        * .cvsignore: New.
1168
        * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1169
        autoconfiscated.
1170
        * configure.ac: New.
1171
        * config.h.in: Generate.
1172
        * configure: Generate.
1173
        * aclocal.m4: New.
1174
        * fixlib.h: Remove inclusions of gcc files.
1175
        * system.h: New.
1176
 
1177
        Other files copied from gcc/fixinc.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.