1. 07 May, 2004 9 commits
  2. 06 May, 2004 18 commits
    • iterator.h: Add GPL copyright info, with exception clause. · ce120bb2
      2004-05-06  Matthias Klose  <doko@debian.org>
      
              * include/backward/iterator.h:  Add GPL copyright info,
              with exception clause.
              * include/bits/boost_concept_check.h: Likewise.
              * include
              * libsupc++/tinfo.h: Likewise.
              * po/string_literals.cc: Likewise.
      
      From-SVN: r81581
      Matthias Klose committed
    • Run the jni tests using the interpreter. · 579f9640
      	* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Append
      	options_cxx to shared lib compile command.
      	(gcj_jni_test_one): Pass cxxflags to gcj_jni_compile_c_to_so, so
      	they are used to link the shared lib, not the main binary.
      	Use libjava_invoke to run gij.
      
      From-SVN: r81574
      Bryce McKinlay committed
    • Fixes PR java/9685, PR java/15073 · 8ae6595c
      	Fixes PR java/9685, PR java/15073
      	* parse.y (accessibility_string): New method.
      	(not_accessible_field_error): Use accessibility_string()
      	instead of java_accstring_lookup().
      	(resolve_qualified_expression_name): Check with
      	check_pkg_class_access() before allowing access using
      	qualified names.
      	Fix comment typo.
      	Use check_pkg_class_access() instead of not_accessible_p()
      	for unqualified types.
      	(not_accessible_p): Use DECL_CONTEXT (member) instead of
      	REFERENCE for package-private access checking.
      	(patch_method_invocation): Use accessibility_string() instead
      	of java_accstring_lookup().
      
      From-SVN: r81573
      Ranjit Mathew committed
    • invoke.texi: Restore -fgcse-after-reload doc from 1.421, mistakenly clobbered by 1.423. · db643b91
      2004-05-06  Stuart Hastings  <stuart@apple.com>
      	* gcc/doc/invoke.texi: Restore -fgcse-after-reload doc from 1.421,
      	mistakenly clobbered by 1.423.
      
      From-SVN: r81569
      Stuart Hastings committed
    • 2004-05-06 Michael Koch <konqueror@gmx.de> · 0a215a11
      	* java/util/logging/Level.java
      	(parse): Use == instead of String.equals().
      
      From-SVN: r81568
      Michael Koch committed
    • invoke.texi: Document -mvr4130-align. · dc884a86
      	* doc/invoke.texi: Document -mvr4130-align.
      	* config/mips/mips.h (MASK_VR4130_ALIGN, TARGET_VR4130_ALIGN)
      	(TUNE_MIPS4120, TUNE_MIPS4130): New macros.
      	(TUNE_MACC_CHAINS): Include TUNE_MIPS4120 and TUNE_MIPS4130.
      	(TARGET_SWITCHES): Add -mvr4130-align and -mno-vr4130-align.
      	* config/mips/mips.md: Include sched-int.h.
      	(USEFUL_INSN_P, SEQ_BEGIN, SEQ_END, FOR_EACH_SUBINSN): New macros.
      	(mips_rtx_costs): Set integer multiplication costs for TUNE_MIPS4130.
      	(override_options): Enable -mvr4130-align at -O3 and above.
      	(mips_sim_insn): New variable.
      	(mips_sim): New structure.
      	(mips_sim_reset, mips_sim_init, mips_sim_next_cycle, mips_sim_wait_reg)
      	(mips_sim_wait_regs_2, mips_sim_wait_regs_1, mips_sim_wait_regs)
      	(mips_sim_wait_units, mips_sim_wait_insn, mips_sim_record_set)
      	(mips_sim_issue_insn, mips_sim_issue_nop, mips_sim_finish_insn)
      	(vr4130_avoid_branch_rt_conflict, vr4130_align_insns): New functions.
      	(mips_reorg): Call vr4130_align_insns.
      	(vr4130_last_insn): New variable.
      	(vr4130_true_reg_dependence_p_1, vr4130_true_reg_dependence_p)
      	(vr4130_swap_insns_p, vr4130_reorder): New functions.
      	(mips_sched_reorder, mips_variable_issue): Hook in vr4130 code.
      	(mips_issue_rate): Return 2 for PROCESSOR_R4130.
      	(mips_use_dfa_pipeline_interface): Return true for the same.
      	* config/mips/4130.md: New file.
      	* config/mips/mips.md: Include it.  Add a peephole2 to convert
      	"mult;mflo" into "mtlo;macc".
      	(*macc, *umul_acc_di, *smul_acc_di): Use $1 rather than $0 as the
      	target of maccs.
      	(*msac_using_macc): New pattern.
      
      From-SVN: r81567
      Richard Sandiford committed
    • defineclass.cc (_Jv_ClassReader::prepare_pool_entry): Use verify_field_signature… · e51f7aeb
      defineclass.cc (_Jv_ClassReader::prepare_pool_entry): Use verify_field_signature and verify_method_signature...
      
      	* defineclass.cc (_Jv_ClassReader::prepare_pool_entry): Use
      	verify_field_signature and verify_method_signature, not
      	_Jv_VerifyFieldSignature and _Jv_VerifyMethodSigntature.
      	(_Jv_ClassReader::handleField): Likewise.
      	(_Jv_ClassReader::handleMethod): Likewise.
      
      From-SVN: r81563
      Bryce McKinlay committed
    • MAINTAINERS (Write After Approval): Add myself. · d1bb666c
      2004-04-29  Uros Bizjak  <uros@kss-loka.si>
      
              * MAINTAINERS (Write After Approval): Add myself.
      
      From-SVN: r81562
      Uros Bizjak committed
    • TableColumn.java: Reformated. · c8395524
      2004-05-06  Michael Koch  <konqueror@gmx.de>
      
      	* javax/swing/table/TableColumn.java:
      	Reformated.
      
      From-SVN: r81561
      Michael Koch committed
    • 2004-05-06 Michael Koch <konqueror@gmx.de> · c8b86f1a
      	* javax/imageio/spi/ImageReaderWriterSpi.java
      	(ImageReaderWriterSpi): Made it public.
      	* javax/imageio/stream/ImageInputStream.java:
      	Clean up imports.
      
      From-SVN: r81560
      Michael Koch committed
    • gnu_java_awt_peer_gtk_GtkComponentPeer.c: Removed empty line. · 9f2eefb7
      2004-05-06  Michael Koch  <konqueror@gmx.de>
      
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
      	Removed empty line.
      
      From-SVN: r81559
      Michael Koch committed
    • gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c, [...]: New files. · 45505d4d
      2004-05-06  Michael Koch  <konqueror@gmx.de>
      
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c:
      	New files.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c:
      	Include gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.h.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c:
      	Moved GtkCheckboxGroupPeer_dispose and GtkCheckboxGroupPeer_remove to
      	their own source file.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
      	Moved GtkGenericPeer_dispose and GtkComponentPeer_requestFocus to
      	their own source file. Removed GtkComponentPeer_gtkWidgetSetUsize.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c
      	(create): Define variable on top of function.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c
      	(menu_pos): Prototyped.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
      	(setTitle): Removed.
      	* jni/gtk-peer/gthread-jni.c
      	(gdk_threads_wake): Removed.
      	* Makefile.am (gtk_c_source_files): Added new files
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c and
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c.
      	* Makefile.in: Regenerated.
      
      From-SVN: r81558
      Michael Koch committed
    • 5500.md (ir_vr55_store): Set latency to 0. · 615ccdd3
      	* config/mips/5500.md (ir_vr55_store): Set latency to 0.
      	(ir_vr55_hilo): Split into...
      	(ir_vr55_mfhilo, ir_vr55_mthilo): ...these new reservations.
      	(ir_vr55_imul_si, ir_vr55_imadd): Change latency to 5.
      	(ir_vr55_imul_di): Change latency to 9.  Reserve vr55_mac for 4 cycles.
      	Add various multiplication bypasses.
      	* config/mips/mips.c (mips_rtx_costs): Adjust VR5500 costs for integer
      	multiplication.
      
      From-SVN: r81557
      Richard Sandiford committed
    • i386.md (*fscalexf4): Correct insn "mode" attribute to "XF". · 152e3565
              * config/i386/i386.md (*fscalexf4): Correct insn "mode"
              attribute to "XF".
      
      From-SVN: r81556
      Uros Bizjak committed
    • optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. · 5ae27cfa
              * optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.
              (fmod_optab): Define corresponding macros.
              * optabs.c (init_optabs): Initialize fmod_optab and drem_optab.
              * genopinit.c (optabs): Implement fmod_optab and drem_optab
              using fmod?f3 and drem?f3 patterns.
              * builtins.c (expand_builtin_mathfn_2): Handle BUILT_IN_FMOD{,F,L}
              using fmod_optab and BUILT_IN_DREM{,F,L} using drem_optab.
              (expand_builtin): Expand BUILT_IN_FMOD{,F,L} and
              BUILT_IN_DREM{,F,L} using expand_builtin_mathfn_2 if
              flag_unsafe_math_optimizations is set.
      
              * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FPREM_F,
              UNSPEC_FPREM_U, UNSPEC_FPREM1_F and UNSPEC_FPREM1_U.
      
              * config/i386/i386.c (ix86_emit_fp_unordered_jump): New function.
              * config/i386/i386-protos.h (ix86_emit_fp_unordered_jump):
              Prototype here.
              * config/i386/i386.md (UNSPEC_FPREM_F, UNSPEC_FPREM_U,
              UNSPEC_FPREM1_F, UNSPEC_FPREM1_U): New unspecs to represent x87's
              fprem and fprem1 instructions.
              (*x86_fnstsw_1): Change input parameter to (reg:CCFP 18).
              Rename insn definition to x86_fnstsw_1.
              (fpremxf4, fprem1xf4): New patterns to implement fprem and fprem1
              x87 instructions.
              (fmodsf3, fmoddf3, fmodxf3): New expanders to implement fmodf, fmod
              and fmodl built-ins as inline x87 intrinsics.
              (dremsf3, dremdf3, dremxf3): New expanders to implement dremf, drem
              and dreml built-ins as inline x87 intrinsics.
      
              * testsuite/gcc.dg/builtins-40.c: New test.
      
      From-SVN: r81555
      Uros Bizjak committed
    • re PR driver/9822 (The "%c" spec option produces: gcc: spec failure: unrecognized spec option 'c') · 32dd2dc9
      	PR driver/9822
      	* doc/invoke.texi (Spec Files): Remove documentation of %c.
      
      From-SVN: r81553
      Ian Lance Taylor committed
    • Daily bump. · d23cdf6e
      From-SVN: r81550
      GCC Administrator committed
  3. 05 May, 2004 13 commits
    • mips.md: Update the msub define_split for new mflo/mfhi representation. · 4a6f766d
      2004-05-05  Chris Demetriou  <cgd@broadcom.com>
      
              * config/mips/mips.md: Update the msub define_split for new mflo/mfhi
              representation.
      
      From-SVN: r81544
      Chris Demetriou committed
    • arm-protots.h (vfp_mem_operand): Rename ... · fdd695fd
      	* config/arm/arm-protots.h (vfp_mem_operand): Rename ...
      	(arm_coproc_mem_operand): ... To this.
      	* config/arm/arm.c (arm_legitimate_address_p): Allow ldrd modes.
      	(arm_legitimate_index_p): Ditto.
      	(vfp_mem_operand): Rename ...
      	(arm_coproc_mem_operand): ... To this.  Handle writeback modes.
      	(vfp_secondary_reload_class): Use it.
      	(output_move_double): Use doubleword load/store instructions.
      	(arm_hard_regno_mode_ok): Only allow even reg pairs for ldrd.
      	* config/arm/arm.h (TARGET_LDRD): Define.
      	(EXTRA_CONSTRAINT_STR_ARM): Add 'Uy'.
      	* config/gcc/arm/arm.md (arm_movdi): Allow all valid memory operands.
      	New splitter for invalid doubleword loads.
      	* config/arm/iwmmxt.md (iwmmxt_arm_movdi): Use Uy constraint.
      	* config/arm/vfp.md (arm_movdi_vfp): Allow all valid memory operands.
      	* doc/md.texi: Document Uy constraint.
      
      From-SVN: r81543
      Paul Brook committed
    • 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