Commit Graph

248 Commits

Author SHA1 Message Date
David Edelsohn
a1c63101c4 inclhack.def (broken_cabs): Generalize regex.
* fixinc/inclhack.def (broken_cabs): Generalize regex.
	* fixinc/fixincl.x: Regenerate.

From-SVN: r36669
2000-09-29 13:47:32 -04:00
Bruce Korb
3af556f74d code cleanups
From-SVN: r36359
2000-09-12 14:28:55 +00:00
Bruce Korb
1e570a6a1b use "#if defined( HAV..." instead of "#if HAV..."
From-SVN: r36167
2000-09-05 22:28:04 +00:00
Bruce Korb
dc46505a00 PAGESIZE is not portable
From-SVN: r36166
2000-09-05 22:26:16 +00:00
Bruce Korb
a6efbeceaa always read header files with poorly chosen sizes
From-SVN: r36163
2000-09-05 18:29:56 +00:00
Greg McGary
b145ee27c7 Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
* 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-30 22:57:10 +00:00
J. David Anglin
aef9fbbf89 do not define const
From-SVN: r36064
2000-08-30 18:50:17 +00:00
Greg McGary
b6a1cbaeb1 optabs.c (init_optabs): Initialize fixtab...
* 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-24 20:31:35 +00:00
Bruce Korb
47db946ca4 Update to pthread and addition of sys/machine.h
From-SVN: r35910
2000-08-23 14:13:18 +00:00
Bruce Korb
d0650b61d2 Fixed the test for aix_pthread
From-SVN: r35909
2000-08-23 14:08:57 +00:00
Eli Zaretskii
f4306baa73 Fix sed script for sysv86_string fix
From-SVN: r35908
2000-08-23 14:03:47 +00:00
Bruce Korb
ed4befff9a Added a line to the test base
From-SVN: r35907
2000-08-23 13:58:08 +00:00
Eli Zaretskii
dc13bad72b prevent the deletion of a file before it is read on DOS
From-SVN: r35848
2000-08-21 16:28:18 +00:00
Bruce Korb
ddd32db02d Makefile for i?86-pc-msdosdjgpp
From-SVN: r35847
2000-08-21 16:17:35 +00:00
Zack Weinberg
57119aa9eb top level:
* 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-14 18:08:46 +00:00
Geoff Keating
2c82e043a7 inclhack.def (aix_pthread): New fix.
* fixinc/inclhack.def (aix_pthread): New fix.
(aix_sysmachine): New fix.
* fixinc/fixincl.x: Regenerate.

From-SVN: r35663
2000-08-13 18:00:34 +00:00
Bruce Korb
f1fe1ac0a8 Removed conditional #defines of macros GCC always defines
From-SVN: r35480
2000-08-04 14:20:42 +00:00
Bruce Korb
62a99405cf Implement, but leave disabled, MSDOS functionality
From-SVN: r35479
2000-08-04 14:16:57 +00:00
Bruce Korb
71e06bdeed rely* on GCC defining the __xxx_TYPE__ macros
From-SVN: r35288
2000-07-27 13:29:21 +00:00
Bruce Korb
5685bed383 new test result
From-SVN: r35144
2000-07-20 13:36:04 +00:00
Bruce Korb
a83b3e4f5d use platform specific types in gnu_type_fix
From-SVN: r35143
2000-07-20 13:29:29 +00:00
Bruce Korb
4e62ab0ba3 Newly modified test results
From-SVN: r35134
2000-07-19 14:18:31 +00:00
Bruce Korb
e02ecf39cb activate the auto-edit marker on the fixed output files
From-SVN: r35133
2000-07-19 14:10:41 +00:00
Kaveh R. Ghazi
fd589a2a86 * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
From-SVN: r35059
2000-07-16 17:17:46 +00:00
Bruce Korb
b5e2063345 Regenerate fixincl.x, too
From-SVN: r35015
2000-07-13 15:20:45 +00:00
Bruce Korb
c1ef5d297d Obsolete test result
From-SVN: r35014
2000-07-13 15:16:39 +00:00
Bruce Korb
8e9114bbad fixinc test result changes
From-SVN: r35013
2000-07-13 14:51:14 +00:00
Bruce Korb
687262b1f6 implement various pre-processor guards around standard types
From-SVN: r35012
2000-07-13 14:47:55 +00:00
Bruce Korb
878a5794e0 removed dinkleberries and use xmalloc instead of a private version
From-SVN: r34986
2000-07-12 14:45:05 +00:00
Bruce Korb
268afb999d new tests results from changes
From-SVN: r34971
2000-07-11 22:29:52 +00:00
Bruce Korb
4f923eb83d fixinc/inclhack.def(libc1_ifdefd_memx) omit #if/#endif pair
From-SVN: r34969
2000-07-11 22:20:38 +00:00
Bruce Korb
9bb2d43633 irix_multiline_cmnt is now obsolete
From-SVN: r34964
2000-07-11 21:13:42 +00:00
Bruce Korb
c5d9004e96 Remove obsolete fix tests
From-SVN: r34960
2000-07-11 15:51:18 +00:00
Hans-Peter Nilsson
62a37b6f4d inclhack.def (libc1_ifdefd_memx): New fix.
* 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-07-10 22:37:54 +00:00
Bruce Korb
c77b484a74 modified make check test output
From-SVN: r34585
2000-06-17 19:54:04 +00:00
Bruce Korb
2681618748 obsolete test result file
From-SVN: r34584
2000-06-17 19:48:41 +00:00
Bruce Korb
7be97c2c23 new test result files
From-SVN: r34583
2000-06-17 19:48:12 +00:00
Bruce Korb
c1fd153eb8 reorder some files= entries
From-SVN: r34582
2000-06-17 19:43:21 +00:00
Bruce Korb
33002945c1 finish the implementation of multiple tests per fix
From-SVN: r34581
2000-06-17 17:50:12 +00:00
Kaveh R. Ghazi
cf6d5133a1 inclhack.def (ctrl_quotes_def, [...]): Modify select pattern to also match 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-16 20:38:42 +00:00
Bruce Korb
bde8e56451 New include hacks for ultrix
From-SVN: r34409
2000-06-05 17:49:58 +00:00
Bruce Korb
5b39f702d0 typo
From-SVN: r34408
2000-06-05 17:49:33 +00:00
J. David Anglin
a7fc602f17 New include hacks for ultrix
From-SVN: r34407
2000-06-05 17:44:07 +00:00
Bruce Korb
56ce79f733 only shut down the server process if the master process is exiting
From-SVN: r34360
2000-06-02 17:25:47 +00:00
Bruce Korb
ff84bb1888 fix test result for ultrix_atof_param
From-SVN: r34359
2000-06-02 16:04:10 +00:00
Bruce Korb
e814224c96 fix test result for osf_namespace_a
From-SVN: r34358
2000-06-02 15:59:32 +00:00
Loren J. Rittle
ef6df6115f regenerate fixincl.x
From-SVN: r34357
2000-06-02 14:30:24 +00:00
Loren J. Rittle
bec7ddd796 inclhack.def (osf_namespace_a): Relax expression to match that used before 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-02 07:45:57 -04:00
Bruce Korb
079b71f5ab new check result files for fixinc
From-SVN: r34339
2000-06-01 14:51:11 +00:00
Bruce Korb
1b813bfea4 change invocation of check script for fixinc
From-SVN: r34301
2000-05-31 15:03:41 +00:00