1. 01 Oct, 2002 9 commits
    • flow.c (insn_dead_p): When using non-call-exceptions, don't eliminate insns that may trap. · a646f6cc
      2002-09-30  Andrew Haley  <aph@redhat.com>
      
      	* flow.c (insn_dead_p): When using non-call-exceptions, don't
      	eliminate insns that may trap.
      	* cse.c (insn_live_p): Likewise.
      
      From-SVN: r57688
      Andrew Haley committed
    • mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120. · 3f7967e3
      	* config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
      	(TARGET_MIPS4121): Rename to TARGET_MIPS4120.
      	* config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
      	* config/mips/mips.md: Apply same renaming here.
      
      From-SVN: r57687
      Richard Sandiford committed
    • mips.c (PROCESSOR_R4320, [...]): Remove. · 41f9efba
      	* config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
      	(GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
      	* config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
      	* config/mips/mips.md (define_attr cpu): Remove r4320.
      	Remove vr4320 scheduler and uses of TARGET_MIPS4320.
      
      From-SVN: r57686
      Richard Sandiford committed
    • mips.c (mips16_strings): New variable. · 366356d3
      	* config/mips/mips.c (mips16_strings): New variable.
      	(mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
      	symbol in mips16_strings.  Free the list.
      	(mips_encode_section_info): Keep track of local strings.
      
      From-SVN: r57685
      Richard Sandiford committed
    • mips.md (bunge, [...]): New define_expands. · 8ab907e8
      [gcc/]
      	* config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
      	(sordered_df, sordered_sf): Remove.
      	* config/mips/mips.c (get_float_compare_codes): New fn.
      	(gen_int_relational, gen_conditional_move): Use it.
      
      [gcc/testsuite]
      	* gcc.c-torture/compile/20020923-1.c: New test.
      
      From-SVN: r57684
      Richard Sandiford committed
    • mips-protos.h (mips_emit_fcc_reload): Declare. · d12b8c85
      	* config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
      	* config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
      	* config/mips/mips.c (fcc_register_operand): New function.
      	(mips_emit_fcc_reload): New function, extracted from reload_incc.
      	(override_options): Allow TFmode values in float registers
      	if ISA_HAS_8CC.
      	* cnfig/mips/mips.md (reload_incc): Change destination prediate
      	to fcc_register_operand.  Remove misleading source constraint.
      	Use mips_emit_fcc_reload.
      	(reload_outcc): Duplicate reload_incc.
      
      From-SVN: r57683
      Richard Sandiford committed
    • locks.h (compare_and_swap): Fix multilib support. · 73bff064
      2002-09-30  Bo Thorsen  <bo@suse.de>
      
      	* sysdep/x86-64/locks.h (compare_and_swap): Fix multilib support.
      
      From-SVN: r57682
      Bo Thorsen committed
    • Daily bump. · fac3fa28
      From-SVN: r57681
      GCC Administrator committed
    • ObjectInputStream.java (resolveProxyClass): New method from Classpath. · d74732f5
      	* java/io/ObjectInputStream.java (resolveProxyClass): New method
      	from Classpath.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (rmi_java_source_files): Added new files.
      	* gnu/java/rmi/RMIMarshalledObjectInputStream.java,
      	gnu/java/rmi/RMIMarshalledObjectOutputStream.java,
      	gnu/java/rmi/server/ConnectionRunnerPool.java: New files from
      	Classpath.
      	* gnu/java/rmi/dgc/DGCImpl.java,
      	gnu/java/rmi/dgc/DGCImpl_Skel.java,
      	gnu/java/rmi/dgc/DGCImpl_Stub.java,
      	gnu/java/rmi/registry/RegistryImpl_Skel.java,
      	gnu/java/rmi/registry/RegistryImpl_Stub.java,
      	gnu/java/rmi/server/RMIHashes.java,
      	gnu/java/rmi/server/RMIObjectInputStream.java,
      	gnu/java/rmi/server/RMIObjectOutputStream.java,
      	gnu/java/rmi/server/UnicastConnection.java,
      	gnu/java/rmi/server/UnicastConnectionManager.java,
      	gnu/java/rmi/server/UnicastRef.java,
      	gnu/java/rmi/server/UnicastServer.java,
      	gnu/java/rmi/server/UnicastServerRef.java,
      	java/rmi/MarshalledObject.java,
      	java/rmi/server/RMIClassLoader.java,
      	java/rmi/server/RemoteObject.java,
      	java/rmi/server/UnicastRemoteObject.java,
      	java/security/SecureClassLoader.java: Merged from Classpath.
      
      From-SVN: r57675
      Tom Tromey committed
  2. 30 Sep, 2002 22 commits
  3. 29 Sep, 2002 9 commits