1. 30 Mar, 2005 21 commits
  2. 29 Mar, 2005 19 commits
    • natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs. · 5ef0d62f
      libjava:
      	* java/lang/natRuntime.cc (insertSystemProperties): Set
      	gnu.gcj.runtime.endorsed.dirs.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (ordinary_java_source_files): Added
      	HelperClassLoader.java.
      	(AM_CXXFLAGS): Define GCJ_ENDORSED_DIRS.
      	* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Extends
      	HelperClassLoader.
      	(init): Use addDirectoriesFromProperty.
      	* gnu/gcj/runtime/BootClassLoader.java (BootClassLoader): Extends
      	HelperClassLoader.  Use addDirectoriesFromProperty.  Handle
      	gnu.gcj.runtime.endorsed.dirs.
      	* gnu/gcj/runtime/HelperClassLoader.java: New file.
      gcc/java:
      	* gcj.texi (libgcj Runtime Properties): Document
      	gnu.gcj.runtime.endorsed.dirs.
      
      From-SVN: r97212
      Tom Tromey committed
    • re PR tree-optimization/19108 (ICE initializing arrays) · 0e2ea9b8
              PR tree-opt/19108
              * tree-sra.c (generate_element_init_1): Handle RANGE_EXPR.
      
      From-SVN: r97211
      Richard Henderson committed
    • Makefile.am (GCJ_WITH_FLAGS): Add "-fclasspath=". · c5c71319
      	* external/sax/Makefile.am (GCJ_WITH_FLAGS): Add "-fclasspath=".
      	* external/sax/Makefile.in: Rebuild.
      	* external/w3c_dom/Makefile.am (GCJ_WITH_FLAGS): Add
      	"-fclasspath=".
      	* external/w3c_dom/Makefile.in: Rebuild.
      
      From-SVN: r97210
      Ian Lance Taylor committed
    • builtin-types.def, [...]: Update copyright. · 5f996627
      	* builtin-types.def, c-convert.c, c-format.c, ddg.c, debug.c,
      	debug.h, et-forest.c, et-forest.h, gcov.c, rtl-profile.c,
      	rtlhooks-def.h, rtlhooks.c, sdbout.c, tree-inline.h,
      	tree-profile.c, tsystem.h, value-prof.h: Update copyright.
      
      From-SVN: r97209
      Kazu Hirata committed
    • mips.c (mips_gimplify_va_arg_expr): Update for truthvalue conversion removal. · 2f1de187
      2005-03-29  Eric Christopher  <echristo@redhat.com>
      
      	* config/mips/mips.c (mips_gimplify_va_arg_expr): Update for
      	truthvalue conversion removal.
      
      From-SVN: r97208
      Eric Christopher committed
    • natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs. · dc0a6205
      libjava:
      	* java/lang/natRuntime.cc (insertSystemProperties): Set
      	gnu.gcj.runtime.endorsed.dirs.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (ordinary_java_source_files): Added
      	HelperClassLoader.java.
      	(AM_CXXFLAGS): Define GCJ_ENDORSED_DIRS.
      	* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Extends
      	HelperClassLoader.
      	(init): Use addDirectoriesFromProperty.
      	* gnu/gcj/runtime/BootClassLoader.java (BootClassLoader): Extends
      	HelperClassLoader.  Use addDirectoriesFromProperty.  Handle
      	gnu.gcj.runtime.endorsed.dirs.
      	* gnu/gcj/runtime/HelperClassLoader.java: New file.
      gcc/java:
      	* gcj.texi (libgcj Runtime Properties): Document
      	gnu.gcj.runtime.endorsed.dirs.
      
      From-SVN: r97207
      Tom Tromey committed
    • re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at rtlanal.c:3042) · aa80f4d1
      PR middle-end/20491
      * gcc.dg/torture/asm-subreg-1.c: New test.
      
      From-SVN: r97204
      Alexandre Oliva committed
    • * de.po: Update. · 9c098ecd
      From-SVN: r97202
      Joseph Myers committed
    • [multiple changes] · 8d06274e
      2005-03-26  Chris Burdess  <dog@gnu.org>
      
      	* gnu/xml/dom/DomNode.java (notifyNode): grow listener array as
      	required.
      
      2005-03-13  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/xml/aelfred2/XmlParser.java: Fixed typo.
      
      2005-03-11  Chris Burdess  <dog@gnu.org>
      
      	* gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI
      	warnings.
      
      2005-02-27  Chris Burdess  <dog@gnu.org>
      
      	* gnu/xml/aelfred2/JAXPFactory.java,
      	gnu/xml/aelfred2/SAXDriver.java,
      	gnu/xml/aelfred2/XmlParser.java,
      	gnu/xml/aelfred2/XmlReader.java: Applied GNU Classpath source code
      	formatting conventions. Replaced arrays of Object with struct-like
      	classes for easier maintainability. Made SAXDriver.stringInterning
      	package private to allow access from XmlParser inside the loop without
      	a method call overhead.
      
      2005-03-11  Chris Burdess  <dog@gnu.org>
      
      	* gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI
      	warnings.
      
      From-SVN: r97200
      Tom Tromey committed
    • re PR bootstrap/14316 (collect2 doesnt build on windows hosts) · 1fff69c9
      	PR bootstrap/14316
      	* collect2.c: Never include <vfork.h>.
      	(VFORK_STRING, vfork): Don't define.
      	(pid): Remove global variable.
      	(handler): Call raise instead of kill (getpid(), ...).
      	(collect_wait): Add pex parameter.  Change all callers.  Use
      	pex_get_status rather than pwait.
      	(do_wait): Add pex parameter.  Change all callers.
      	(collect_execute): Return struct pex_obj * rather than void.  Use
      	pex routines rather than pexecute.
      	(fork_execute): Get pex_obj from collect_execute, and pass it to
      	do_wait.
      	(scan_prog_file): Use pex routines rather than pipe/vfork/exec.
      	Only declare quit_handler if SIGQUIT is defined.
      	(scan_libraries): Likewise.
      	* collect2.h (collect_execute): Update declaration.
      	(collect_wait): Update declaration.
      	* tlink.c (tlink_execute): Get pex_obj from collect_execute, and
      	pass it to collect_wait.
      
      From-SVN: r97199
      Ian Lance Taylor committed
    • re PR c/20672 (New C parser doesn't check whether functions that end files are closed properly) · d1edc393
      	PR c/20672
      	* c-parser.c (c_parser_compound_statement_nostart): Give error
      	message for EOF instead of just setting parser->error.
      
      testsuite:
      	* gcc.dg/pr20672-1.c: New test.
      
      From-SVN: r97197
      Joseph Myers committed
    • * libiberty.h: Fix indentation. · 0fd20f36
      From-SVN: r97196
      Ian Lance Taylor committed
    • tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed. · 3ce66cf1
              * tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed.
              (slpeel_update_phi_nodes_for_guard1): New function.
              (slpeel_update_phi_nodes_for_guard2): New function.
              (slpeel_tree_peel_loop_to_edge): Call above new functions instead
              of slpeel_update_phi_nodes_for_guard.
              (vectorize_loops): Remove call to loop_closed_rewrite.
              * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Remove
              assertion.
      
      From-SVN: r97195
      Dorit Naishlos committed
    • little.h (TARGET_ENDIAN_DEFAULT): Delete. · 97b73103
      	* config/m32r/little.h (TARGET_ENDIAN_DEFAULT): Delete.
      	(TARGET_LITTLE_ENDIAN): New macro.
      	* config/m32r/m32r.h (SUBTARGET_SWITCHES, target_flags)
      	(TARGET_RELAX_MASK, TARGET_DEBUG_MASK, TARGET_DEBUG)
      	(TARGET_ALIGN_LOOPS_MASK, TARGET_ALIGN_LOOPS)
      	(TARGET_LOW_ISSUE_RATE_MASK, TARGET_LOW_ISSUE_RATE)
      	(TARGET_BRANCH_COST_MASK, TARGET_BRANCH_COST, TARGET_M32RX_MASK)
      	(TARGET_M32RX, TARGET_M32R2_MASK, TARGET_M32R2, LITTLE_ENDIAN_BIT)
      	(TARGET_ENDIAN_DEFAULT, SUBTARGET_SWITCHES, TARGET_DEFAULT)
      	(TARGET_SWITCHES, m32r_model_string, m32r_sdata_string)
      	(m32r_cache_flush_trap_string, SUBTARGET_OPTIONS)
      	(TARGET_OPTIONS): Delete.
      	(M32R_MODEL_DEFAULT, M32R_SDATA_DEFAULT): Turn into enums.
      	(CACHE_FLUSH_TRAP): Turn into an integer.
      	(TARGET_LITTLE_ENDIAN): Define to 0 by default.
      	(INITIALIZE_TRAMPOLINE): Check m32r_cache_trap >= 0 to see if
      	-mflush-trap is in use.
      	* config/m32r/m32r.c (m32r_model_string, m32r_sdata_string)
      	(m32r_cache_flush_trap_string): Delete.
      	(m32r_model) Initialize to M32R_MODEL_DEFAULT.
      	(m32r_sdata): Likewise M32R_SDATA_DEFAULT.
      	(m32r_cache_trap): Likewise CACHE_FLUSH_TRAP.
      	(TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
      	(m32r_handle_option): New function.  Move -mflush-trap=, -mflush-func=,
      	-mmodel= and -msdata= handling from...
      	(m32r_init): ...here.
      	* config/m32r/m32r.opt: New file.
      
      From-SVN: r97194
      Richard Sandiford committed
    • Resync · 5db8bc34
      From-SVN: r97192
      Arnaud Charlet committed
    • decl.c (gnat_to_gnu_entity): Rework comment. · 1197b8ba
      2005-03-29  Eric Botcazou  <ebotcazou@adacore.com>
      
      	* decl.c (gnat_to_gnu_entity) <E_Variable>: Rework comment.
      	* trans.c (tree_transform) <N_Identifier>: Use correct predicates.
      
      From-SVN: r97191
      Eric Botcazou committed
    • sem_util.ads: Minor reformatting · bf7c85c9
      2005-03-29  Robert Dewar  <dewar@adacore.com>
      
      	* sem_util.ads: Minor reformatting
      	* gnat_rm.texi: Minor editing.
      
      From-SVN: r97190
      Robert Dewar committed
    • cio.c: Undefine putchar and getchar for VTHREADS: incompatible with VxWorks 653 1.4 · 74a20253
      2005-03-29  Ed Falis  <falis@adacore.com>
      
      	* cio.c: Undefine putchar and getchar for VTHREADS: incompatible with
      	VxWorks 653 1.4
      
      From-SVN: r97189
      Ed Falis committed
    • a-direct.ads, [...] (Start_Search): Free allocated search buffer if an exception is raised. · adb76d07
      2005-03-29  Robert Dewar  <dewar@adacore.com>
      
      	* a-direct.ads, a-direct.adb (Start_Search): Free allocated search
      	buffer if an exception is raised.
      
      From-SVN: r97188
      Robert Dewar committed