1. 12 Mar, 2004 9 commits
    • re PR bootstrap/14522 (Bad sed command in the configure script) · 79b4b7d2
      2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
                  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/14522
      	* configure.in: Cope with shells that do not support unquoted ^
      	* configure: Regenerate.
      
      Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
      
      From-SVN: r79380
      Eric Botcazou committed
    • DateFormatSymbols.java: Fixed file name in copyright. · 9eacb73b
      2004-03-12  Michael Koch  <konqueror@gmx.de>
      
      	* java/text/DateFormatSymbols.java: Fixed file name in copyright.
      
      From-SVN: r79379
      Michael Koch committed
    • tm.texi (registers): Add entry for REGMODE_NATURAL_SIZE. · ca0b6e3b
      	* doc/tm.texi (registers) <Values in Registers>: Add
      	entry for REGMODE_NATURAL_SIZE.
      
      From-SVN: r79377
      Eric Botcazou committed
    • re PR target/14547 (Passing _Complex long double does not follow the ABI) · 42ba5130
              PR target/14547
              * target.h (struct gcc_target): Move calls substructure before
              booleans.  Add split_complex_arg.
              * function.c (assign_parms, split_complex_args): Use it.
              * calls.c (expand_call): Likewise.
              (split_complex_values): Likewise.  Check for splittable types
              before allocating memory.
              (split_complex_types): Likewise.
              * system.h (SPLIT_COMPLEX_ARGS): Poison.
              * expr.h (SPLIT_COMPLEX_ARGS): Remove.
              * target-def.h (TARGET_SPLIT_COMPLEX_ARG): New.
              * config/alpha/alpha.c (alpha_split_complex_arg): New.
              (TARGET_SPLIT_COMPLEX_ARG): New.
              * config/alpha/alpha.h (SPLIT_COMPLEX_ARGS): Remove.
              * config/rs6000/rs6000.c (TARGET_SPLIT_COMPLEX_ARG): New.
              (rs6000_override_options): Zap it for non-AIX.
              (rs6000_function_value): Use targetm.calls.split_complex_arg.
              * config/rs6000/rs6000.h (SPLIT_COMPLEX_ARGS): Remove.
              * config/xtensa/xtensa.c (TARGET_SPLIT_COMPLEX_ARG): New.
              * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Remove.
              * doc/tm.texi (TARGET_SPLIT_COMPLEX_ARG): Modify from old
              SPLIT_COMPLEX_ARGS entry.
      
      From-SVN: r79376
      Richard Henderson committed
    • [multiple changes] · ac011d28
      2004-03-12  Ito Kazumitsu  <ito.kazumitsu@hitachi-cable.co.jp>
      
      	* java/net/URI.java (toURL): Implemented.
      
      2004-03-12  Ito Kazumitsu  <ito.kazumitsu@hitachi-cable.co.jp>
      
      	* java/net/URI.java
      	(URI_REGEXP) updated to contain scheme specific part.
      	(SCHEME_SPEC_PART_GROUP) new constant.
      	(AUTHORITY_GROUP, PATH_GROUP, QUERY_GROUP, FRAGMENT_GROUP)
      	updated to make room for SCHEME_SPEC_PART_GROUP.
      	(parseURI) parse scheme specific part.
      	(resolve, isAbsolute, isOpaque, getRawSchemeSpecificPart,
      	getSchemeSpecificPart, getAuthority, getUserInfo, getPath,
      	getQuery, getFragment) implemented.
      
      2004-03-12  Dalibor Topic  <robilad@kaffe.org>
      
      	* libraries/javalib/java/net/URI.java
      	partially implemented using java.util.regex.
      	(URI_REGEXP) new constant. Used to parse URIs.
      	(SCHEME_GROUP) new constant representing index of scheme group
      	in parsed URI.
      	(AUTHORITY_GROUP) new constant representing index of authority
      	group in parsed URI.
      	(PATH_GROUP) new constant representing index of path group in
      	parsed URI.
      	(QUERY_GROUP) new constant representing index of query group in
      	parsed URI.
      	(FRAGMENT_GROUP) new constant representing index of fragment
      	group in parsed URI.
      	(getURIGroup) new static utility method.
      	(parseURI) implemented.
      	(quote) stub for new static utility method.
      	(quoteAuthority) stub for new static utility method.
      	(quoteHost) stub for new static utility method.
      	(quotePath) stub for new static utility method.
      	(quoteUserInfo) stub for new static utility method.
      	(URI) implemented.
      	(create) don't throw URISyntaxException. Implemented.
      	(toString) implemented.
      
      From-SVN: r79375
      Michael Koch committed
    • 2004-03-12 Michael Koch <konqueror@gmx.de> · 75e0f3fe
      	* java/net/HttpURLConnection.java
      	(getResponseCode): Fix another typo in javadoc.
      
      From-SVN: r79374
      Michael Koch committed
    • alpha.c (xfloating_ops, [...]): New. · 75959f0a
              * config/alpha/alpha.c (xfloating_ops, vax_cvt_ops): New.
              (alpha_lookup_xfloating_lib_func): Use them, return rtx.
              (alpha_emit_xfloating_arith): Update to match.
              (alpha_emit_xfloating_compare): Likewise.
              (alpha_emit_xfloating_cvt): Likewise.
              (alpha_emit_xfloating_libcall): Take already built symbol,
              mark call const.
              * config/alpha/alpha.md (extendsftf2, extenddftf2): Take
              op1 in a register.
      
      From-SVN: r79371
      Richard Henderson committed
    • ballocator_doc.txt: New file. · 009368db
      2004-03-11  Dhruv Matani  <dhruvbird@HotPOP.com>
      
      	* docs/html/ext/ballocator_doc.txt: New file.
      	* include/Makefile.am (ext_headers): Add
      	${ext_srcdir}/bitmap_allocator.h .
      	* include/Makefile.in: Regenerate (by hand, since I didn't have
      	automake de jure on hand).
      	* include/ext/bitmap_allocator.h: New file.
      	* testsuite/performance/20_util/allocator/list_sort_search.cc: New test.
      	* testsuite/performance/20_util/allocator/map_mt_find.cc: Likewise.
      	* testsuite/performance/20_util/allocator/producer_consumer.cc: Add
      	test for the bitmap_allocator<>.
      	* testsuite/performance/20_util/allocator/insert.cc: Likewise.
      	* testsuite/performance/20_util/allocator/insert_insert.cc: Likewise.
      	* testsuite/performance/20_util/allocator/map_thread.cc: Likewise.
      
      From-SVN: r79366
      Dhruv Matani committed
    • Daily bump. · a8dad789
      From-SVN: r79357
      GCC Administrator committed
  2. 11 Mar, 2004 31 commits