1. 05 May, 2004 26 commits
    • pr11951.java: Add missing System.loadLibrary() call. · 74e94435
      	* testsuite/libjava.jni/pr11951.java: Add missing
      	System.loadLibrary() call.
      
      From-SVN: r81542
      Bryce McKinlay committed
    • re PR rtl-optimization/14980 ([unit-at-a-time] complex_io.cc:69: error:… · 59af0b6a
      re PR rtl-optimization/14980 ([unit-at-a-time] complex_io.cc:69: error: Inlined_to pointer is set but no predecesors found--causes ICE)
      
      
      	PR opt/14980
      	* cgraphunit.c (cgraph_remove_unreachable_nodes): Deal properly with
      	inline clones.
      
      From-SVN: r81540
      Jan Hubicka committed
    • re PR target/15290 (__float128 failed to pass to function properly) · 9953b5e1
      2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/15290
      	* config/i386/i386.c (ix86_split_to_parts): Use real_to_target
      	instead of REAL_VALUE_TO_TARGET_LONG_DOUBLE.
      
      From-SVN: r81537
      H.J. Lu committed
    • darwin-c.c (add_framework): Copy the directory name as it can be freed later. · e3c287c9
      	* config/darwin-c.c (add_framework): Copy the directory name as it
      	can be freed later.  Also, ensure we always allocate enough room
      	for the cached framework information.
      	(find_subframework_header): Keep track of the directory where the
      	subframework header was found.
      	(framework_construct_pathname): Speed up by not trying to re-add a
      	framework.
      	* cppfiles.c (search_path_exhausted): Arrange for the missing
      	header callback to be able to set the directory where the header
      	was found.
      	(cpp_get_dir): Add.
      	* cpplib.h (missing_header_cb): Add a parameter.
      	(cpp_get_dir): Add.
      
      From-SVN: r81534
      Mike Stump committed
    • Restore partial missing damaged in 1.423. · f08a3544
      From-SVN: r81530
      Mike Stump committed
    • osint.adb (Find_Program_Name): Fix handling of VMS version number. · 48664302
      	* osint.adb (Find_Program_Name): Fix handling of VMS version
      	number.
      
      From-SVN: r81527
      Arnaud Charlet committed
    • invoke.texi (Directory Options): Document -iquote. · 4bed3787
      	* doc/invoke.texi (Directory Options): Document -iquote.
      	* doc/cpp.texi: Likewise.
      	* doc/cppopts.texi: Likewise.
      	* c-opts.c (c_common_missing_argument): Add -iquote processing.
      	(c_common_handle_option): Likewise.
      	* c.opt (iquote): Add.
      	* gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -iquote.
      	* c-incpath.c (merge_include_chains): Update comment to use -iquote.
      
      	* c-opts.c (case OPT_I): Deprecate -I- support.
      	* doc/invoke.texi: Likewise.
      	* doc/cpp.texi: Likewise.
      	* doc/cppopts.texi: Likewise.
      
      From-SVN: r81521
      Mike Stump committed
    • basic-block.h (free_basic_block_vars): Update prototype. · bb8a619e
      	* basic-block.h (free_basic_block_vars): Update prototype.
      	* flow.c (free_basic_block_vars): Remove the keep_head_end_p
      	argument.
      	(life_analysis): Update call.
      	* ifcvt.c (if_convert): Likewise.
      	* passes.c (rest_of_handle_final): Likewise.
      	(rest_of_compilation): Likewise.
      	* sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
      	* config/sh/sh.c (sh_output_mi_thunk): Likewise.
      
      	* emit-rtl.c (next_real_insn): Use INSN_P.
      	(prev_real_insn): Likewise.
      
      From-SVN: r81520
      Steven Bosscher committed
    • [multiple changes] · aa720a54
      2004-05-05  Emmanuel Briot  <briot@act-europe.fr>
      
      	* g-os_lib.ads (Invalid_Time): New constant
      
      	* adaint.h, adaint.c (__gnat_file_time_name, __gnat_file_time_fd): Now
      	return OS_Time instead of time_t to match what is imported by Ada.
      	Now return -1 if the file doesn't exist, instead of a random value
      
      2004-05-05  Robert Dewar  <dewar@gnat.com>
      
      	* usage.adb: Add line for -gnatR?s switch
      
      	* sem_ch13.adb, exp_ch2.adb: Minor reformatting
      
      	* g-regpat.ads, g-regpat.adb: Add documentation on handling of Size
      	and for Match (Data_First, Data_last)
      
      	* lib-writ.adb (Write_With_Lines): Ensure that correct index number is
      	written when we are dealing with multi-unit files.
      
      2004-05-05  Jerome Guitton  <guitton@act-europe.fr>
      
      	* Makefile.in: Remove unused targets and variables.
      
      2004-05-05  Vincent Celier  <celier@gnat.com>
      
      	* switch-m.adb: New gnatmake switch -eI
      
      	* vms_data.ads: Add VMS equivalents of new gnatclean swith -innn and
      	of new gnatmake switch -eInnn.
      
      	* makegpr.adb: Take into account new parameters Index and Src_Index in
      	Prj.Util.
      
      	* clean.adb: Implement support for multi-unit sources, including new
      	switch -i.
      
      	* gnatcmd.adb (GNATCmd): Call Prj.Util.Value_Of with new parameter
      	Src_Index.
      
      	* make.ads, make.adb (Insert_Q): New parameter Index, defaulted to 0
      	(Extract_From_Q): New out parameter Index
      	(Mark, Is_Marked): Subprograms moved to Makeutl
      	(Switches_Of): New parameter Source_Index
      	(Add_Switch): New parameter Index
      	(Check): New parameter Source_Index
      	(Collect_Arguments): New parameter Source_Index
      	(Collect_Arguments_And_Compile): New parameter Source_Index
      	(Compile): New parameter Source_Index
      	Put subprograms in alphabetical order
      	Add support for multi-source sources, including in project files.
      
      	* makeutl.ads, makeutl.adb (Unit_Index_Of): New function
      	(Mark, Is_Marked, Delete_All_Marks): New subprograms, moved from
      	Make.
      
      	* makeusg.adb: New gnatmake switch -eInnn
      
      	* mlib-prj.adb (Build_Library): Add new parameter Src_Index to call to
      	Prj.Util.Value_Of.
      
      	* opt.ads (Main_Index): New variable, defaulted to 0.
      
      	* osint.ads, osinte.adb (Add_File): New parameter Index
      	(Current_Source_Index): New function
      
      	* prj.adb: Take into account new components Index and Src_Index
      
      	* prj.ads (String_Element): New component Index
      	(Variable_Value): New component Index
      	(Array_Element): New component Src_Index
      
      	* prj-attr.adb: Indicate that optional index may be specified for
      	attributes Main, Executable, Spec, Body and some of Switches.
      
      	* prj-attr.ads (Attribute_Kind): New values for optional indexes
      	(Attribute_Record): New component Optional_Index
      
      	* prj-com.ads (File_Name_Data): New component Index
      
      	* prj-dect.adb (Parse_Attribute_Declaration): Process optional index
      
      	* prj-env.adb (Put): Output optional index
      
      	* prj-makr.adb: Put indexes for multi-unit sources in SFN pragmas and
      	attributes Spec and Body.
      
      	* prj-nmsc.adb: Process optional indexes
      
      	* prj-pp.adb: Ouput "at" for optional indexes
      
      	* prj-proc.adb: Take into account optional indexes
      
      	* prj-strt.ads, prj-strt.adb (Terms): New Boolean parameter
      	Optional_Index. For string literal,
      	process optional index when Optional_Index is True.
      	(Parse_Expresion): New Boolean parameter Optional_Index
      
      	* prj-tree.ads, prj-tree.adb (Source_Index_Of): New function
      	(Set_Source_Index_Of): New procedure
      
      	* prj-util.adb (Executable_Of, Value_Of): Take into account optional
      	index.
      
      	* prj-util.ads (Executable_Of): New parameter Index
      	(Value_Of (Name_Id, Array_Element_Id) returning Variable_Value):
      	New parameter Src_Index, defaulted to 0.
      
      2004-05-05  Ed Schonberg  <schonberg@gnat.com>
      
      	PR ada/15257
      	* sem_ch3.adb (Access_Definition): If this is an access parameter
      	whose designated type is imported through a limited_with clause, do
      	not add the enclosing subprogram to the list of private dependents of
      	the type.
      
      2004-05-05  Ed Schonberg  <schonberg@gnat.com>
      
      	PR ada/15258
      	* sem_ch6.adb (Base_Types_Match): True if one type is imported through
      	a limited_with clause, and the other is its non-limited view.
      
      2004-05-05  Thomas Quinot  <quinot@act-europe.fr>
      
      	* cstand.adb (Create_Standard): Initialize Stand.Boolean_Literals.
      
      	* exp_attr.adb, exp_ch5.adb, exp_ch9.adb, exp_disp.adb,
      	exp_fixd.adb, sem_attr.adb, sem_dist.adb, sem_util.adb: Use
      	Stand.Boolean_Literals to produce references to entities
      	Standard_False and Standard_True from compile-time computed boolean
      	values.
      
      	* stand.ads (Boolean_Literals): New variable, provides the entity
      	values for False and True, for use by the expander.
      
      2004-05-05  Doug Rupp  <rupp@gnat.com>
      
      	* 5vinmaop.adb, 5[vx]system.ads: Add Short_Address subtype
      	5vinmaop.adb: Unchecked convert Short_Address vice Address
      
      	* adaint.c, raise.c: Caste CRTL function return value
      	to avoid gcc error on 32/64 bit IVMS.
      
      	* Makefile.in [VMS]: Use iar archiver if host = Alpha/VMS and
      	target = IA64/VMS.
      
      	* init.c[VMS]: Only call Alpha specific __gnat_error_prehandler IN_RTS.
      
      	* 5qsystem.ads (Address): Declare as Long_Integer
      	(Short_Address): Declare as 32 bit subtype of Address
      	Declare  abstract address operations to avoid gratuitous ambiguities.
      
      2004-05-05  Jose Ruiz  <ruiz@act-europe.fr>
      
      	* gnat_rm.texi: Use the new restriction Simple_Barriers (AI-249)
      	instead of the old Boolean_Entry_Barriers.
      	Ditto for No_Task_Attributes_Package instead of No_Task_Attributes.
      
      2004-05-05  GNAT Script  <nobody@gnat.com>
      
      	* Make-lang.in: Makefile automatically updated
      
      From-SVN: r81519
      Arnaud Charlet committed
    • AbstractButton.java: Replace special HTML entities with ASCII equivalent. · 68ea5833
      2004-05-05  Mark Wielaard  <mark@klomp.org>
      
      	* javax/swing/AbstractButton.java: Replace special HTML entities with
      	ASCII equivalent.
      	* javax/swing/DefaultBoundedRangeModel.java: Likewise.
      	* javax/swing/DefaultButtonModel.java: Likewise.
      	* javax/swing/DefaultListModel.java: Likewise.
      	* javax/swing/JList.java: Likewise.
      	* javax/swing/JSlider.java: Likewise.
      	* javax/swing/ListModel.java: Likewise.
      	* javax/swing/Popup.java: Likewise.
      	* javax/swing/SwingUtilities.java: Likewise.
      
      From-SVN: r81518
      Mark Wielaard committed
    • AbstractButton.java, [...]: Cleaned up imports. · 880fa238
      2004-05-05  Michael Koch  <konqueror@gmx.de>
      
      	* javax/swing/AbstractButton.java,
      	javax/swing/ActionMap.java,
      	javax/swing/DefaultButtonModel.java,
      	javax/swing/DefaultListModel.java,
      	javax/swing/ImageIcon.java,
      	javax/swing/JComboBox.java,
      	javax/swing/JComponent.java,
      	javax/swing/JFrame.java,
      	javax/swing/JInternalFrame.java,
      	javax/swing/JMenuBar.java,
      	javax/swing/JMenuItem.java,
      	javax/swing/JOptionPane.java,
      	javax/swing/JProgressBar.java,
      	javax/swing/JRootPane.java,
      	javax/swing/JScrollBar.java,
      	javax/swing/JScrollPane.java,
      	javax/swing/JSeparator.java,
      	javax/swing/JSlider.java,
      	javax/swing/JTabbedPane.java,
      	javax/swing/JTable.java,
      	javax/swing/JTextField.java,
      	javax/swing/JToolBar.java,
      	javax/swing/JToolTip.java,
      	javax/swing/JTree.java,
      	javax/swing/JViewport.java,
      	javax/swing/JWindow.java,
      	javax/swing/KeyStroke.java,
      	javax/swing/LookAndFeel.java,
      	javax/swing/SwingUtilities.java,
      	javax/swing/Timer.java,
      	javax/swing/ToolTipManager.java,
      	javax/swing/UIDefaults.java,
      	javax/swing/border/TitledBorder.java,
      	javax/swing/filechooser/FileSystemView.java,
      	javax/swing/plaf/basic/BasicButtonListener.java,
      	javax/swing/plaf/basic/BasicButtonUI.java,
      	javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java,
      	javax/swing/plaf/basic/BasicGraphicsUtils.java,
      	javax/swing/plaf/basic/BasicLabelUI.java,
      	javax/swing/plaf/basic/BasicMenuItemUI.java,
      	javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java,
      	javax/swing/plaf/basic/BasicRootPaneUI.java,
      	javax/swing/plaf/basic/BasicScrollBarUI.java,
      	javax/swing/plaf/basic/BasicScrollPaneUI.java,
      	javax/swing/plaf/basic/BasicSliderUI.java,
      	javax/swing/plaf/basic/BasicTabbedPaneUI.java,
      	javax/swing/plaf/basic/BasicToggleButtonUI.java,
      	javax/swing/table/JTableHeader.java,
      	javax/swing/text/AbstractDocument.java,
      	javax/swing/text/DefaultCaret.java,
      	javax/swing/text/StyledEditorKit.java,
      	javax/swing/tree/DefaultTreeCellEditor.java:
      	Cleaned up imports.
      
      From-SVN: r81517
      Michael Koch committed
    • URLStreamHandler.java (toExternalForm): Removed unused variables. · 01a4c931
      2004-05-03  Tom Tromey  <tromey@redhat.com>
      
      	* java/net/URLStreamHandler.java (toExternalForm): Removed
      	unused variables.
      	* java/math/BigDecimal.java (divide): Removed unused variable.
      	* java/lang/Throwable.java: Cleaned up imports.
      	* java/lang/ClassLoader.java: Cleaned up imports.
      	* java/io/FilePermission.java (implies): Removed unused
      	variable.
      	* java/awt/TextComponent.java: Removed unused import.
      	* gnu/java/util/prefs/NodeReader.java: Cleaned up imports.
      	* gnu/java/util/DoubleEnumeration.java: Removed unused import.
      	* gnu/java/text/WordBreakIterator.java: Removed unused import.
      	* gnu/java/text/SentenceBreakIterator.java: Removed unused
      	import.
      	* gnu/java/text/LineBreakIterator.java: Removed unused import.
      	* gnu/java/text/CharacterBreakIterator.java: Removed
      	unused import.
      	* gnu/java/security/provider/DSAKeyPairGenerator.java:
      	Cleaned up imports.
      	* gnu/java/security/der/DERWriter.java: Cleaned up imports.
      	* gnu/java/nio/charset/UTF_16Decoder.java (put): Removed
      	unused method.
      	* gnu/java/nio/SocketChannelImpl.java: Cleaned up imports.
      	* gnu/java/nio/FileLockImpl.java: Cleaned up imports.
      	* gnu/java/io/Base64InputStream.java: Cleaned up imports.
      	* gnu/java/beans/info/ComponentBeanInfo.java: Cleaned up imports.
      	* gnu/classpath/ServiceFactory.java: Cleaned up imports.
      	(lookupProviders): Removed unused variable.
      	(loadNextServiceProvider): Likewise.
      	* gnu/java/beans/BeanInfoEmbryo.java: Cleaned up imports.
      
      From-SVN: r81516
      Tom Tromey committed
    • 2004-05-05 Michael Koch <konqueror@gmx.de> · 4a93a226
      	* java/util/prefs/AbstractPreferences.java
      	(AbstractPreferences): Added parenthesis for clarity.
      	Closes classpath bug #7940.
      
      From-SVN: r81515
      Michael Koch committed
    • mips.md: Update the madd define_split for new mflo/mfhi representation. · 2e592dce
      	* config/mips/mips.md: Update the madd define_split for new mflo/mfhi
      	representation.
      
      From-SVN: r81514
      Eric Christopher committed
    • CompoundName.java (endsWith): Look at correct element of source name. · aaec686e
      2004-05-05  Tom Tromey  <tromey@redhat.com>
      
      	* javax/naming/CompoundName.java (endsWith): Look at correct
      	element of source name.
      
      From-SVN: r81513
      Tom Tromey committed
    • Reported by f.haeglsperger@gmx.de [classpath patch #2485] · b1210ca2
      2004-05-05  Mark Wielaard  <mark@klomp.org>
      
      	Reported by f.haeglsperger@gmx.de [classpath patch #2485]
      	* java/util/HashMap.java (rehash): Add entry at start of bucket.
      
      From-SVN: r81512
      Mark Wielaard committed
    • BufferedReader.java (skip): Removed unused variable. · a54f498a
      2004-05-05  Tom Tromey  <tromey@redhat.com>
      
      	* java/io/BufferedReader.java (skip): Removed unused
      	variable.
      
      From-SVN: r81511
      Tom Tromey committed
    • rs6000.c (build_opaque_vector_type): New function. · 7c62e993
      2004-05-05  Paolo Bonzini  <bonzini@gnu.org>
      
      	* config/rs6000/rs6000.c (build_opaque_vector_type):
      	New function.
      	(rs6000_init_builtins): Use it.
      
      From-SVN: r81509
      Paolo Bonzini committed
    • FileDialog.java: Import java.io.Serializable explicitly. · e8430418
      2004-05-05  Michael Koch  <konqueror@gmx.de>
      
      	* java/awt/FileDialog.java: Import java.io.Serializable explicitly.
      
      From-SVN: r81507
      Michael Koch committed
    • AttributedString.java, [...]: Cleaned up imports. · f32c742c
      2004-05-05  Dalibor Topic  <robilad@kaffe.org>
      
      	* java/text/AttributedString.java,
      	java/text/AttributedStringIterator.java,
      	java/text/Collator.java,
      	java/text/DecimalFormatSymbols.java,
      	java/text/NumberFormat.java,
      	java/text/RuleBasedCollator.java:
      	Cleaned up imports.
      
      From-SVN: r81506
      Dalibor Topic committed
    • Patch from Bernard Giroud. · 87fac4e3
      * gcc/gcc/vmsdbgout.c (vms_func_node, vms_func_ref): New.
      (func_table): Change type from char ** to vms_func_ref.
      (write_rtnbeg):  Update to reflect func_table change.  Use
      fde->funcdef_number instead of rtnnum in output.
      (write_rtnend, vmxdbgout_begin_function, vmsdbgout_init): Likewise.
      
      From-SVN: r81505
      Bernard Giroud committed
    • re PR target/14899 (wrong code due to change in compatibility rules for vector types) · cc27e657
      gcc/ChangeLog:
      2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
                  Richard Henderson  <rth@redhat.com>
      
              PR target/14899
      
              * c-common.c (vector_types_convertible_p): New function.
              * c-typeck.c (comptypes): Recurse on vector types.
              (convert_for_assignment): Use vector_types_convertible_p.
              (digest_init): Use vector_types_convertible_p to check
              validness of constant vector initializers; otherwise treat
              them as scalars.
              * tree.c (make_or_reuse_type): New.
              (build_common_tree_nodes): Use it.
              * cp/call.c (standard_conversion): Likewise.
              * cp/typeck.c (comptypes): Recurse on vector types.
              (convert_for_assignment): Use vector_types_convertible_p.
              * config/rs6000/rs6000.c (build_opaque_vector_type):
              New function.
              (rs6000_init_builtins): Use it.
      
      
      gcc/testsuite/ChangeLog:
      2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
      
      	* g++.dg/ext/spe1.C: New testcase.
      
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r81504
      Paolo Bonzini committed
    • Format.java: Cleaned up imports. · d70bd7ff
      2004-05-05  Tom Tromey  <tromey@redhat.com>
      
      	* java/text/Format.java: Cleaned up imports.
      	* java/text/DecimalFormat.java: Cleaned up imports.
      	* java/security/SecureRandom.java: Cleaned up imports.
      	(SecureRandom): Removed unused variable.
      	* java/security/UnresolvedPermission.java: Cleaned up imports.
      	* java/util/Date.java (parse): Removed unused variable.
      	* java/util/ResourceBundle.java: Cleaned up imports.
      	(getBundle): Removed unused variable.
      	(tryBundle): Likewise.
      	* java/util/regex/Pattern.java (Pattern): Removed unused constructor.
      
      From-SVN: r81503
      Tom Tromey committed
    • 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> · b335a549
      	* java/text/DecimalFormat.java
      	(MAXIMUM_INTEGER_DIGITS): New constant to keep the numeric value 309.
      	(applyPatternWithSymbols): Use MAXIMUM_INTEGER_DIGITS.
      	(parse): Fixed handling of exponentiation notation and grouping.
      
      From-SVN: r81502
      Guilhem Lavaux committed
    • Daily bump. · 07b23266
      From-SVN: r81498
      GCC Administrator committed
  2. 04 May, 2004 14 commits
    • mips.c (override_options): Default to no generation of branch-likely operations when... · 6fc8a30a
      2004-05-04  Chris Demetriou  <cgd@broadcom.com>
      
              * config/mips/mips.c (override_options): Default to no
              generation of branch-likely operations when tuning for
              CPUs where they tend to have a negative performance impact
              (e.g., SB-1).
      
      From-SVN: r81494
      Chris Demetriou committed
    • 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> · 2225a42a
      	* java/text/SimpleDateFormat.java:
      	(formatWithAttribute): New method. It implements
      	the formatting process with attributes.
      	(format): Use formatWithAttribute.
      	(formatToCharacterIterator): New method. Use
      	formatWithAttribute.
      
      From-SVN: r81493
      Guilhem Lavaux committed
    • MessageFormat.java: (class Field): New class. · 1f646142
      2004-05-05  Guilhem Lavaux <guilhem@kaffe.org>
      
      	* java/text/MessageFormat.java:
      	(class Field): New class.
      	(formatToCharacterIterator): New method.
      	(format): Use formatInternal now.
      	(formatInternal): New method. String formatter should
      	be done here (with attributes). Attributes merging supported.
      	(parse): More documentation.
      	(getFormatsByArgumentIndex): New method.
      	(setFormatByArgumentIndex): New method.
      	(setFormatsByArgumentIndex): New method.
      
      From-SVN: r81492
      Guilhem Lavaux committed
    • 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> · 8cf1edb3
      	* java/text/DecimalFormat.java
      	(MAXIMUM_INTEGER_DIGITS): New constant to keep the numeric value 309.
      	(applyPatternWithSymbols): Use MAXIMUM_INTEGER_DIGITS.
      	(parse): Fixed handling of exponentiation notation and grouping.
      
      2004-05-05  Guilhem Lavaux <guilhem@kaffe.org>
      
      	* java/text/DecimalFormat.java
      	(scanFix): Build attribute array. Fixed error reporting.
      	(applyPatternWithSymbols): Store attributes for the prefix and
      	suffix.
      	(formatInternal): New method. Changed the way the string is
      	computed. Implemented attributes. Cleant up rounding in
      	exponential notation.
      	(format): Use formatInternal.
      	(formatToCharacterIterator): New method.
      	(exponentRound, negativePrefixRanges, positivePrefixRanges,
      	negativePrefixAttrs, positivePrefixAttrs, negativeSuffixRanges,
      	positiveSuffixRanges, negativeSuffixAttrs, positiveSuffixAttrs):
      	New fields.
      
      From-SVN: r81491
      Guilhem Lavaux committed
    • DSAKeyPairGenerator.java, [...]: Cleaned up imports. · aff9d141
      2004-05-04  Dalibor Topic  <robilad@kaffe.org>
      
      	* java/security/interfaces/DSAKeyPairGenerator.java,
      	java/security/interfaces/DSAPrivateKey.java,
      	java/security/interfaces/DSAPublicKey.java,
      	java/security/interfaces/RSAPrivateKey.java,
      	java/security/interfaces/RSAPublicKey.java:
      	Cleaned up imports.
      
      From-SVN: r81490
      Dalibor Topic committed
    • 2004-05-04 Michael Koch <konqueror@gmx.de> · 933522fb
      	* java/nio/ByteBuffer.java,
      	java/nio/CharBuffer.java,
      	java/nio/DoubleBuffer.java,
      	java/nio/FloatBuffer.java,
      	java/nio/IntBuffer.java,
      	java/nio/LongBuffer.java,
      	java/nio/ShortBuffer.java:
      	(compareTo): Fixed bogus implementation in all buffer classes.
      
      From-SVN: r81489
      Michael Koch committed
    • expr.c (store_constructor_field): Don't call store_constructor if bitsize is not… · 6c89c39a
      expr.c (store_constructor_field): Don't call store_constructor if bitsize is not a multiple of a byte.
      
      	* expr.c (store_constructor_field): Don't call store_constructor
      	if bitsize is not a multiple of a byte.
      
      From-SVN: r81487
      Richard Kenner committed
    • ColorModel.java (getRGBdefault): Default ColorModel has 32 bit pixels not 8 bit pixels. · 27c2c3ec
      2004-05-04  Ingo Proetel  <proetel@aicas.com>
      
      	* java/awt/image/ColorModel.java (getRGBdefault): Default ColorModel has
              32 bit pixels not 8 bit pixels.
      	(isCompatibleRaster): Added javadoc comment.
      
      2004-05-04  Ingo Proetel  <proetel@aicas.com>
      
      	* java/awt/image/ComponentSampleModel.java (setDataSamples):Do not reset
      	scanline stride.
      
      2004-05-04  Ingo Proetel  <proetel@aicas.com>
      
      	* java/awt/ColorPaintContext.java (<init>): Added ColorModel to signature.
      	(getColorModel): Return the actual color model.
      	(getRaster): Implemented.
      	(ColorRaster): New inner class.
      	* java/awt/SystemColor.java (createContext): Use ColorModel when creating
      	a PaintContext.
      	* java/awt/Color.java (<init>): Make exception more verbose.
      	(createContext): Use ColorModel when creating a PaintContext.
      
      From-SVN: r81486
      Ingo Proetel committed
    • image-info.m: Allow additional attributes for __image_info section. · fae4c98f
      2004-05-04  Ziemowit Laski  <zlaski@apple.com>
      
              * objc.dg/image-info.m: Allow additional attributes
              for __image_info section.
      
      From-SVN: r81483
      Ziemowit Laski committed
    • 2004-05-04 Michael Koch <konqueror@gmx.de> · a31d9d6c
      	* gnu/java/text/CharacterBreakIterator.java
      	(previous): Removed unused variable.
      
      From-SVN: r81482
      Michael Koch committed
    • demangle.h: Do not use C++ reserved keyword typename as parameter for... · 073273c3
      	* demangle.h: Do not use C++ reserved keyword typename as
      	parameter for cplus_demangle_fill_builtin_type.
      
      From-SVN: r81481
      Andreas Jaeger committed
    • reload1.c (inherit_piecemeal_p): New function. · b5ba341f
      	* reload1.c (inherit_piecemeal_p): New function.
      	(emit_reload_insns): When reloading a group of hard registers, use
      	inherit_piecemeal_p to decide whether the values of individual hard
      	registers can be inherited.
      
      From-SVN: r81480
      Richard Sandiford committed
    • FormatBuffer.java, [...]: New classes to implement attributed iterators in java.text. · 065afdfa
      2004-05-04  Guilhem Lavaux <guilhem@kaffe.org>
      
      	* gnu/java/text/FormatBuffer.java,
      	gnu/java/text/AttributedFormatBuffer.java,
      	gnu/java/text/StringFormatBuffer.java: New classes to implement
      	attributed iterators in java.text.
      	* gnu/java/text/FormatCharacterIterator.java: Moved
      	from java/text as it is an internal class.
      	* java/text/FormatCharacterIterator.java: Removed.
      	* java/text/Format.java:
      	Import gnu.java.text.FormatCharacterIterator.
      	* Makefile.am (java_source_files): Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r81479
      Guilhem Lavaux committed
    • t-ia64 (LIB2ADDEH): Remove gthr-gnat.c. · c6c8779b
      2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* config/ia64/t-ia64 (LIB2ADDEH): Remove gthr-gnat.c.
      	* config/s390/t-tpf (LIB2ADDEHDEP): Likewise.
      	* config/t-linux (LIB2ADDEHDEP): Likewise.
      
      From-SVN: r81478
      H.J. Lu committed