1. 25 Oct, 2000 8 commits
  2. 24 Oct, 2000 13 commits
  3. 23 Oct, 2000 14 commits
  4. 22 Oct, 2000 5 commits
    • cp-demangle.c (string_list_def): Add caret_position and comments. · 0870bfd6
      	* cp-demangle.c (string_list_def): Add caret_position and comments.
      	(result_caret_pos): New macro.
      	(result_append_string): Rename to...
      	(result_add_string): ... this, and insert at caret position.
      	Rename throughout.
      	(result_append): Rename to...
      	(result_add): ... this, and insert at caret position.  Rename
      	throughout.
      	(result_append_char): Rename to...
      	(result_add_char): ... this, and insert at caret position.  Rename
      	throughout.
      	(result_append_space): Remove.
      	(string_list_new): Initialize caret position.
      	(result_add_separated_char): Use caret position.
      	(result_get_caret): New funtion.
      	(result_set_caret): Likewise.
      	(result_shift_caret): Likewise.
      	(result_previous_char_is_space): Likewise.
      	(substitution_start): Use caret position.
      	(substitution_add): Likewise.
      	(demangling_new): Initialize caret position.
      	(demangle_encoding): Use caret position.
      	(demanglin_nested_name): Put CV qualifiers after name.
      	(demangle_type_ptr): Use switch statement.  Handle pointers to
      	arrays.  Don't use result_append_space.  Use caret position.
      	(demangle_type): Emit CV qualifiers after underlying type.  Adjust
      	call to demangle_array_type.
      	(demangle_array_type): Add parameter to handle pointers to arrays.
      
      From-SVN: r37011
      Alex Samuel committed
    • libgcc-std.ver (__addvsi3, [...]): New functions. · ae4bd622
       * libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
              __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
              New functions.
      
      From-SVN: r37010
      Chandrakala Chavva committed
    • call.c (build_conditional_expr): Use ocp_convert to force rvalue conversion. · db5ae31b
              * call.c (build_conditional_expr): Use ocp_convert to force
              rvalue conversion.
      
      From-SVN: r37009
      Jason Merrill committed
    • calls.c (combine_pending_stack_adjustment_and_call): Don't adjust stack when… · 3e555c7d
      calls.c (combine_pending_stack_adjustment_and_call): Don't adjust stack when unadjusted_alignment ends up as zero.
      
      * calls.c (combine_pending_stack_adjustment_and_call): Don't
      adjust stack when unadjusted_alignment ends up as zero.
      
      From-SVN: r37008
      Alexandre Oliva committed
    • genfixes: Remove EGCS reference. · 99bdaa68
      	* fixinc/genfixes: Remove EGCS reference.
      	* install.texi: Remove EGCS reference.
      	* INSTALL: Regenerate.
      
      From-SVN: r37007
      Joseph Myers committed