1. 03 Apr, 2005 7 commits
  2. 02 Apr, 2005 22 commits
  3. 01 Apr, 2005 11 commits
    • Makefile.am (noinst_PROGRAMS): Remove. · fdbba6bc
      	* testsuite/Makefile.am (noinst_PROGRAMS): Remove.
      	(site.exp): Write out the path to the baseline file.
      	(check-abi): Use DejaGNU.
      	(check-abi-verbose): Remove.
      	* testsuite/Makefile.in: Regenerated.
      	* testsuite/abi_check.cc (main): Check the return value from
      	compare_symbols.
      	* testsuite/testsuite_abi.cc (compare_symbols): Return a value.
      	* testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
      	* testsuite/libstdc++-abi/abi.exp: New file.
      
      From-SVN: r97417
      Mark Mitchell committed
    • 2005-04-01 Michael Koch <konqueror@gmx.de> · c6cc541b
      	* java/io/PipedInputStream.java
      	(read): Make sure a positive byte value is returned. Revised javadoc.
      	Thanks to Olafur Bragason for reporting these bugs.
      
      From-SVN: r97416
      Michael Koch committed
    • natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change. · ef874386
      	* java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal):
      	Updated for name change.
      	(nativeFindClass): New method.
      	(loadClass): Use nativeFindClass.
      	* java/lang/natClassLoader.cc (_Jv_FindClass): Use single-argument
      	form of loadClass.
      	* java/lang/VMClassLoader.java (tried_libraries, lib_control,
      	LIB_FULL, LIB_CACHE, LIB_NEVER): New fields from old
      	VMClassLoader.
      	(initialize): New method.
      	(nativeFindClass): Declare.
      	* gnu/gcj/runtime/natVMClassLoader.cc: Removed.
      	* gnu/gcj/runtime/VMClassLoader.java: Removed.
      	* gnu/gcj/runtime/ExtensionClassLoader.java: Renamed from
      	VMClassLoader.java.
      	(definePackageForNative): Removed.
      	(tried_libraries, LIB_CACHE, LIB_FULL, LIB_NEVER, lib_control):
      	Moved to VMClassLoader.java.
      	* prims.cc (_Jv_CreateJavaVM): Updated for renaming.
      	* Makefile.am (gnu/gcj/runtime/ExtensionClassLoader.h): Renamed.
      	(ordinary_java_source_files): Added ExtensionClassLoader.java,
      	removed VMClassLoader.java.
      	(nat_source_files): Removed natVMClassLoader.cc.
      
      From-SVN: r97414
      Tom Tromey committed
    • Makefile.in: Rebuilt. · 35913fae
      	* Makefile.in: Rebuilt.
      	* Makefile.am (db_pathtail): Use $(gcc_version), not
      	@gcc_version@.
      
      From-SVN: r97412
      Tom Tromey committed
    • 2005-04-01 Jeroen Frijters <jeroen@frijters.net> · f68d5b0d
      	* java/util/Timer.java
      	(run): Stop the queue if a task throws an exception.
      
      From-SVN: r97411
      Jeroen Frijters committed
    • decl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter... · 77c10b31
      	* decl.c (java_init_decl_processing): Fix types of
      	_Jv_MonitorEnter, _Jv_MonitorExit, _Jv_AllocObject,
      	_Jv_AllocObjectNoFinalizer, _Jv_Throw, _Jv_NewPrimArray,
      	_Jv_JNI_PopSystemFrame, _Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ.
      
      From-SVN: r97409
      Tom Tromey committed
    • gcc.c: Don't include <sys/resource.h> or declare getrusage. · 054e88a8
      	* gcc.c: Don't include <sys/resource.h> or declare getrusage.
      	(rus, prus): Remove static variables.
      	(execute): Use pex_run/pex_get_status rather than pexecute/pwait.
      	(process_command): Permit report_times and use_pipes together.
      
      From-SVN: r97406
      Ian Lance Taylor committed
    • c-decl.c (validate_proto_after_old_defn): Look at TYPE_MAIN_VARIANT of argument types. · 2c83be0c
      	* c-decl.c (validate_proto_after_old_defn): Look at
      	TYPE_MAIN_VARIANT of argument types.
      
      testsuite:
      	* gcc.dg/old-style-then-proto-1.c: New test.
      
      From-SVN: r97403
      Joseph Myers committed
    • arm.c (thumb_call_via_label): Include space for SP. · 57ecec57
      2005-04-01  Paul Brook  <paul@codesourcery.com>
      
      	* config/arm/arm.c (thumb_call_via_label): Include space for SP.
      	(arm_output_function_epilogue): Allow call_via_SP.
      	(thumb_call_via_reg, arm_file_end): Ditto.
      	* config/arm/arm.h (struct machine_function): Include space for SP.
      	(thumb_call_via_label): Update declaration.
      
      From-SVN: r97402
      Paul Brook committed
    • arm.c (thumb_call_via_label): Include space for SP. · f972113f
      2005-04-01  Paul Brook  <paul@codesourcery.com>
      
      	* config/arm/arm.c (thumb_call_via_label): Include space for SP.
      	(arm_output_function_epilogue): Allow call_via_SP.
      	(thumb_call_via_reg, arm_file_end): Ditto.
      	* config/arm/arm.h (struct machine_function): Include space for SP.
      	(thumb_call_via_label): Update declaration.
      
      [[Split portion of a mixed commit.]]
      
      From-SVN: r97400.2
      Paul Brook committed
    • final.c (final_scan_insn): Revert part of 2005-03-30 patch... · a2785739
      	* final.c (final_scan_insn): Revert part of 2005-03-30 patch: when
      	doing a peephole optimization, once again put any notes in the
      	proper position.
      
      From-SVN: r97399
      Ian Lance Taylor committed