summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * config/alpha/alpha.c (alpha_file_start): Fix typo.kenner2003-06-202-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68264 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third argro2003-06-202-1/+6
| | | | | | | to ASM_OUTPUT_SOURCE_LINE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68262 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Michael Koch <konqueror@gmx.de>mkoch2003-06-202-6/+25
| | | | | | | | | | * java/io/ObjectStreamField.java (unshared): new member variable. (ObjectStreamField): New constructor. (isUnshared): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68261 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Michael Koch <konqueror@gmx.de>mkoch2003-06-202-4/+17
| | | | | | | | * java/net/URLStreamHandler.java (hostsEqual): Rewritten. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68260 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Michael Koch <konqueror@gmx.de>mkoch2003-06-207-615/+308
| | | | | | | | | | | | | | | | | | | * gnu/java/nio/MappedByteFileBuffer.java, gnu/java/nio/natMappedByteFileBuffer.cc: Removed * java/nio/MappedByteBufferImpl.java: New file. * gnu/java/nio/FileChannelImpl.java: Use MappedByteBufferImpl instead of MappedByteFileBuffer. * Makefile.am (ordinary_java_source_files): Removed gnu/java/nio/MappedByteFileBuffer.java and added java/nio/MappedByteBufferImpl.java. (nat_source_files): Removed gnu/java/nio/natMappedByteFileBuffer.cc * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68259 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi (Building): Correct and improve statementgerald2003-06-202-6/+13
| | | | | | | about parallel builds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68257 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c: Change _Bool to bool reverting part of the lastaj2003-06-202-28/+33
| | | | | | | patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68256 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.h (expand_function_end): Remove all parameters.nathan2003-06-2018-30/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * function.c (expand_function_end): Remove all parameters. Use input_location. Never expand_end_bindings. * c-decl.c (c_expand_body_1): Adjust expand_function_end call. * coverage.c (create_coverage): Likewise. * ada/utils.c (end_subprog_body): Adjust expand_function_end call. * cp/semantics.c (genrtl_finish_function): Adjust expand_function_end call. * f/com.c (finish_function): Adjust expand_function_end call. * java/class.c (push_class): Use a location_t to save place. (emit_register_classes): Set input_location. Adjust expand_function_end call. * java/resource.c (write_resource_constructor): Likewise. * java/decl.c (end_java_method): Adjust expand_function_end call. * java/parse.y (source_end_java_method): Likewise. * treelang/treetree.c (tree_code_create_function_wrapup): Adjust expand_function_end call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68255 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Matthias Klose <doko@debian.org>doko2003-06-202-4/+10
| | | | | | | | * configure.host: Set try_cpu to target_cpu for existing baseline files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68254 138bc75d-0d04-0410-961f-82ee72b054a4
* (ARM Built-in Functions): New node. Document ARM builtin functions for iWMMXtnickc2003-06-202-0/+164
| | | | | | | support. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68252 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris andebotcazou2003-06-202-7/+16
| | | | | | | | | | SPARC64/Solaris as platforms where --with-gnu-as makes a difference. (--with-as): Add @anchor. (--with-gnu-ld): Fix typo. (--with-ld): Add @uref to --with-as. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68249 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/tm.texi: Uniformly use @defmac for macros, rather thanzack2003-06-202-1463/+1298
| | | | | | | @table items. Minor formatting and editorial corrections. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68248 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/10939mmitchel2003-06-204-2/+34
| | | | | | | | | | | | * pt.c (tsubst_decl): Do not try to substitute into non-dependent functions. (value_dependent_expression_p): Correct logic for FUNCTION_DECLs. PR c++/10939 * g++.dg/template/func1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68244 138bc75d-0d04-0410-961f-82ee72b054a4
* * line-map.c, line-map.h: Convert to ISO prototypes.neil2003-06-203-32/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68242 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/9649mmitchel2003-06-207-25/+61
| | | | | | | | | | | | | | | | | | * cp-tree.h (pushdecl_class_level): Change prototype. (push_class_level_binding): Likewise. * decl.c (add_binding): Reject duplicate static data members. (pushdecl_class_level): Return a value indicating whether or not the binding was valid. (push_class_level_binding): Likewise. * semantics.c (finish_member_declaration): Don't keep invalid declarations. PR c++/9649 * g++.dg/template/static4.C: New test. * g++.old-deja/g++.other/anon7.C: Remove spurious error messages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68240 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/11041mmitchel2003-06-209-40/+101
| | | | | | | | | | | | | | | | | | | | | | | * call.c (initialize_reference): Do not use cp_finish_decl to emit temporary variables. * cp-tree.h (static_aggregates): Declare. (pushdecl_top_level_and_finish): Likewise. * decl.c (pushdecl_top_level_1): New function. (pushdecl_top_level): Use it. (pushdecl_top_level_and_finish): New function. (initialize_local_var): Remove redundant code. (cp_finish_decl): Remove support for RESULT_DECLs. Don't check building_stmt_tree. * decl.h (static_aggregates): Remove. * decl2.c (get_guard): Use pushdecl_top_level_and_finish. * rtti.c (get_tinfo_decl): Use pushdecl_top_level_and_finish. (tinfo_base_init): Likewise. PR c++/11041 * g++.dg/init/ref7.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68236 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR c++/11228, infinite loop for new int[n]().austern2003-06-207-1/+125
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68235 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2003-06-202-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68232 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcse.c (store_killed_in_insn): Fix.rakdver2003-06-192-2/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68230 138bc75d-0d04-0410-961f-82ee72b054a4
* * target.h (asm_out.file_start, file_start_app_off,zack2003-06-19111-980/+840
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file_start_file_directive): New hooks. * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE, TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START): New hook-definition macros. * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START. * varasm.c (default_file_start): New. * output.h: Prototype it. * toplev.c (init_asm_output): Use targetm.asm_out.file_start. * system.h: Poison ASM_FILE_START. * config/alpha/alpha.c (alpha_write_verstamp): Delete. (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK. (unicosmk_asm_file_start): Rename unicosmk_file_start, make static, take no arguments. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate. * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in comment. * config/arc/arc.c (arc_asm_file_start): Rename arc_file_start, take no arguments, make static. (TARGET_ASM_FILE_START): Set it. * config/arm/arm.c (aof_file_start): New static function. (TARGET_ASM_FILE_START): Set it, when appropriate. * config/arm/coff.h, config/arm/elf.h: Set TARGET_ASM_FILE_START_APP_OFF to true. * config/avr/avr.c (asm_file_start): Rename avr_file_start, take no arguments, make static. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set them. * config/c4x/c4x.c (c4x_file_start): New static function. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set them. * config/cris/cris.c (cris_file_start): New static function. (TARGET_ASM_FILE_START): Set it. * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename dsp16xx_file_start, make static. (luxworks_dsp16xx_file_start): Delete. (TARGET_ASM_FILE_START): Set it. * config/h8300/h8300.c (asm_file_start): Rename h8300_file_start, make static, take no arguments. (TARGET_ASM_FILE_START): Set it. * config/i370/i370.c (i370_file_start): New static function. (TARGET_ASM_FILE_START): Set it. * config/i386/i386.c (x86_file_start): New static function. (TARGET_ASM_FILE_START): Set it. * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE, X86_FILE_START_FLTUSED): New macros, default to false. * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1. * config/i386/sysv4.h, config/i386/sco5.h: Override X86_FILE_START_VERSION_DIRECTIVE to true. * config/ia64/ia64.c (ia64_file_start): New static function. (TARGET_ASM_FILE_START): Set it. (emit_safe_across_calls): Take no arguments. * config/ia64/ia64.md: Update to match. * config/m32r/m32r.c (m32r_asm_file_start): Rename m32r_file_start, make static, take no arguments. (TARGET_ASM_FILE_START): Set it. * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename m68hc11_file_start, make static, take no arguments. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set. (print_options): Delete. * config/m68k/m68k.c (m68k_hp320_file_start): New static function. (TARGET_ASM_FILE_START_APP_OFF): Set. * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to m68k_hp320_file_start. * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start): Make static, take no arguments. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set. * config/mmix/mmix.c (mmix_asm_file_start): Rename mmix_file_start, make static, take no arguments. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set. * config/mn10300/mn10300.c (asm_file_start): Rename mn10300_file_start, make static, take no arguments. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set. * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set. * config/pa/pa.c (pa_file_start_level, pa_file_start_space, pa_file_start_file, pa_file_start_mcount, pa_elf_file_start, pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start, pa_hpux64_hpas_file_start): New static functions. * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start. * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to pa_linux_file_start. * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as appropriate. * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start. * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF. (rs6000_file_start): Make static, take no arguments. Reset default_cpu under certain conditions. (rs6000_xcoff_file_start): New function. * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set. * config/rs6000/xcoff.h (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override. * config/sh/sh.c (output_file_start): Rename sh_file_start, make static, take no arguments. Merge in old code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set. * config/sh/sh.c (TARGET_ELF): Define to 0. * config/sh/elf.h (TARGET_ELF): Redefine to 1. * config/v850/v850.c (asm_file_start): Delete. (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set. * config/vax/vax.c (vax_file_start): New static function. (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set. * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false. * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h * config/i386/att.h, config/i386/gas.h, config/i386/linux.h * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true. * config/darwin.h, config/elfos.h, config/alpha/elf.h * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h * config/i370/i370.h, config/i386/att.h, config/i386/gas.h * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START. * config/alpha/alpha-protos.h, config/arc/arc-protos.h * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h * config/mips/mips-protos.h, config/mmix/mmix-protos.h * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h * config/sh/sh-protos.h, config/v850/v850-protos.h: Update. * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h: Remove reference to ASM_FILE_START in comment. * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h * config/arm/linux-gas.h, config/arm/netbsd-elf.h * config/arm/netbsd.h: Delete definition of ARM_OS_NAME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68229 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.kazu2003-06-191-2/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68228 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.kazu2003-06-191-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68227 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,gp2003-06-193-3/+77
| | | | | | | | | | | | SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec, sysroot_hdrs_suffix_spec): New. (static_specs): Initialize new variables. (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables. * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC): New macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68223 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/Makefile.am (extract_symvers): Revert accidentalaj2003-06-195-9/+33
| | | | | | | | | | | change. * testsuite/Makefile.in: Regenerate. * configure.in: Pass MULTISUBDIR to testsuite/Makefile. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68220 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typo in my last entry.aj2003-06-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68219 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-aux-info.c: Convert to ISO C99.aj2003-06-1912-1215/+752
| | | | | | | | | | | | | | | | * c-pragma.c: Likewise. * c-common.c: Likewise. * c-common.h: Likewise. * c-convert.c: Likewise. * c-cppbuiltin.c: Likewise. * c-dump.c: Likewise. * c-decl.c: Likewise * c-format.c: Likewise. * c-incpath.c: Likewise. * c-incpath.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68218 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.c (expand_errno_check): Assume that flag_errno_mathsayle2003-06-192-85/+127
| | | | | | | | | | | | | | and HONOR_NANS have been tested before calling here. Only try to set errno ourselves if the decl can't throw an exception. (expand_builtin_mathfn): Move the code to stabilize the arg after the main switch, so that that its only done when needed. BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative. Don't modify the original expr when stabilizing the argument. (expand_builtin_mathfn_2): Likewise, move the code to stabilize the args after the main switch, and don't modify the orginal exp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68217 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add check for malloc.h needed bydj2003-06-195-10/+39
| | | | | | | | | | | m68k for function free(). * configure: Regenerated. * config.in: Add HAVE_MALLOC_H. * hashtab.c: include malloc.h were available for free(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68213 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-192-0/+9
| | | | | | | | * expr.c (const_vector_from_tree): Initialize remaining elements to 0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68210 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-193-51/+111
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/nio/DatagramChannelImpl.java (fd): Removed. (blocking): New member variable. (socket): Likewise. (DatagramChannelImpl): Throws IOException, initialize socket. (socket):Implemented. (implCloseSelectableChannel): Throws IOException, implemented. (implConfigureBlocking): Likewise. (connect): Likewise. (disconnect): Likewise. (isConnected): Likewise. (write): Likewise. (read): Likewise. (receive): Throws IOException. (send): Likewise. * gnu/java/nio/SocketChannelImpl.java (read): Implemented. (write): Implemented. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68208 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-196-108/+90
| | | | | | | | | | | | * javax/swing/JComponent.java, javax/swing/JInternalFrame.java, javax/swing/MenuSelectionManager.java, javax/swing/SwingUtilities.java, javax/swing/ToggleButtonModel.java: New versions from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68207 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Paolo Carlini <pcarlini@unitus.it>paolo2003-06-192-1/+5
| | | | | | | * include/std/std_sstream.h (_M_sync): Make non virtual. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68200 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-192-2/+8
| | | | | | | | * java/text/CollationElementIterator.java (NULLORDER): Initialize with -1 as JDK documentation says. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68199 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-199-141/+155
| | | | | | | | | | | | | | | | | | | | | * java/net/HttpURLConnection.java, java/net/Inet4Address.java, java/net/Inet6Address.java, java/net/SocketImpl.java, java/net/URLClassLoader.java: Reworked import statements. * java/net/InetAddress.java (getByAddress): Simplified. * java/net/ServerSocket.java (ServerSocket): Moved special handling during bind operation to bind(). (bind): Handle different cases when trying to bind a socket. * java/net/URLConnection.java (getHeaderFieldDate): Merged with classpath. (getHeaderFieldInt): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68198 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-192-0/+10
| | | | | | | | | * java/util/zip/InflaterInputStream.java (InflaterInputStream): Throw NullPointerException if in is null (as JDK does). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68197 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-192-2/+7
| | | | | | | | * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types. Change "fix" to "float". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68195 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/execute/simd-4.c (main): Make expected valueamylaar2003-06-192-1/+9
| | | | | | | endian-dependent. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68194 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-tree.h: Remove declaration of poplevel.aj2003-06-199-61/+24
| | | | | | | | | | | | | | | | | | | | | * tree.h: Remove declaration of approx_sqrt. * c-lex.c: Remove redundant declaration of asm_out_file. * flags.h: Remove declaration of warn_unknown_pragma and main_input_filename. * rtl.h: Remove functions from fold-const.c since they're already declared in tree.h. * regs.h: Remove redundant declaration of reg_names. cp: * cp-tree.h: Remove duplicated declarations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68193 138bc75d-0d04-0410-961f-82ee72b054a4
* * bt-load.c (migrate_btr_defs): Correct printf arguments.aj2003-06-192-2/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68192 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2003-06-192-0/+5
| | | | | | | * src/powerpc/ppc_closure.S: Include ffi.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68191 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-1948-465/+4941
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/awt/Font.java javax/swing/UIManager.java javax/swing/border/AbstractBorder.java javax/swing/border/BevelBorder.java javax/swing/border/Border.java javax/swing/border/CompoundBorder.java javax/swing/border/EmptyBorder.java javax/swing/border/EtchedBorder.java javax/swing/border/LineBorder.java javax/swing/border/MatteBorder.java javax/swing/border/TitledBorder.java javax/swing/plaf/BorderUIResource.java javax/swing/plaf/basic/BasicBorders.java javax/swing/plaf/basic/BasicButtonUI.java javax/swing/plaf/basic/BasicCheckBoxUI.java javax/swing/plaf/basic/BasicGraphicsUtils.java javax/swing/plaf/basic/BasicLabelUI.java javax/swing/plaf/basic/BasicRadioButtonUI.java javax/swing/plaf/basic/BasicToggleButtonUI.java: New versions from classpath. * javax/swing/border/SoftBevelBorder.java: New file from classpath. * javax/swing/border/doc-files/LineBorder-1.png, javax/swing/border/doc-files/BevelBorder-1.png, javax/swing/border/doc-files/BevelBorder-2.png, javax/swing/border/doc-files/BevelBorder-3.png, javax/swing/border/doc-files/EmptyBorder-1.png, javax/swing/border/doc-files/EtchedBorder-1.png, javax/swing/border/doc-files/EtchedBorder-2.png, javax/swing/border/doc-files/MatteBorder-1.png, javax/swing/border/doc-files/MatteBorder-2.png, javax/swing/border/doc-files/MatteBorder-3.png, javax/swing/border/doc-files/MatteBorder-4.png, javax/swing/border/doc-files/MatteBorder-5.png, javax/swing/border/doc-files/MatteBorder-6.png, javax/swing/border/doc-files/SoftBevelBorder-1.png, javax/swing/border/doc-files/SoftBevelBorder-2.png, javax/swing/border/doc-files/SoftBevelBorder-3.png, javax/swing/plaf/basic/doc-files/BasicBorders.MarginBorder-1.png, javax/swing/plaf/basic/doc-files/BasicBorders.ButtonBorder-1.png, javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-1.png, javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-2.png, javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-3.png, javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-4.png, javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-5.png, javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-6.png, javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-7.png: New binary files from classpath. * Makefile.am (awt_java_source_files): Added javax/swing/border/SoftBevelBorder.java. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68190 138bc75d-0d04-0410-961f-82ee72b054a4
* * protoize.c: Fix breakage from last patch.aj2003-06-192-4/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68189 138bc75d-0d04-0410-961f-82ee72b054a4
* * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.hamylaar2003-06-192-0/+13
| | | | | | | has been included. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68188 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-192-1/+6
| | | | | | | | * gnu/java/security/x509/X509Certificate.java (writeReplace): Merged from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68187 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-193-5/+17
| | | | | | | | | | | | | * gnu/java/nio/FileChannelImpl.java (map_address): Made public. (FileChannelImpl): Merged with classpath. * gnu/java/nio/natFileChannelImpl.cc (nio_mmap_file): Commented out unused arguments. (nio_unmmap_file): Likewise. (niu_msync): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68186 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-19 Michael Koch <konqueror@gmx.de>mkoch2003-06-192-35/+58
| | | | | | | | * java/awt/image/IndexColorModel.java: New version from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68185 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/sparc.c: Update copyright year.wilson2003-06-192-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68181 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALLdje2003-06-192-1/+7
| | | | | | | to ABI_V4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68179 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/4068wilson2003-06-192-1/+6
| | | | | | | * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68177 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Movekazu2003-06-192-30/+29
| | | | | | | to the end of the file. Remove unnecessary prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68176 138bc75d-0d04-0410-961f-82ee72b054a4