1. 21 May, 2002 3 commits
  2. 20 May, 2002 21 commits
  3. 19 May, 2002 16 commits
    • basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields. · 918ed612
      	* basic_block.h (struct basic_block_def): Added prev_bb and next_bb
      	fields.
      	(FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
      	traversing basic block chain.
      	(create_basic_block_structure, create_basic_block): Declaration changed.
      	(link_block, unlink_block): Declare.
      	* cfg.c (entry_exit_blocks): Initialize new fields.
      	(link_block, unlink_block): New.
      	(expunge_block_nocompact): Unlink basic block.
      	(dump_flow_info): Print prev_bb/next_bb fields.
      	* cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Modified.
      	* cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Modified.
      	* cfglayout.c (fixup_reorder_chain, cfg_layout_duplicate_bb): Modified.
      	* cfgrtl.c (create_basic_block_structure, create_basic_block,
      	split_block, force_nonfallthru_and_redirect, split_edge): Modified.
      	(verify_flow_info): Check that list agrees with numbering.
      
      From-SVN: r53642
      Zdenek Dvorak committed
    • c-common.c (preprocessing_asm): New macro. · e0322d5c
      	* c-common.c (preprocessing_asm): New macro.
      	* c-lex.h (builtin_define, builtin_assert): Use pfile.
      doc:
      	* tm.texi: Update.
      config/alpha:
      	* alpha.h (CPLUSPLUS_CPP_SPEC): Remove.
      	(CPP_SPEC): Simplify.
      	(TARGET_CPU_CPP_BUILTINS): Update.
      	* freebsd.h (TARGET_OS_CPP_BUILTINS): New.
      	(CPP_SPEC): Simplify.
      	* linux.h (CPLUSPLUS_CPP_SPEC): Remove.
      	(TARGET_OS_CPP_BUILTINS): Update.
      	* osf.h (CPP_XFLOAT_SPEC): Kill.
      	(TARGET_OS_CPP_BUILTINS): Update.
      	(CPP_SUBTARGET_SPEC, SUBTARGET_EXTRA_SPECS): Simplify.
      	* osf5.h (CPP_XFLOAT_SPEC): Kill.
      	* vms.h (CPP_SUBTARGET_SPEC): Kill.
      	(TARGET_OS_CPP_BUILTINS): Update.
      
      From-SVN: r53641
      Neil Booth committed
    • loop-2c.x: Remove, the test should pass now. · e3227f2c
      	* gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
      	now.
      	* gcc.c-torture/execute/loop-2d.x: Likewise.
      
      From-SVN: r53640
      Andreas Jaeger committed
    • * varasm.c (default_binds_local_p): Fix typo. · 121f5c2c
      From-SVN: r53639
      Richard Henderson committed
    • avr.c (machine_dependent_reorg): Sign extend the CONST_INT operand to the… · 651c5ed9
      avr.c (machine_dependent_reorg): Sign extend the CONST_INT operand to the correct mode after adding 1 to it.
      
      
      	* config/avr/avr.c (machine_dependent_reorg): Sign extend the
      	CONST_INT operand to the correct mode after adding 1 to it.
      
      From-SVN: r53638
      Marek Michalkiewicz committed
    • irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC. · 61039cd0
      	* irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
      	(GC_pthread_create): Fix typo.
      	(GC_TRY_LOCK): Likewise.
      	* include/private/gc_locks.h (GC_test_and_set): Only take one
      	one argument.
      	(LOCK): Adjust appropriately.
      	* include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
      	_SIGRTMIN is unavailable.
      
      From-SVN: r53636
      Mark Mitchell committed
    • * config.gcc (powerpc-wrs-windiss*): New target. · bce0deb2
      From-SVN: r53635
      Mark Mitchell committed
    • rs6000.md (ashrdi3_no_power): New. · 4aa74a4f
      	2002-05-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
      
      	* config/rs6000/rs6000.md (ashrdi3_no_power): New.
      	(ashrdi3): Use it.
      
      From-SVN: r53634
      Franz Sirl committed
    • configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort. · a15135c9
      	* configure.in (AC_CHECK_FUNCS): Add checks for scandir and
      	alphasort.
      	* config.in: Regenerated.
      	* configure: Regenerated.
      
      From-SVN: r53633
      Mark Mitchell committed
    • Fix a typo in a comment in my last checkin. · a1ab4696
      From-SVN: r53631
      Kaveh Ghazi committed
    • PR c++/186, DR 259 · 07782718
      	PR c++/186, DR 259
      	* pt.c (do_decl_instantiation): Don't complain explicit
      	instantiation after explicit specialization.
      	(do_type_instantiation): Likewise.
      
      From-SVN: r53621
      Kriang Lerdsuwanakij committed
    • target-def.h (TARGET_BINDS_LOCAL_P): New. · 47754fd5
      	* target-def.h (TARGET_BINDS_LOCAL_P): New.
      	* target.h (struct gcc_target): Move boolean fields to the end.
      	Add binds_local_p.
      	* varasm.c (default_binds_local_p): New.
      	* output.h: Declare it.
      
      	* config/alpha/alpha.c (alpha_encode_section_info): Use the new hook.
      	* config/cris/cris.c (cris_encode_section_info): Likewise.
      	* config/i386/i386.c (i386_encode_section_info): Likewise.
      	* config/ia64/ia64.c (ia64_encode_section_info): Likewise.
      	* config/sh/sh.c (sh_encode_section_info): Likewise.
      
      	* doc/tm.texi (TARGET_IN_SMALL_DATA_P): New.
      	(TARGET_BINDS_LOCAL_P): New.
      
      From-SVN: r53620
      Richard Henderson committed
    • deque_operators.cc (test01): Fix minor typo in last commit. · c2f22a12
      2002-05-19  Paolo Carlini  <pcarlini@unitus.it>
      
      	* testsuite/23_containers/deque_operators.cc (test01):
      	Fix minor typo in last commit.
      
      From-SVN: r53619
      Paolo Carlini committed
    • system.h (BLOCK_PROFILER, [...]): Poison. · fc881338
      	* system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE,
      	FUNCTION_BLOCK_PROFILER, FUNCTION_BLOCK_PROFILER_EXIT,
      	MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Poison.
      
      	* toplev.c (display_help): Kill -a -ax help.
      
      	* config/1750a/1750a.h, config/alpha/alpha.h,
      	config/clipper/clipper.h, config/dsp16xx/dsp16xx.h,
      	config/h8300/h8300.h, config/i960/i960.h, config/m68k/tower-as.h,
      	config/m88k/m88k.h, config/vax/vax.h, config/we32k/we32k.h:
      	(FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Kill.
      
      	* libgcc2.c [L_bb] (BLOCK_PROFILER_CODE): Kill.
      	* config/m68k/sun3.h (BLOCK_PROFILER_CODE): Kill.
      
      	* config/i386/i386-protos.h (ix86_output_block_profiler): Kill.
      	(ix86_output_function_block_profiler): Kill.
      	* config/m68hc11/m68hc11.c (m68hc11_block_profiler): Kill.
      	(m68hc11_function_block_profiler): Kill.
      	* config/m68hc11/m68hc11-protos.h: Update.
      	* config/m88k/m88k.c (output_block_profiler): Kill.
      	(output_function_block_profiler): Kill.
      	* config/m88k/m88k-protos.h: Update.
      
      From-SVN: r53617
      Richard Henderson committed
    • system.h (STRIP_NAME_ENCODING): Poison it. · 772c5265
      	* system.h (STRIP_NAME_ENCODING): Poison it.
      	* output.h (STRIP_NAME_ENCODING): Remove.
      	(default_strip_name_encoding): Declare.
      	* target-def.h (TARGET_STRIP_NAME_ENCODING): New.
      	* target.h (strip_name_encoding): New.
      	* varasm.c (default_strip_name_encoding): New.
      
      	* dwarf2asm.c, varasm.c, config/darwin.c, config/darwin.h,
      	config/alpha/alpha.c, config/arm/pe.c, config/avr/avr.c,
      	config/cris/cris.c, config/i386/cygwin.h, config/i386/interix.c,
      	config/i386/winnt.c, config/m32r/m32r.h, config/mcore/mcore-elf.h,
      	config/mcore/mcore-pe.h, config/mcore/mcore.c, config/mcore/mcore.h,
      	config/mips/mips.c, config/mn10200/mn10200.h, config/mn10300/mn10300.h,
      	config/pa/pa.c, config/pa/pa.h, config/pa/som.h,
      	config/rs6000/rs6000.c, config/rs6000/sysv4.h, config/rs6000/xcoff.h,
      	config/v850/v850.h: Use the hook, not the macro.
      
      	* config/darwin-protos.h, config/darwin.c, config/darwin.h,
      	config/alpha/alpha.c, config/alpha/alpha.h, config/h8300/h8300.c,
      	config/h8300/h8300.h, config/i386/cygwin.h, config/i386/i386-interix.h,
      	config/i386/i386-protos.h, config/i386/win32.h, config/i386/winnt.c,
      	config/ia64/ia64.c, config/ia64/ia64.h, config/m32r/m32r.c,
      	config/m32r/m32r.h, config/mcore/mcore.c, config/mcore/mcore.h,
      	config/pa/pa.c, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
      	config/rs6000/xcoff.h, config/sh/sh.c, config/sh/sh.h,
      	config/v850/v850.c, config/v850/v850.h:
      	Move STRIP_NAME_ENCODING to out-of-line function and add
      	TARGET_STRIP_NAME_ENCODING.
      
      	* config/arm/arm.c, config/arm/arm.h, config/mmix/mmix-protos.h,
      	config/mmix/mmix.c, config/mmix/mmix.h: Replace STRIP_NAME_ENCODING
      	with TARGET_STRIP_NAME_ENCODING referencing existing function;
      	make function static.
      
      	* xcoffout.c: Include target.h
      	* Makefile.in (xcoffout.o): Update.
      
      	* config/avr/avr.c (avr_encode_section_info): Correct prototype.
      	* config/avr/avr.h (STRIP_NAME_ENCODING): Remove.
      	* config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Mark
      	reloc argument unused.
      	* config/sh/sh.c (TARGET_ENCODE_SECTION_INFO): New.
      
      	* doc/tm.texi (TARGET_STRIP_NAME_ENCODING): Update from previous
      	STRIP_NAME_ENCODING docs.
      
      From-SVN: r53615
      Richard Henderson committed