1. 20 Apr, 2006 6 commits
  2. 19 Apr, 2006 16 commits
  3. 18 Apr, 2006 16 commits
  4. 17 Apr, 2006 2 commits
    • re PR libgcj/27171 (UTF8 PrintWriter goes haywire) · dff81d4f
      	PR libgcj/27171:
      	* testsuite/libjava.lang/pr27171.java: New file.
      	* testsuite/libjava.lang/pr27171.out: New file.
      	* gnu/gcj/convert/Output_UTF8.java (havePendingBytes): Return
      	true if we've seen a high surrogate.
      	(write): Handle high surrogates at the end of the stream.
      	Properly emit isolated low surrogates.
      
      From-SVN: r113013
      Tom Tromey committed
    • dwarf2out.c (free_AT): Delete. · e26303c2
      	* dwarf2out.c (free_AT): Delete.
      	(remove_AT): Update string ref counts.
      	(remove_child_TAG): Don't call free_die.
      	(free_die): Delete.
      	(break_out_includes): Don't call free_die on DW_TAG_GNU_BINCL
      	or DW_TAG_GNU_EINCL.
      	(prune_unused_types_walk_attribs): Reset string refcounts.
      	(prune_unused_types_update_strings): New.
      	(prune_unused_types_prune): Don't make unnecessary stores.  Don't
      	call free_die.  Do call prune_unused_types_update_strings.
      	(prune_unused_types): Empty debug_str_hash.
      
      From-SVN: r113012
      Geoffrey Keating committed