1. 30 Jul, 2000 25 commits
  2. 29 Jul, 2000 6 commits
  3. 28 Jul, 2000 9 commits
    • ObjectOutputStream.java (writeObject): Per spec, call NotSerializableException… · 2dacb3e9
      ObjectOutputStream.java (writeObject): Per spec, call NotSerializableException with just the class name.
      
      	* java/io/ObjectOutputStream.java (writeObject): Per spec, call
      	NotSerializableException with just the class name.
      
      From-SVN: r35325
      Warren Levy committed
    • ia64.c (ia64_print_operand): Fix typos. · 08012cda
              * config/ia64/ia64.c (ia64_print_operand): Fix typos.
              Sign extend mode size before negating.
      
      From-SVN: r35324
      Richard Henderson committed
    • libtool.m4, [...]: New files from the libtool CVS tree multi-language branch. · 4f4caf92
      
      2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
      
              * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
      	the libtool CVS tree multi-language branch.
      	* ltconfig, ltmain.sh: Updated.
      
      From-SVN: r35323
      Alexandre Oliva committed
    • acinclude.m4: Include ../libtool.m4. · 3df64633
      
      
      
      
      2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
      
      	* acinclude.m4: Include ../libtool.m4.
      	* aclocal.m4, configure: Rebuilt.
      
      From-SVN: r35322
      Alexandre Oliva committed
    • cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY. · 4b983fdc
      	* cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
      	(cse_insn): Likewise.
      	(addr_affects_sp_p): Likewise.
      	* expr.c (move_by_pieces): Likewise.
      	(clear_by_pieces): Likewise.
      	* gcse.c (oprs_unchanged_p): Likewise.
      	* haifa-sched.c (sched_analyze_2): Likewise.
      	* recog.c (offsettable_address_p): Likewise.
      	* regclass.c (record_address_regs): Likewise.
      	* reload.c (find_reusable_reload): Likewise.
      	(push_reload): Likewise.
      	(operands_match_p): Likewise.
      	(decompose): Likewise.
      	(find_reloads_address_1): Likewise.
      	(find_inc_amount): Likewise.
      	* reload1.c (elimination_effects): Likewise.
      	* resource.c (mark_set_resources): Likewise.
      	* flow.c (attempt_auto_inc): New function; mostly broken out
      	of find_auto_inc.
      	(find_auto_inc): Split into two functions and enhanced to
      	generate POST_MODIFY.
      	* rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
      	* rtl.h (count_all_occurrences):  Declare.
      	(HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
      	defined.
      	* rtlanal.c (count_all_occurrences): New function.
      	* tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
      	HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
      
      	* config/ia64/ia64-protos.h (destination_operand): Declare.
      	* config/ia64/ia64.c (destination_operand): New function.
      	(ia64_print_operand): Handle POST_MODIFY.
      	(rtx_needs_barrier): Likewise.
      	* config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
      	(HAVE_POST_MODIFY_REG): Define to 1.
      	(MAX_REGS_PER_ADDRESS): Change to 2.
      	(GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
      	(LEGITIMATE_ADDRESS_REG): New helper macro.
      	(LEGITIMATE_ADDRESS_DISP): Likewise.
      	(PREDICATE_CODES): Add entry for destination_operand.
      	* config/ia64/ia64.md (all mov patterns): Use destination_operand
      	predicate for operand 0.
      
      From-SVN: r35321
      Richard Henderson committed
    • dwarf2out.c: Indent #error directive. · 63bc1d05
      	* dwarf2out.c: Indent #error directive.
      
      	* gbl-ctors.h: Fix typo in comment.
      	(__do_global_ctors): Prototype.
      
      	* gcse.c (record_one_set, pre_delete): Remove unused variables.
      
      	* rs6000.c (rs6000_maybe_dead): Delete unused prototype.
      	(print_operand): Initialize variable `t'.
      
      From-SVN: r35319
      Kaveh R. Ghazi committed
    • removed constraints in expander. · 60dd1b7b
      split =rf constraints into =r,f
      
      From-SVN: r35318
      Aldy Hernandez committed
    • install.texi (--enable-nls): Change the description of the NLS related configure… · 69fe169e
      install.texi (--enable-nls): Change the description of the NLS related configure options to match the...
      
      2000-07-28  Philipp Thomas  <pthomas@suse.de>
      
      	* install.texi (--enable-nls): Change the description of the NLS
      	related configure options to match the current state.
      	(--with-included-gettext): Likewise.
      	(--enable-maintainer-mode): New description added.
      	* extend.texi (-fstrict-prototype): Add missing '.'.
      
      From-SVN: r35317
      Philipp Thomas committed