OSDN Git Service

* pdp11.md (extendsfdf2): Fix mode mismatch in SET.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index ce063a0..2134c4e 100644 (file)
@@ -1,3 +1,492 @@
+1998-12-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * pdp11.md (extendsfdf2): Fix mode mismatch in SET.
+
+Wed Dec  2 11:23:07 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * reload.c (find_reloads): When force const to memory, put result
+       in substed_operand not *recog_operand_loc.
+
+1998-12-02  Ulrich Drepper  <drepper@cygnus.com>
+
+       * c-lex.c: Fix indentation from last patch.
+       Remove trailing whitespace.
+       * real.c: Likewise.
+
+Wed Dec  2 10:11:12 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * flow.c (delete_block): Call set_last_insn after we have reset
+       NEXT_INSN (kept_tail).
+
+Wed Dec  2 00:47:31 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mips.md (trap_if): Use "$0" for the value zero.
+
+Tue Dec  1 20:49:49 1998  Ulrich Drepper  <drepper@cygnus.com>
+                         Stephen L Moshier  <moshier@world.std.com>
+                         Richard Henderson  <rth@cygnus.com>
+
+       * c-common.c (declare_function_name): Declare predefinied variable
+       `__func__'.
+
+       * c-decl.c (flag_isoc9x): Set to 1 by default.
+       (c_decode_option): Handle -std= option.  Remove -flang-isoc9x.
+       (grokdeclarator): Always emit warning about implicit int for ISO C 9x.
+
+       * c-parse.in: Allow constructors in ISO C 9x.
+       Rewrite designator list handling.
+       Allow [*] parameters.
+       Don't warn about comma at end of enum definition for ISO C 9x.
+
+       * cccp.c (c9x): New variable.
+       (rest_extension): New variable.
+       (print_help): Document new -std= option.
+       (main): Recognize -std= option.  Set c9x appropriately.
+       (create_definition): Recognize ISO C 9x vararg macros.
+
+       * gcc.c (default_compilers): Adjust specs for -std options.
+       (option_map): Add --std.
+       (display_help): Document -std.
+
+       * toplev.c (documented_lang_options): Add -std and remove
+       -flang-isoc9x.
+        
+       * c-lex.c (yylex): Recognize hex FP constants and call REAL_VALUE_ATOF
+       or REAL_VALUE_HTOF based on base of the constants.
+       * fold-const.c (real_hex_to_f): New function.  Replacement function
+       for hex FP conversion if REAL_ARITHMETIC is not defined.
+       * real.c (asctoeg): Add handling of hex FP constants.
+       * real.h: Define REAL_VALUE_HTOF if necessary using ereal_atof or
+       real_hex_to_f.
+
+Tue Dec  1 16:45:49 1998  Stan Cox  <scox@cygnus.com>
+
+       * mips.md (divmodsi4*, divmoddi4*, udivmodsi4*, udivmoddi4): Add
+       -mcheck-range-division/-mcheck-zero-division checking.  Avoid as macro
+       expansion.  Use hi/lo as destination register.
+       (div_trap): New.
+       (divsi3*, divdi3*, modsi3*, moddi3*, udivsi3*, udivdi3*, umodsi3*,
+       umoddi3*): Add -mcheck-range-division/-mcheck-zero-division checking.
+       Avoid as macro expansion.  Use hi/lo as destination register. 
+
+       * mips.h (MASK_CHECK_RANGE_DIV): New.
+       (MASK_NO_CHECK_ZERO_DIV): New.
+       (ELIMINABLE_REGS): Added GP_REG_FIRST + 31.
+       (CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): Allow for getting
+       return address for leaf functions out of r31 to support
+       builtin_return_address. 
+       
+Tue Dec  1 15:03:30 1998  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
+
+       * jump.c (jump_optimize): Call regs_set_between_p with PREV_INSN(x),
+       NEXT_INSN(x) to check insn x.
+       
+Tue Dec  1 15:20:44 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * flow.c (delete_block): Call set_last_insn if we end up deleting the
+       last insn in the rtl chain.
+
+       * reload1.c (reload): Do not set reload_completed or split insns
+       here.  Instead...
+       * toplev.c (rest_of_compilation): Set reload_completed after
+       reload returns.  Split insns after reload_cse has run.
+
+Tue Dec  1 11:55:04 1998  Richard Henderson  <rth@cygnus.com>
+
+       * final.c (final_scan_insn): Abort if block_depth falls below 0.
+
+Tue Dec  1 10:23:16 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * config/arm/t-arm-elf (LIBGCC2_CFLAGS): Define inhibit_libc.
+
+Tue Dec  1 10:22:18 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * config/arm/unknown-elf.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove
+       use of user-label_prefix.
+
+Tue Dec  1 17:58:26 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * reload1.c (emit_reload_insns): Clear spill_reg_store
+       when doing a new non-inherited reload from the same pseudo.
+
+       * local-alloc.c (function_invariant_p): New function.
+       (update_equiv_regs): Use function_invariant_p instead of CONSTANT_P
+       to decide if an equivalence should be recorded.
+       * reload1.c (num_eliminable_invariants): New static variable.
+       (reload): Set it.  Use function_invariant_p instead of CONSTANT_P
+       to decide if an equivalence should be recorded.
+       Unshare PLUS.
+       (calculate_needs_all_insns): Skip insns that only set an equivalence.
+       Take num_eliminable_invariants into account when deciding
+       if register elimination should be done.
+       (reload_as_needed): Take num_eliminable_invariants into account
+       when deciding if register elimination should be done.
+       (eliminate_regs): Handle non-constant reg_equiv_constant.
+       * rtl.h (function_invariant_p): Declare.
+
+Mon Nov 30 02:00:08 PST 1998 Jeff Law  (law@cygnus.com)
+
+       * version.c: Bump for snapshot.
+
+Mon Nov 30 00:42:59 PST 1998 Jeff Law  (law@cygnus.com)
+
+       * version.c: Bump for snapshot.
+
+Sun Nov 29 22:59:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * except.c (add_new_handler): Complain about additional handlers
+       after one that catches everything.
+
+Sat Nov 28 10:56:32 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in (alpha*-*-netbsd): Fix typo.
+       * configure: Rebuilt.
+
+Fri Nov 27 12:28:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * system.h: Include libiberty.h.
+
+       * c-aux-info.c: Remove prototypes for concat/concat3.  Change
+       function `concat' from fixed parameters to variable parameters,
+       as is done in libiberty.  All callers of concat/concat3
+       changed to use the new `concat' with variable args.
+
+       * cccp.c: Remove things made redundant by libiberty.h and/or
+       conform to libiberty standards.
+       * cexp.y: Likewise.
+       * collect2.c: Likewise.
+       * config/1750a/1750a.h: Likewise.
+       * cppalloc.c: Likewise.
+       * cppexp.c: Likewise.
+       * cppfiles.c: Likewise.
+       * cpphash.c: Likewise.
+       * cpplib.c: Likewise.
+       * dyn-string.c: Likewise.
+       * fix-header.c: Likewise.
+       * gcc.c: Likewise.
+       * gcov.c: Likewise.
+       * genattr.c: Likewise.
+       * genattrtab.c: Likewise.
+       * gencheck.c: Likewise.
+       * gencodes.c: Likewise.
+       * genconfig.c: Likewise.
+       * genemit.c: Likewise.
+       * genextract.c: Likewise.
+       * genflags.c: Likewise.
+       * gengenrtl.c: Likewise.
+       * genopinit.c: Likewise.
+       * genoutput.c: Likewise.
+       * genpeep.c: Likewise.
+       * genrecog.c: Likewise.
+       * getpwd.c: Likewise.
+       * halfpic.c: Likewise.
+       * hash.c: Likewise.
+       * mips-tdump.c: Likewise.  Wrap malloc/realloc/calloc prototypes
+       in NEED_DECLARATION_* macros.
+
+       * mips-tfile.c: Remove things made redundant by libiberty.h and/or
+       conform to libiberty standards.
+       (fatal): Fix const-ification of variable `format' in
+       !ANSI_PROTOTYPES case.
+
+       * prefix.c: Remove things made redundant by libiberty.h and/or
+       conform to libiberty standards.
+
+       * print-rtl.c: Rename variable `spaces' to `xspaces' to avoid
+       conflicting with function `spaces' from libiberty.
+
+       * profile.c: Remove things made redundant by libiberty.h and/or
+       conform to libiberty standards.
+       * protoize.c: Likewise.
+       * rtl.h: Likewise.
+       * scan.h: Likewise.
+       * tlink.c: Likewise.
+       * toplev.c: Likewise.
+       * toplev.h: Likewise.
+       * tree.h: Likewise.
+
+Thu Nov 26 08:38:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.
+
+Thu Nov 26 23:45:37 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * README.C4X: Updated URLs.
+       * config/c4x/c4x.c (c4x_address_conflict): Fix typo.
+       (valid_parallel_operands_5): Remove unused variable.
+
+Thu Nov 26 23:40:03 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.h (TARGET_DEFAULT): Fix typo.
+
+1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages
+       which can be configured.
+       (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@
+       (Makefile): Pass actual LANGUAGES through the environment when
+       re-configuring.
+       (cstamp-h): Likewise.
+       (config.status): Likewise.
+
+       * configure.in (enable_languages): Add new configuration parameter
+       "--enable-languages=lang1,lang2,...".
+       (${srcdir}/*/config-lang.in): Change handling to configure only
+       those directories, that the user might have enabled; default to
+       "all" existing languages.
+       * configure: Regenerate.
+
+Thu Nov 26 00:19:19 1998  Richard Henderson  <rth@cygnus.com>
+
+       * rtlanal.c (regs_set_between_p): New function.
+       * rtl.h (regs_set_between_p): Prototype it.
+       * jump.c (jump_optimize): Use it instead of modified_between_p
+       in the Sep 2 change.
+
+Wed Nov 25 23:32:02 1998  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
+                         Matthias Pfaller  <leo@dachau.marco.de>
+
+       * invoke.texi (Option Summary, NS32K Options): add description
+       of NS32K specific options.
+
+       * ns32k.md (tstdf, cmpdf, movdf, truncdfsf2, fixdfqi2, fixdfhi2,
+       fixdfsi2, fixunsdfqi2, fixunsdfhi2, fixunsdfsi2, fix_truncdfqi2,
+       fix_truncdfhi2, fix_truncdfsi2, adddf3, subdf3, muldf3, divdf3,
+       negdf2, absdf2): Use l instead of f since the double class and
+       float class are no longer the same.
+       (cmpsi, truncsiqi2, truncsihi2, addsi3, subsi3, mulsi3, umulsidi3,
+       divsi3, modsi3, andsi3, iorsi3, xorsi3, negsi2, one_cmplsi2,
+       ashlsi3, ashlhi3, ashlqi3, rotlsi3, rotlhi3, rotlqi3, abssi2,...):
+       use "g" instead of "rmn" since LEGITIMATE_PIC_OPERAND has been
+       fixed.
+       (cmpsi, cmphi, cmpqi): use general_operand instead of
+       non_immediate_operand. Removes erroneous assumption that can't
+       compare constants.
+       (movsf, movsi, movhi, movqi,...): New register numbering scheme.
+       (movsi, addsi3): Use NS32K_DISPLACEMENT_P instead of hard coded
+       constants.
+       (movstrsi, movstrsi1, movstrsi2): completely new block move
+       scheme.
+       (...): Patterns to exploit multiply-add instructions.
+       (udivmodsi4, udivmodsi_internal4, udivmodhi4,
+       udivmoddihi4_internal, udivmodqi4, udivmoddiqi4_internal): new
+       patterns to exploit extended divide insns.
+       (udivsi3, udivhi3, udivqi3): remove since superceded by udivmodsi
+       etc patterns.
+
+       * ns32k.h (FUNCTION_VALUE, LIBCALL_VALUE): Use f0 for complex
+       float return values as well as simple scalar floats.
+       (TARGET_32381, TARGET_MULT_ADD, TARGET_SWITCHES):
+       support new flag to denote 32381 fpu.
+       (OVERRIDE_OPTIONS): 32381 is a strict superset of 32081.
+       (CONDITIONAL_REGISTER_USAGE): disable extra 32381 registers if not
+       compling for 32381.
+       (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
+       REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES, OUTPUT_REGISTER_NAMES,
+       REG_ALLOC_ORDER, DBX_REGISTER_NUMBER, R0_REGNUM, F0_REGNUM,
+       L1_REGNUM, STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
+       LONG_FP_REGS_P, ARG_POINTER_REGNUM, reg_class, REG_CLASS_NAMES,
+       REG_CLASS_CONTENTS, SUBSET_P,REGNO_REG_CLASS,
+       REG_CLASS_FROM_LETTER, FUNCTION_PROLOGUE, FUNCTION_EPILOGUE,
+       REGNO_OK_FOR_INDEX_P, FP_REG_P, REG_OK_FOR_INDEX_P,
+       REG_OK_FOR_BASE_P, MEM_REG): new register scheme to include 32381
+       fpu registers and special register classes for new 32381
+       instructions dotf and polyf.
+       (MODES_TIEABLE_P): Allow all integer modes, notably DI and SI, to
+       be tieable.
+       (INCOMING_RETURN_ADDR_RTX, RETURN_ADDR_RTX,
+       INCOMING_FRAME_SP_OFFSET): New macros in case DWARF support is
+       required.
+       (SMALL_REGISTER_CLASSES): Make dependant on -mmult-add option.
+       (MOVE_RATIO): Set to zero because of smart movstrsi implimentation.
+       (REGISTER_MOVE_COST): move code to register_move_cost function for
+       ease of coding and debugging.
+       (CLASS_LIKELY_SPILLED_P): Under new register scheme class
+       LONG_FLOAT_REGO is likely spilled but not caught by default
+       definition.
+       (CONSTANT_ADDRESS_P, CONSTANT_ADDRESS_NO_LABEL_P): use macro
+       instead of hard coded numbers in range check.
+       (ASM_OUTPUT_LABELREF_AS_INT): delete since unused.
+       (...): Add prototypes for functions in ns32k.c but disable because
+       of problems when ns32k.h is included in machine independant files.
+       
+       * ns32k.c: include "system.h", "tree.h", "expr.h", "flags.h".
+       (ns32k_reg_class_contents, regcass_map, ns32k_out_reg_names,
+       hard_regno_mode_ok, secondary_reload_class,
+       print_operand, print_operand_address): new register scheme to
+       include 32381 fpu registers and special register classes for new
+       32381 instructions dotf and polyf.
+       (gen_indexed_expr): Make static to keep namespace clean.
+       (check_reg): remove since never called.
+       (move_tail, expand_block_move): helper functions for "movstrsi"
+       block move insn.
+       (register_move_cost): Helper function for REGISTER_MOVE_COST macro.
+       Increase cost of moves which go via memory.
+       * netbsd.h (TARGET_DEFAULT): Set (new) 32381 fpu flag.
+       (CPP_PREDEFINES): nolonger predefine "unix".
+
+       * ns32k.md (movsi, movsi, adddi3, subdi3, subsi3, subhi3, subqi3,...):
+       Remove erroneous %$. print_operand() can work out from the rtx is
+       an immediate prefix is required.
+
+       * ns32k.h (RETURN_POPS_ARGS, VALID_MACHINE_DECL_ATTRIBUTE,
+       VALID_MACHINE_TYPE_ATTRIBUTE, COMP_TYPE_ATTRIBUTES,
+       SET_DEFAULT_TYPE_ATTRIBUTES): Support for -mrtd calling
+       convention.
+       (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST): Correct handling of
+       pic operands.
+
+       * ns32k.c (symbolic_reference_mentioned_p, print_operand):
+       Correct handling of pic operands.
+       (ns32k_valid_decl_attribute_p, ns32k_valid_type_attribute_p,
+       ns32k_comp_type_attributes, ns32k_return_pops_args): Support for
+       -mrtd calling convention.
+
+Wed Nov 25 23:42:20 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * gcc.c (option_map): Recognize --output-class-directory.
+
+Thu Nov 26 18:26:21 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * loop.h (precondition_loop_p): Added new mode argument.
+       * unroll.c (precondition_loop_p): Likewise.
+       (approx_final_value): Function deleted and subsumed
+       into loop_iterations.
+       (loop_find_equiv_value): New function.
+       (loop_iterations): Use loop_find_equiv_value to find increments
+       too large to be immediate constants.  Also use it to find terms
+       common to initial and final iteration values that can be removed.
+
+Thu Nov 26 18:05:04 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * loop.h (struct loop_info): Define new structure.
+       (precondition_loop_p): Added prototype.
+       (unroll_loop): Added new argument loop_info to prototype.
+       (final_biv_value, final_giv_value): Added new argument n_iterations
+       to prototype.
+       * loop.c (strength_reduce): Declare new structure loop_iteration_info
+       and new pointer loop_info.
+       (loop_n_iterations): Replace global variable by element in 
+       loop_info structure.
+       (check_final_value): New argument n_iterations.
+       (insert_bct): New argument loop_info.
+       (loop_unroll_factor): Replace global array by element in 
+       loop_info structure.
+       (loop_optimize): Remove code to allocate and initialise 
+       loop_unroll_factor_array.
+       * unroll.c (precondition_loop_p):  No longer static since
+       used by branch on count optimization.
+       (precondition_loop_p, unroll_loop): New argument loop_info.
+       (final_biv_value, final_giv_value, find_splittable_regs): New
+       argument n_iterations.
+       (loop_iteration_var, loop_initial_value, loop_increment, 
+       loop_final_value, loop_comparison_code, loop_unroll_factor): 
+       Replaced global variables by loop_info structure.
+       (loop_unroll_factor): Replace global array by element in
+       loop_info structure.
+
+Thu Nov 26 17:49:29 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * loop.c (check_dbra_loop): Update JUMP_LABEL field of jump insn
+       when loop reversed.
+
+       * unroll.c (precondition_loop_p): Return loop_initial_value
+       for initial_value instead of loop_iteration_var.
+
+Thu Nov 26 17:15:38 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.md: Fix minor formatting problems.  Update docs.
+       (*b, *b_rev, *b_noov, *b_noov_rev, *db, 
+       decrement_and_branch_until_zero, rptb_end): Use c4x_output_cbranch
+       to output the instruction sequences.
+       (rpts): Delete.
+       (rptb_top): Provide alternatives to use any register or memory
+       for loop counter.
+       (rptb_end):  Emit use of operands rather than assigning them
+       explicitly to the RS and RE registers.
+
+Thu Nov 26 16:37:59 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.c (c4x_modified_between_p, c4x_mem_set_p,
+       c4x_mem_set_p, c4x_mem_modified_between_p, c4x_insn_moveable_p,
+       c4x_parallel_pack, c4x_parallel_find, c4x_update_info_reg,
+       c4x_update_info_regs, c4x_copy_insn_after, c4x_copy_insns_after, 
+       c4x_merge_notes, c4x_parallel_process, 
+       c4x_combine_parallel_independent, c4x_combine_parallel_dependent,
+       c4x_combine_parallel): Delete.
+
+Thu Nov 26 15:16:05 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.c: (c4x_override_options): For compatibility
+       with old target options clear flag_branch_on_count_reg if
+       -mno-rptb specified and set flag_argument_alias is -mno-aliases
+       specified.
+       (c4x_output_cbranch): Handle a sequence of insns rather than a
+       single insn.
+       (c4x_rptb_insert): Do not emit a RPTB insn if the RC register
+       has not been allocated as the loop counter.
+       (c4x_address_conflict): Do not allow two volatile memory references.
+       (valid_parallel_operands_4, valid_parallel_operands_5,
+       valid_parallel_operands_6): Reject pattern if the register destination
+       of the first set is used as part of an address in the second set.
+
+Thu Nov 26 14:56:32 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.h (TARGET_DEFAULT): Add PARALEL_MPY_FLAG.
+       (TARGET_SMALL_REG_CLASS): Set to 0 so that SMALL_REGISTER_CLASSES
+       is no longer enabled if PARALLEL_MPY_FLAG set.
+       (HARD_REGNO_CALL_CLOBBERED): Add parentheses to remove ambiguity.
+       (REG_CLASS_CONTENTS): Add braces around initializers.
+       (HAVE_MULTIPLE_PACK): Define.
+       (ASM_OUTPUT_BYTE_FLOAT): Use %lf format specifier with 
+       REAL_VALUE_TO_DECIMAL.
+       (ASM_OUTPUT_SHORT_FLOAT): Use %lf format specifier with 
+       REAL_VALUE_TO_DECIMAL.
+       (ar0_reg_operand): Add prototype.
+       (ar0_mem_operand): Likewise.
+       (ar1_reg_operand): Likewise.
+       (ar1_mem_operand): Likewise.
+       (ar2_reg_operand): Likewise.
+       (ar2_mem_operand): Likewise.
+       (ar3_reg_operand): Likewise.
+       (ar3_mem_operand): Likewise.
+       (ar4_reg_operand): Likewise.
+       (ar4_mem_operand): Likewise.
+       (ar5_reg_operand): Likewise.
+       (ar5_mem_operand): Likewise.
+       (ar6_reg_operand): Likewise.
+       (ar6_mem_operand): Likewise.
+       (ar7_reg_operand): Likewise.
+       (ar7_mem_operand): Likewise.
+       (ir0_reg_operand): Likewise.
+       (ir0_mem_operand): Likewise.
+       (ir1_reg_operand): Likewise.
+       (ir1_mem_operand): Likewise.
+       (group1_reg_operand): Likewise.
+       (group1_mem_operand): Likewise.
+       (ir1_reg_operand): Likewise.
+       (arx_reg_operand): Likewise.
+       (not_rc_reg): Likewise.
+       (not_modify_reg): Likewise.
+       (c4x_group1_reg_operand): Remove prototype.
+       (c4x_group1_mem_operand): Likewise.
+       (c4x_arx_reg_operand): Likewise.
+
+Wed Nov 25 19:02:55 1998  (Stephen L Moshier) <moshier@world.std.com>
+
+       * emit-rtl.c (gen_lowpart_common): Remove earlier change.
+       * real.c (make_nan): Make SIGN arg actually specify the sign bit.
+
+Thu Nov 26 14:12:05 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.md (addqi3): Emit addqi3_noclobber pattern
+       during reload.
+
+Wed Nov 25 22:05:28 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * config/sh/lib1funcs.asm (___udivsi3_i4): Don't switch to sz == 1
+       unless FMOVD_WORKS is defined.
+
 Wed Nov 25 20:11:04 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * regclass.c (init_reg_sets): Move code that calculates tables