1. 23 Feb, 2002 5 commits
    • [multiple changes] · e72247f4
      2002-02-23  David Edelsohn  <edelsohn@gnu.org>
      
              * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
              gpc_reg_operand constraint.
      
      2002-02-23  Alan Modra  <amodra@bigpond.net.au>
      
              * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
              Simplify comparison of `low'.
              (add_operand): Fix formatting.
              (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
              (rs6000_stack_info): Remove redundant test setting push_p.
              (output_toc): Fix formatting.
              * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
              cc_reg_not_cr0_operand constraint.
              (booldi3, boolcdi3 splitters): Same.
      
      From-SVN: r49983
      David Edelsohn committed
    • altivec.h: Add extra level of parentheses on casts. · a5c30531
      2002-02-23  Aldy Hernandez  <aldyh@redhat.com>
      
              * altivec.h: Add extra level of parentheses on casts.
      
      From-SVN: r49982
      Aldy Hernandez committed
    • re PR java/2369 (--main should check the following symbol) · d2fb5329
      	Fix for PR java/2369:
      	* jvspec.c (verify_class_name): New function.
      	(lang_specific_driver): Call it.
      	(JAVA_START_CHAR_P): New macro.
      	(JAVA_PART_CHAR_P): Likewise.
      
      From-SVN: r49981
      Tom Tromey committed
    • URL.java (getPath): New JDK 1.3 method. · 9abe2e29
      
      	* java/net/URL.java (getPath):  New JDK 1.3 method.
      
      	* java/net/URLStreamHandler.java (parseURL):
      	It is wrong to prepend '/' to the file part of a relative url.
      
      	* java/net/URLStreamHandler.java (parseURL):
      	Minor optizations - append '/' rather than "/".
      
      	* java/net/URLStreamHandler.java (parseURL):
      	Don't canonicalize "xx/.." or "./" URLs - JDK doesn't.
      	We probably should canonicalize for a context-relative url, though.
      	* java/net/URL.java (sameFile):  Delegate to URLStreamHandler.
      	* java/net/URLStreamHandler.java (canonicalizeFilename):  New helper.
      	(sameFile):  New method.  Uses canonicalizeFilename.
      
      From-SVN: r49980
      Per Bothner committed
    • gcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -shared-libgcc. · 43710f9f
              * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
              gcc invoked with -shared-libgcc.
      
      From-SVN: r49979
      David Edelsohn committed
  2. 22 Feb, 2002 27 commits
  3. 21 Feb, 2002 8 commits