1. 03 Oct, 2002 6 commits
    • * i386.md (lea to mul peep2): Fix condition. · 4c9c9a3d
      From-SVN: r57775
      Jan Hubicka committed
    • Array_3.java (baz): New. · cd8dbeef
      2002-10-03  Andrew Haley  <aph@redhat.com>
      
      	* libjava.lang/Array_3.java (baz): New.
      	(main): Call baz.
      
      From-SVN: r57774
      Andrew Haley committed
    • 2002-09-30 Michael Koch <konqueror@gmx.de> · e832ab3c
      	* java/net/DatagramSocket.java
      	(receive): Check with SecurityManager AFTER the packet is received,
      	check if connected to multicast address, documentation added.
      	(send): Only check SecurityManager if connected, check address of
      	packet to send.
      	(connect): Implemented, documentation added.
      	* java/net/Inet6Address.java: New file (not added yet to Makefile.am).
      	* java/net/InetSocketAddress.java
      	(whole file): Reindented.
      	(hostname): New attribute.
      	(InetSocketAddress): Initialize new attribute.
      	(getAddress): Documentation added.
      	(getHostName): Documentation added.
      	(getPort): Documentation added.
      	(hashCode): Documentation added.
      	(isUnresolved): Documentation added.
      	(toString): Conform to output of JDK 1.4.1, documentation added.
      	* java/net/MulticastSocket.java
      	(joinGroup): Removed FIXME, documentation added.
      	(leaveGroup): Removed FIXME, documentation added.
      	(send): Documentation added.
      	* java/net/Socket.java
      	(inputShutdown): New variable.
      	(outputShutdown): New variable.
      	(Socket): Initialize new variables.
      	(getRemoteSocketAddress): Check if connected.
      	(shutdownInput): Set new variable.
      	(shutdownOutput): Set new variable.
      	(isConnected): New method.
      	(isClosed): New method.
      	(isInputShutdown): New method.
      	(isOutputShutdown): New method.
      	* java/net/URLStreamHandler.java
      	(URLStreamHandler): New method.
      	(openConnection): Added documentation.
      	(parseURL): Added documentation.
      	(getHostAddress): New method.
      	(getDefaultPort): New method.
      
      From-SVN: r57772
      Michael Koch committed
    • Daily bump. · 3eacc81d
      From-SVN: r57771
      GCC Administrator committed
    • Add forgotten ChangeLog entry. · f6c772fe
      From-SVN: r57764
      Andreas Jaeger committed
    • pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro. · f50df1d5
      	* pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.
      	* pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Define.
      
      From-SVN: r57758
      John David Anglin committed
  2. 02 Oct, 2002 29 commits
  3. 01 Oct, 2002 5 commits
    • class.c (build_vtbl_initializer): Change build_c_cast to build1. · 2e88ae22
      	* cp/class.c (build_vtbl_initializer): Change build_c_cast
      	to build1.
      
      From-SVN: r57712
      Steve Ellcey committed
    • Oops, this file missed in previous checkin. · b6aa31c5
      2002-10-01  Matt Thomas  <matt@3am-software.com>
                  Jason Thorpe  <thorpej@wasabisystems.com>
      
      * config.gcc (vax-*-netbsdelf*): Enable configuration.
      * config/elfos.h (PCC_BITFIELD_TYPE_MATTERS): Define only
      if not already defined.
      * config/vax/elf.h: New file.
      * config/vax/netbsd-elf.h: New file.
      * config/vax/vax.c: Include "debug.h".
      (vax_output_function_prologue): Add dwarf2 support.  Use
      MAIN_NAME_P when checking for VMS_TARGET stack adjust.
      * config/vax/vax.h (CONST_OK_FOR_LETTER_P): Add cases for
      'J' [0..63], 'K' [-128..127], 'L' [-32768..32767],
      'M' [0..255], 'N' [0..65535], and, 'O' [-63..-1].
      (VAX_ISTREAM_SYNC): Remove.
      (INITIALIZE_TRAMPOLINE): Use gen_sync_istream.
      (JUMP_TABLES_IN_TEXT_SECTION): Define.
      (ASM_OUTPUT_REG_POP): Use reg_names for the stack pointer.
      (ASM_OUTPUT_ADDR_VEC_ELT): Use ASM_GENERATE_INTERNAL_LABEL
      and assemble_name.
      (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
      (PRINT_OPERAND_PUNCT_VALID_P): Accept '|'.
      (PRINT_OPERAND): Output REGISTER_PREFIX for '|'.
      (INCOMING_RETURN_ADDR_RTX): Define.
      * config/vax/vax.md (VUNSPEC_BLOCKAGE)
      (VUNSPEC_SYNC_ISTREAM): Define.
      (blockage): Use VUNSPEC_BLOCKAGE.
      (sync_istream): New insn.
      
      
      2002-10-01  Richard Henderson  <rth@redhat.com>
      
      * config/vax/vax.md (call_pop, *call_pop, call_value_pop)
      (*call_value_pop, call, call_value): Add dwarf2 EH support.
      (*call): New insn.
      
      From-SVN: r57711
      Jason Thorpe committed
    • * gcc.dg/empty1.C: Fix typo. · a1d1a0f9
      From-SVN: r57710
      Mark Mitchell committed
    • calls.c (precompute_register_parameters): Force non-legitimate constants into pseudos. · fd1e5d25
              * calls.c (precompute_register_parameters): Force non-legitimate
              constants into pseudos.
      	* gcc.dg/tls/opt-3.c: New.
      
      From-SVN: r57709
      Richard Henderson committed