1. 05 Sep, 2001 14 commits
    • gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan.c and... · e7503d92
      	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
      	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
      	touch.
      
      From-SVN: r45410
      David Billinghurst committed
    • mips.c (save_restore_insns): Don't mark any register save slots as unchanging if... · eecd6d9c
       	* config/mips/mips.c (save_restore_insns): Don't mark any register
      	save slots as unchanging if current_function_calls_eh_return.
      
      From-SVN: r45406
      Richard Sandiford committed
    • alpha.c (alpha_legitimate_address_p): New. · a39bdefc
              * config/alpha/alpha.c (alpha_legitimate_address_p): New.
              * config/alpha/alpha-protos.h: Declare it.
              * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Move to c file.
              (NONSTRICT_REG_OK_FOR_BASE_P): Rename from non-strict macro.
              (NONSTRICT_REG_OK_FP_BASE_P): Likewise.
              (STRICT_REG_OK_FOR_BASE_P): Rename from strict macro.
              (REG_OK_FOR_BASE_P): Select one of the above.
      
      From-SVN: r45405
      Richard Henderson committed
    • 20010904-1.c: New test. · d4fbd953
      	* gcc.c-torture/execute/20010904-1.c: New test.
      	* gcc.c-torture/execute/20010904-2.c: New test.
      
      From-SVN: r45404
      Jakub Jelinek committed
    • 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 3 commits