aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc
AgeCommit message (Collapse)AuthorFilesLines
2000-09-05use "#if defined( HAV..." instead of "#if HAV..."Bruce Korb1-1/+1
From-SVN: r36167
2000-09-05PAGESIZE is not portableBruce Korb1-1/+1
From-SVN: r36166
2000-09-05always read header files with poorly chosen sizesBruce Korb1-2/+12
From-SVN: r36163
2000-08-30Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.shGreg McGary2-6/+5
* Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC). * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE. From-SVN: r36077
2000-08-30do not define constJ. David Anglin1-4/+0
From-SVN: r36064
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary2-2/+2
* optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab, and extendtab within their proper array boundaries. * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds for the entire array. * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE. * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise. * config/avr/avr.c (order_regs_for_local_alloc): Likewise. * config/fr30/fr30.c (fr30_print_operand): Likewise. * config/i386/dgux.c (output_options): Likewise. * config/i386/dgux.h (ASM_FILE_START): Likewise. * config/m88k/m88k.c (output_options): Likewise. * config/m88k/m88k.h (ASM_FILE_START): Likewise. * config/mcore/mcore.c (mcore_output_inline_const_forced, layout_mcore_frame, handle_structs_in_regs): Likewise. * config/mips/mips.c (output_block_move): Likewise. * config/rs6000/rs6000.c (rs6000_override_options, rs6000_file_start): Likewise. * config/sparc/sparc.c (sparc_add_gc_roots): Likewise. * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise. * fixinc/fixtests.c (TEST_TABLE_CT): Likewise. * builtins.c (expand_builtin_setjmp): Likewise. * expr.c (safe_from_p): Likewise. * flow.c (life_analysis): Likewise. * fold-const.c (size_int_type_wide): Likewise. * gcc.c (translate_options, init_spec, set_spec, main): Likewise. * genattrtab.c (make_length_attrs): Likewise. * genopinit.c (gen_insn): Likewise. * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise. * global.c (global_alloc): Likewise. * local-alloc.c (find_free_reg): Likewise. * mips-tdump.c (print_symbol): Likewise. * mips-tfile.c (parse_def, parse_input): Likewise. * reload1.c (NUM_ELIMINABLE_REGS): Likewise. * stmt.c (expand_nl_goto_receiver): Likewise. * stor-layout.c (set_sizetype): Likewise. * varasm.c (decode_reg_name): Likewise. * toplev.c (decode_f_option, decode_W_option, set_target_switch, print_switch_values): Likewise. (NUM_ELEM): Remove macro. (display_help, main): s/NUM_ELEM/ARRAY_SIZE/ From-SVN: r35949
2000-08-23Update to pthread and addition of sys/machine.hBruce Korb2-0/+22
From-SVN: r35910
2000-08-23Fixed the test for aix_pthreadBruce Korb1-1/+2
From-SVN: r35909
2000-08-23Fix sed script for sysv86_string fixEli Zaretskii2-9/+6
From-SVN: r35908
2000-08-23Added a line to the test baseBruce Korb1-0/+1
From-SVN: r35907
2000-08-21prevent the deletion of a file before it is read on DOSEli Zaretskii1-4/+7
From-SVN: r35848
2000-08-21Makefile for i?86-pc-msdosdjgppBruce Korb1-0/+120
From-SVN: r35847
2000-08-14top level:Zack Weinberg3-9/+9
* configure: Make enable_threads and enable_shared defaults explicit. Substitute enable_threads into generated Makefiles. * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*. gcc: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * fixinc/inclhack.def: Likewise. * fixinc/mkfixinc.sh: Likewise. * configure: Regenerate. * fixinc/fixincl.x: Regenerate. * install.texi: Document equivalence of linux and linux-gnu. libio: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. Honor --disable-threads. libstdc++: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. Honor --disable-threads. libstdc++-v3: * configure: Regenerate after change to ../libtool.m4. libobjc: * configure: Regenerate after change to ../libtool.m4. From-SVN: r35680
2000-08-13inclhack.def (aix_pthread): New fix.Geoff Keating2-114/+227
* fixinc/inclhack.def (aix_pthread): New fix. (aix_sysmachine): New fix. * fixinc/fixincl.x: Regenerate. From-SVN: r35663
2000-08-04Removed conditional #defines of macros GCC always definesBruce Korb1-9/+0
From-SVN: r35480
2000-08-04Implement, but leave disabled, MSDOS functionalityBruce Korb7-96/+446
From-SVN: r35479
2000-07-27rely* on GCC defining the __xxx_TYPE__ macrosBruce Korb5-123/+23
From-SVN: r35288
2000-07-20new test resultBruce Korb1-4/+4
From-SVN: r35144
2000-07-20use platform specific types in gnu_type_fixBruce Korb6-43/+60
From-SVN: r35143
2000-07-19Newly modified test resultsBruce Korb62-0/+701
From-SVN: r35134
2000-07-19activate the auto-edit marker on the fixed output filesBruce Korb4-101/+102
From-SVN: r35133
2000-07-16* fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.Kaveh R. Ghazi1-7/+9
From-SVN: r35059
2000-07-13Regenerate fixincl.x, tooBruce Korb1-244/+118
From-SVN: r35015
2000-07-13Obsolete test resultBruce Korb1-28/+0
From-SVN: r35014
2000-07-13fixinc test result changesBruce Korb6-4/+61
From-SVN: r35013
2000-07-13implement various pre-processor guards around standard typesBruce Korb4-119/+252
From-SVN: r35012
2000-07-12removed dinkleberries and use xmalloc instead of a private versionBruce Korb5-20/+48
From-SVN: r34986
2000-07-11new tests results from changesBruce Korb2-8/+0
From-SVN: r34971
2000-07-11fixinc/inclhack.def(libc1_ifdefd_memx) omit #if/#endif pairBruce Korb2-13/+18
From-SVN: r34969
2000-07-11irix_multiline_cmnt is now obsoleteBruce Korb2-129/+81
From-SVN: r34964
2000-07-11Remove obsolete fix testsBruce Korb1-203/+0
From-SVN: r34960
2000-07-10inclhack.def (libc1_ifdefd_memx): New fix.Hans-Peter Nilsson3-79/+172
* fixinc/inclhack.def (libc1_ifdefd_memx): New fix. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/testing.h: Add testcase. Co-Authored-By: Bruce Korb <bkorb@gnu.org> From-SVN: r34950
2000-06-17modified make check test outputBruce Korb7-7/+41
From-SVN: r34585
2000-06-17obsolete test result fileBruce Korb1-7/+0
From-SVN: r34584
2000-06-17new test result filesBruce Korb5-0/+29
From-SVN: r34583
2000-06-17reorder some files= entriesBruce Korb2-35/+43
From-SVN: r34582
2000-06-17finish the implementation of multiple tests per fixBruce Korb2-5/+12
From-SVN: r34581
2000-06-16inclhack.def (ctrl_quotes_def, [...]): Modify select pattern to also match ↵Kaveh R. Ghazi2-4/+4
macro defs with only one argument. * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify select pattern to also match macro defs with only one argument. From-SVN: r34576
2000-06-05New include hacks for ultrixBruce Korb1-155/+450
From-SVN: r34409
2000-06-05typoBruce Korb1-1/+1
From-SVN: r34408
2000-06-05New include hacks for ultrixJ. David Anglin1-15/+147
From-SVN: r34407
2000-06-02only shut down the server process if the master process is exitingBruce Korb1-3/+6
From-SVN: r34360
2000-06-02fix test result for ultrix_atof_paramBruce Korb1-0/+5
From-SVN: r34359
2000-06-02fix test result for osf_namespace_aBruce Korb1-1/+1
From-SVN: r34358
2000-06-02regenerate fixincl.xLoren J. Rittle1-1/+1
From-SVN: r34357
2000-06-02inclhack.def (osf_namespace_a): Relax expression to match that used before ↵Loren J. Rittle1-1/+1
the conversion to c_fix style. * fixinc/inclhack.def (osf_namespace_a): Relax expression to match that used before the conversion to c_fix style. From-SVN: r34355
2000-06-01new check result files for fixincBruce Korb4-0/+40
From-SVN: r34339
2000-05-31change invocation of check script for fixincBruce Korb1-6/+2
From-SVN: r34301
2000-05-31modified test resultsBruce Korb6-7/+46
From-SVN: r34300
2000-05-31rework "make check" for fixinclBruce Korb1-1327/+0
From-SVN: r34299