Skip to content
Snippets Groups Projects
  1. Jan 11, 1999
  2. Jan 10, 1999
  3. Jan 09, 1999
    • Kaveh R. Ghazi's avatar
      gcc.c (xstrerror): Renamed from my_strerror. · ed35cf6e
      Kaveh R. Ghazi authored
              * gcc.c (xstrerror): Renamed from my_strerror.  All callers
              changed.  Remove prototype since we get that from libiberty.h.
              * protoize.c (xstrerror): Likewise.
      
      From-SVN: r24605
      ed35cf6e
    • Kaveh R. Ghazi's avatar
      Warning fixes: · 22d9f2cf
      Kaveh R. Ghazi authored
              * gcc.c (read_specs): Ensure format specifiers match their arguments.
      
      From-SVN: r24604
      22d9f2cf
    • Richard Henderson's avatar
      tree.c (copy_node): Oops. · c2c41b7e
      Richard Henderson authored
              * tree.c (copy_node): Oops.  That would be copy not zero
              in that last change.
      
      From-SVN: r24603
      c2c41b7e
    • Richard Henderson's avatar
      Update copyright. · 1f508016
      Richard Henderson authored
      From-SVN: r24602
      1f508016
    • Richard Henderson's avatar
      Remove now-unused variables. · 42cb11fc
      Richard Henderson authored
      From-SVN: r24601
      42cb11fc
    • Michael Hayes's avatar
      c4x.c: Include system.h. · 5e6a42d9
      Michael Hayes authored
      	* config/c4x/c4x.c: Include system.h.
       	(c4x_caller_save_map): Disable caller save for RC.
      	(c4x_optimization_options): Disable scheduling before reload.
      	(valid_parallel_load_store) : Define return type as int.
      	Remove unused variable regs.
      	* config/c4x/c4x.h (REGISTER_MOVE_COST): Make independent of register
      	class.
      	* config/c4x/c4x.md (rotlqi3, rotrqi3): Fix up emitted RTL to
      	handle rotations.
      	(*db, decrement_and_branch_until_zero): Fix up constraints
      	to keep reload happy.
      
      From-SVN: r24600
      5e6a42d9
    • Richard Henderson's avatar
      tree.c (make_node): Call bzero instead of inline clear. · dfa27ef1
      Richard Henderson authored
              * tree.c (make_node): Call bzero instead of inline clear.
              (copy_node, make_tree_vec, build1): Likewise.
              (get_identifier): Call strlen instead of inline count.
              (maybe_get_identifier): Likewise.
      
      From-SVN: r24599
      dfa27ef1
    • Michael Hayes's avatar
      c4x.md: (in_annul_slot_3): Allow unarycc and binarycc operations in 3rd annulled delay slot. · dfb31eec
      Michael Hayes authored
      	* config/c4x/c4x.md: (in_annul_slot_3): Allow unarycc and binarycc
      	operations in 3rd annulled delay slot.
      	(*lshrqi3_const_set): Disallow c constraint for operand0.
      	(modhi3+1, modhi3+2): Set attribute type to multi.
      	* config/c4x/c4x.c (c4x_S_constraint): Removed space in middle of
      	!= operator.
      
      From-SVN: r24592
      dfb31eec
    • Robert Lipe's avatar
      Another attempt to get tm-dwarf2.h onto the TRUNK instead of the fixinc-branch. · 377d4316
      Robert Lipe authored
      Another attempt to get tm-dwarf2.h onto the TRUNK instead of the
      fixinc-branch.
      * configure.in: New flag --with-dwarf2.   If set, enables DWARF-2
      debugging as default.
      * config/tm-dwarf2.h: New file.
      
      From-SVN: r24581
      377d4316
    • Per Bothner's avatar
      parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR... · fe053cfc
      Per Bothner authored
      parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (since that trashes TREE_CST_RTL).
      
      	
      	* parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
      	on CONSTRUCTOR (since that trashes TREE_CST_RTL).
      	(patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
      	(register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
      	CONSTRUCTOR (which causes expand_expr to call output_constant_def).
      	* expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
      
      From-SVN: r24580
      fe053cfc
    • Per Bothner's avatar
      parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR... · ef0fec06
      Per Bothner authored
      parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (since that trashes TREE_CST_RTL).
      
      �
      	* parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
      	on CONSTRUCTOR (since that trashes TREE_CST_RTL).
      	(patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
      	(register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
      	CONSTRUCTOR (which causes expand_expr to call output_constant_def).
      	* expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
      
      From-SVN: r24579
      ef0fec06
    • Per Bothner's avatar
      parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR... · 5bba4807
      Per Bothner authored
      parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (since that trashes TREE_CST_RTL).
      
      d
      	* parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
      	on CONSTRUCTOR (since that trashes TREE_CST_RTL).
      	(patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
      	(register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
      	CONSTRUCTOR (which causes expand_expr to call output_constant_def).
      	* expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
      
      From-SVN: r24578
      5bba4807
    • Kaveh R. Ghazi's avatar
      gansidecl.h: Allow attribute unused on labels only when we are version 2.93 or higher. · a6b1d0a7
      Kaveh R. Ghazi authored
              * gansidecl.h: Allow attribute unused on labels only when we are
              version 2.93 or higher.  Not all versions of 2.92 have this feature.
              * version.c: Bump minor number to 93.
      
      From-SVN: r24577
      a6b1d0a7
    • Jeff Law's avatar
      Daily bump. · 2259ab56
      Jeff Law authored
      From-SVN: r24576
      2259ab56
  4. Jan 08, 1999
  5. Jan 07, 1999
Loading