1. 05 Sep, 2001 10 commits
    • t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead. · 662704e7
      	* config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
      	(crti.o): Prefix name of object file with $(T).
      	(crtn.o): Likewise.
      
      From-SVN: r45403
      Richard Sandiford committed
    • linux.h: Set CPLUSPLUS_CPP_SPEC. · 2be1602e
      	* config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
      	* config/sparc/linux64.h: Likewise.
      
      From-SVN: r45402
      David S. Miller committed
    • invoke.texi (i386 Options): -mwide-multiply is not available anymore, remove the documentation. · a7939b1d
      	* doc/invoke.texi (i386 Options): -mwide-multiply is not
      	available anymore, remove the documentation.
      	(i386 Options): Fix typo, cleanup index entries.
      
      	* prefix.c (concat): Remove, we can use the version from liberty.
      
      From-SVN: r45400
      Andreas Jaeger committed
    • alpha.c (alpha_expand_mov, [...]): New functions split out of md file expanders. · 23296a36
              * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):
              New functions split out of md file expanders.
              * config/alpha/alpha-protos.h: Declare them.
              * config/alpha/alpha.md (movqi, movhi, movsi, movdi): Use them.
      
      From-SVN: r45399
      Richard Henderson committed
    • MessageFormat.java (setLocale): Don't catch ParseException here,… · d9ef6ef7
      MessageFormat.java (setLocale): Don't catch ParseException here, DecimalFormat.applyPattern() does not throw it.
      
              * java/text/MessageFormat.java (setLocale): Don't catch ParseException
              here, DecimalFormat.applyPattern() does not throw it.
      
      From-SVN: r45398
      Bryce McKinlay committed
    • Daily bump. · f29b1c66
      From-SVN: r45396
      GCC Administrator committed
    • reload.c (push_reload): Export. · aead1ca3
              * reload.c (push_reload): Export.
              * reload.h (push_reload): Declare it.
      
              * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line.
              (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
              * config/alpha/alpha.c (alpha_legitimize_address): New.
              (alpha_legitimize_reload_address): Likewise.
              * config/alpha/alpha-protos.h: Declare them.
      
      From-SVN: r45392
      Richard Henderson committed
    • AbstractMap.java: Re-merged with Classpath. · ef671f41
      	* java/util/AbstractMap.java: Re-merged with Classpath.
      	* java/util/IdentityHashMap.java: Re-merged with Classpath.
      
      From-SVN: r45391
      Tom Tromey committed
    • SimpleDateFormat.java: Re-merged with Classpath. · a1f4e5ed
      	* java/text/SimpleDateFormat.java: Re-merged with Classpath.
      	* gnu/gcj/text/LocaleData.java, gnu/gcj/text/LocaleData_en.java,
      	gnu/gcj/text/LocaleData_en_US.java: Removed.
      	* java/text/DateFormatSymbols.java (clone): Use Classpath
      	implementation.
      	(equals): Simplified.
      	(DateFormatSymbols): Look in gnu.java.locale for information.
      	(DateFormatSymbols(DateFormatSymbols)): Removed.
      	(safeGetResource): Removed.
      	(DateFormatSymbols): Throws MissingResourceException.
      	(ampmsDefault, erasDefault, localPatternCharsDefault,
      	monthsDefault, shortMonthsDefault, shortWeekdaysDefault,
      	weekdaysDefault, zoneStringsDefault): Removed.
      	* java/text/Collator.java (getAvailableLocales): Use modified
      	Classpath implementation.
      	(getInstance): Look in gnu.java.locale for information.
      	(clone): Rewrote.
      	* java/text/MessageFormat.java: Reindented.
      	(clone): Rewrote.
      	* java/text/FieldPosition.java: Merged with Classpath.
      	* java/text/ParsePosition.java: Merged with Classpath.
      	* java/text/Format.java: Merged with Classpath.
      	* java/text/StringCharacterIterator.java
      	(StringCharacterIterator(StringCharacterIterator,int,int)): New
      	constructor from Classpath.
      	* java/text/Annotation.java,
      	java/text/AttributedCharacterIterator.java,
      	java/text/AttributedString.java,
      	java/text/AttributedStringIterator.java: New from Classpath.
      	* java/text/CharacterIterator.java: Copied from Classpath.
      	* java/text/ChoiceFormat.java: Reindented.
      	(clone): Removed.
      	* gnu/java/text/BaseBreakIterator.java,
      	gnu/java/text/CharacterBreakIterator.java,
      	gnu/java/text/LineBreakIterator.java,
      	gnu/java/text/LocaleData_en.java,
      	gnu/java/text/LocaleData_en_US.java,
      	gnu/java/text/SentenceBreakIterator.java,
      	gnu/java/text/WordBreakIterator.java: Renamed from gnu/gcj/text/*.
      	* gnu/gcj/text/BaseBreakIterator.java (last): Advance past final
      	character.
      	* java/text/BreakIterator.java (getAvailableLocales): Use
      	Classpath implementation.
      	(getInstance): Look in gnu.java.locale for information.
      	(getCharacterInstance, getLineInstance, getSentenceInstance,
      	getWordInstance): Look in gnu.java.text for implementations.
      	* java/text/DecimalFormatSymbols.java: Reindented
      	(clone): Use Classpath implementation.
      	(DecimalFormatSymbols(DecimalFormatSymbols)): Removed.
      	(DecimalFormatSymbols(Locale)): Look in gnu.java.locale for
      	information.
      	* java/text/DateFormat.java: Merged with Classpath.
      	(getAvailableLocales): Use Classpath implementation.
      	(format(Object,StringBuffer,FieldPosition)): Minor cleanup.
      	(computeInstance): Look in gnu.java.locale for information.
      	* java/text/NumberFormat.java: Reindented.
      	(computeInstance): Look in gnu.java.locale for information.
      	(getAvailableLocales): Use implementation from Classpath.
      	(setMaximumIntegerDigits): Likewise.
      	(setMinimumIntegerDigits): Likewise.
      	(setMaximumFractionDigits): Likewise.
      	(clone): Removed.
      	* java/text/DecimalFormat.java: Reindented.
      	* gnu/java/locale/LocaleInformation_en.java: Copied from Classpath.
      	* gnu/java/locale/LocaleInformation_en_US.java: Copied from Classpath.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (ordinary_java_source_files): Added all new files.
      	(ordinary_java_source_files): Renamed or removed gnu/gcj/text/*.
      	* java/security/spec/AlgorithmParameterSpec.java,
      	java/security/spec/KeySpec.java: Re-merged with Classpath.
      
      From-SVN: r45390
      Tom Tromey committed
  2. 04 Sep, 2001 18 commits
  3. 03 Sep, 2001 5 commits
  4. 02 Sep, 2001 7 commits
    • Makefile.in: Regenerate fixincl.x only if maintainer-mode is enabled. · 86251d81
      	* fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
      	is enabled.
      
      From-SVN: r45359
      Angela Marie Thomas committed
    • Daily bump. · 303e4ccf
      From-SVN: r45356
      GCC Administrator committed
    • AlgorithmParameterSpec.java, [...]: Re-merged with Classpath. · 464cf8d2
      	* java/security/spec/AlgorithmParameterSpec.java,
      	java/security/spec/KeySpec.java: Re-merged with Classpath.
      
      From-SVN: r45355
      Tom Tromey committed
    • javaprims.h: Regenerated class list. · 75df3baf
      	* gcj/javaprims.h: Regenerated class list.
      	* java/lang/IllegalThreadStateException.java,
      	java/lang/InstantiationException.java: Minor comment tweaks to
      	satisfy libgcj `classes.pl' script.
      
      From-SVN: r45354
      Tom Tromey committed
    • Makefile.in: Rebuilt. · 7eee682b
      	* Makefile.in: Rebuilt.
      	* Makefile.am (core_java_source_files): Added
      	UnsupportedClassVersionError.
      	* java/lang/UnsupportedClassVersionError.java: New file from
      	Classpath.
      
      	* java/io/CharConversionException.java, java/io/EOFException.java,
      	java/io/FileNotFoundException.java, java/io/IOException.java,
      	java/io/InterruptedIOException.java,
      	java/io/ObjectStreamException.java,
      	java/io/OptionalDataException.java,
      	java/io/StreamCorruptedException.java,
      	java/io/SyncFailedException.java,
      	java/io/UTFDataFormatException.java,
      	java/io/UnsupportedEncodingException.java,
      	java/lang/AbstractMethodError.java,
      	java/lang/ArithmeticException.java,
      	java/lang/ArrayIndexOutOfBoundsException.java,
      	java/lang/ArrayStoreException.java,
      	java/lang/ClassCastException.java,
      	java/lang/ClassCircularityError.java,
      	java/lang/ClassFormatError.java,
      	java/lang/CloneNotSupportedException.java, java/lang/Error.java,
      	java/lang/Exception.java,
      	java/lang/ExceptionInInitializerError.java,
      	java/lang/IllegalAccessError.java,
      	java/lang/IllegalAccessException.java,
      	java/lang/IllegalArgumentException.java,
      	java/lang/IllegalMonitorStateException.java,
      	java/lang/IllegalStateException.java,
      	java/lang/IllegalThreadStateException.java,
      	java/lang/IncompatibleClassChangeError.java,
      	java/lang/IndexOutOfBoundsException.java,
      	java/lang/InstantiationError.java,
      	java/lang/InstantiationException.java,
      	java/lang/InternalError.java, java/lang/InterruptedException.java,
      	java/lang/LinkageError.java,
      	java/lang/NegativeArraySizeException.java,
      	java/lang/NoClassDefFoundError.java,
      	java/lang/NoSuchFieldError.java,
      	java/lang/NoSuchFieldException.java,
      	java/lang/NoSuchMethodError.java,
      	java/lang/NoSuchMethodException.java,
      	java/lang/NullPointerException.java,
      	java/lang/NumberFormatException.java,
      	java/lang/OutOfMemoryError.java, java/lang/RuntimeException.java,
      	java/lang/SecurityException.java,
      	java/lang/StackOverflowError.java,
      	java/lang/StringIndexOutOfBoundsException.java,
      	java/lang/ThreadDeath.java, java/lang/UnknownError.java,
      	java/lang/UnsatisfiedLinkError.java,
      	java/lang/UnsupportedOperationException.java,
      	java/lang/VerifyError.java, java/lang/VirtualMachineError.java,
      	java/lang/reflect/InvocationTargetException.java,
      	java/net/BindException.java, java/net/ConnectException.java,
      	java/net/MalformedURLException.java,
      	java/net/NoRouteToHostException.java,
      	java/net/ProtocolException.java, java/net/SocketException.java,
      	java/net/UnknownHostException.java,
      	java/net/UnknownServiceException.java,
      	java/text/ParseException.java: Copied from Classpath, thanks to
      	Mark Wielaard who did the merge.
      
      	* java/lang/System.java (getProperty): Use single argument form of
      	SecurityManager.checkPropertyAccess.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (core_java_source_files): Added VMSecurityManager.
      	* java/lang/VMSecurityManager.java: New file.
      	* java/lang/SecurityManager.java: Merged with Classpath.
      
      From-SVN: r45353
      Tom Tromey committed
    • expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD. · 9e0e11bf
      	* expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
      	(emit_push_insn): Use specified padding direction when
      	STACK_PUSH_CODE is POST_INC.
      
      From-SVN: r45352
      Geoffrey Keating committed