1. 19 Jan, 2000 26 commits
  2. 18 Jan, 2000 14 commits
    • alpha-protos.h: PROTO -> PARAMS. · f6da8bc3
              * alpha-protos.h: PROTO -> PARAMS.
              * alpha.c: Likewise.
              * elf.h: Likewise.
              * h8300.c: Likewise.
              * i386-protos.h: Likewise.
              * i386.c: Likewise.
              * m32r-protos.h: Likewise.
              * m32r.c: Likewise.
              * mips.c: Likewise.
              * mips.md: Likewise.
              * gmon-sol2.c: Likewise.
              * sparc.c: Likewise.
      
      From-SVN: r31495
      Kaveh R. Ghazi committed
    • ns32k-protos.h: New file. · fabf04b6
              * ns32k-protos.h: New file.
      
              * ns32k.c: Fix compile time warnings.
      
              * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
              warnings.
      
              * ns32k.md: Likewise.
      
      From-SVN: r31494
      Kaveh R. Ghazi committed
    • vax-protos.h: New file. · 2fd58acb
              * vax-protos.h: New file.
      
              * vax.c: Fix compile time warnings.
      
              * vax.h: Move prototypes to vax-protos.h.  Fix compile time
              warnings.
      
              * vax.md: Likewise.
      
              * vaxv.md: Likewise.
      
      From-SVN: r31493
      Kaveh R. Ghazi committed
    • romp-protos.h: New file. · 13d516d9
              * romp-protos.h: New file.
      
              * romp.c: Fix compile time warnings.
      
              * romp.h: Move prototypes to romp-protos.h.  Fix compile time
              warnings.
      
              * romp.md: Likewise.
      
      From-SVN: r31492
      Kaveh R. Ghazi committed
    • we32k-protos.h: New file. · 253f1045
              * we32k-protos.h: New file.
      
              * we32k.c: Fix compile time warnings.
      
              * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
              warnings.
      
      From-SVN: r31491
      Kaveh R. Ghazi committed
    • calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED. · 962f1324
              * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
      
              * except.c (eh_regs): Likewise.
      
              * final.c (output_operand): Likewise.
      
              * fold-const.c (target_isinf, target_isnan): Likewise.
      
      From-SVN: r31490
      Kaveh R. Ghazi committed
    • i386.h (BIGGEST_ALIGNMENT): Set to 128. · 17f24ff0
      	* i386.h (BIGGEST_ALIGNMENT): Set to 128.
      	(BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
      
      From-SVN: r31489
      Jan Hubicka committed
    • i386.md (memstr): Do not use rep stosb for counts divisible by 4 when optimize_size. · e2e52e1b
      	* i386.md (memstr): Do not use rep stosb for counts divisible by 4
      	when optimize_size.
      	(clrstrsi): Rewrite.
      	(strsethi, strsetqi): New expanders.
      	(strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
      	(cmpstrsi): Emit compare insn before cmpstrsi_1
      	(cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
      	(strlensi_1): Likewise.
      	(cmpstrsi_1): Likewise; do not output compare.
      	(strlen expander): Do not unroll when optimizing for size.
      	(*subsi3_carry): Rename to subsi3_carry
      	(addqi3_cc): New pattern.
      	* i386.h (processor_costs): Add move_ratio field.
      	(MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
      	* i386.c (*_cost): Set move_ratio.
      	(x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
      	(x86_expand_strlensi_1): Rewrite the main loop.
      
      From-SVN: r31488
      Jan Hubicka committed
    • name-finder.cc (lookup): Check for dladdr function. · b9f243c2
      2000-01-18  Andrew Haley  <aph@cygnus.com>
      
      	* name-finder.cc (lookup): Check for dladdr function.
      	acconfig.h (HAVE_DLADDR): Add.
      	configure.in: Check for HAVE_DLADDR
      	configure: Rebuilt.
      	include/config.h.in:  Rebuilt.
      
      From-SVN: r31487
      Andrew Haley committed
    • prims.cc (_Jv_RunMain): Set the name of this executable. · 04476544
      2000-01-17  Andrew Haley  <aph@cygnus.com>
      
      	* prims.cc (_Jv_RunMain): Set the name of this executable.
      
      From-SVN: r31486
      Andrew Haley committed
    • cp-tree.h (get_tinfo_fn_dynamic): Remove prototype. · e5f614d7
      	* cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
      	(build_x_typeid): Likewise.
      	(get_tinfo_fn): Likewise.
      	(get_tinfo_fn_unused): Rename to ...
      	(get_tinfo_decl): ... here.
      	* rtti.c (build_headof): Replace logic error with assertion.
      	(get_tinfo_fn_dynamic): Rename to ...
      	(get_tinfo_decl_dynamic): ... here. Make static. Use
      	complete_type_or_else.
      	(build_x_typeid): Move into ...
      	(build_typeid): ... here. Adjust call to
      	get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
      	throw_bad_typeid expression.
      	(get_tinfo_fn_unused): Rename to ...
      	(get_tinfo_decl): ... here. Adjust comment.
      	(get_tinfo_fn): Delete.
      	(tinfo_from_decl): New static function.
      	(get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
      	(get_typeid): Use complete_type_or_else.
      	(build_dynamic_cast_1): Adjust calls to
      	get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
      	* parse.y (primary): Adjust call to build_typeid.
      	* except.c (build_eh_type_type_ref): Adjust call to
      	get_tinfo_decl. Mark as used.
      	* class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
      	* decl2.c (build_expr_from_tree): Adjust call to build_typeid.
      	* parse.c: Regenerated.
      
      From-SVN: r31485
      Nathan Sidwell committed
    • Daily bump. · c399e76d
      From-SVN: r31484
      Jeff Law committed
    • natThrowable.cc (fillInStackTrace): Return `this' even when backtrace can't be computed. · d269d25c
      	* java/lang/natThrowable.cc (fillInStackTrace): Return `this' even
      	when backtrace can't be computed.
      
      From-SVN: r31483
      Tom Tromey committed
    • configure: Rebuilt. · 4f5a5d5c
      	* configure: Rebuilt.
      	* configure.in: Fixed typo in AC_CONFIG_SUBDIRS call.
      
      From-SVN: r31482
      Tom Tromey committed