1. 17 Feb, 2002 9 commits
  2. 16 Feb, 2002 13 commits
  3. 15 Feb, 2002 13 commits
  4. 14 Feb, 2002 5 commits
    • [multiple changes] · 89428698
      2002-02-14  Mark Wielaard  <mark@klomp.org>
      
          * java/math/BigInteger.java: import gnu.java.math.MPN not the whole
          package as a workaround for gcj 3.0.x
      
      2002-02-14  Mark Wielaard <mark@klomp.org>
      
          * java/security/BasicPermission.java: extends with fully qualified
          classname as workaround for gcj 3.0.4.
      
      2002-02-14  Eric Blake  <ebb9@email.byu.edu>
      
          * java/net/DatagramSocketImpl.java (setOption, getOption): Work
          around gcj bug of wrong emitted qualifier for inherited method.
          * java/net/SocketImpl.java (setOption, getOption): Ditto.
          * java/util/WeakHashMap.java (WeakEntrySet): Add non-private
          constructor to reduce amount of emitted bytecode. While this
          happens to work around a jikes 1.15 bug, it is still a useful
          patch even for correct compilers.
          * java/rmi/server/RMIClassLoader.java (MyClassLoader): Ditto.
          * gnu/java/rmi/server/UnicastRemoteCall.java
          (DummyObjectOutputStream, DummyObjectInputStream): Ditto.
      
      2002-02-14  Eric Blake  <ebb9@email.byu.edu>
      
          * java/net/DatagramSocketImpl.java: Reformat (no code changes).
          * java/net/SocketImpl.java: Ditto.
          * java/rmi/server/RMIClassLoader.java: Ditto.
          * gnu/java/rmi/server/UnicastRemoteCall.java: Ditto.
      
      2002-02-14  Mark Wielaard <mark@klomp.org>
      
          Thanks to Takashi Okamoto
          * java/util/Arrays.java (ArrayList.indexOf()): this.equals().
          * java/util/Arrays.java (ArrayList.lastIndexOf()): Likewise.
          * java/util/WeakHashMap.java (WeakEntry.getEntry()): this.get().
      
      From-SVN: r49778
      Mark Wielaard committed
    • combine.c (known_cond): After replacing the REG of a SUBREG, try to simplify it. · 9a360704
      * combine.c (known_cond): After replacing the REG of a SUBREG, try
      to simplify it.
      
      From-SVN: r49775
      Alexandre Oliva committed
    • function.c (assign_parms): Demote promoted argument passed by transparent reference. · 4606272b
      * function.c (assign_parms): Demote promoted argument passed by
      transparent reference.
      
      From-SVN: r49774
      Alexandre Oliva committed
    • atomicity.h: Corrected for RTEMS targets which do not have a CAS instruction. · 0b46224d
      2001-02-14	Joel Sherrill <joel@OARcorp.com>
      
      	* config/cpu/m68k/bits/atomicity.h: Corrected for RTEMS targets which
      	do not have a CAS instruction.
      
      From-SVN: r49772
      Joel Sherrill committed
    • rtems-elf.h, rtems.h: Removed redundant -Acpu() and -Amachine() to eliminate warnings. · e62d89a1
      2001-02-14	Joel Sherrill <joel@OARcorp.com>
      
      	* config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
      	-Acpu() and -Amachine() to eliminate warnings.
      
      From-SVN: r49771
      Joel Sherrill committed