Commit aa936017 by Mike Stump

Fix spelling errors and spaces

From-SVN: r26301
parent 5082a355
...@@ -74,7 +74,7 @@ Mon Jul 13 17:18:47 1998 Nick Clifton <nickc@cygnus.com> ...@@ -74,7 +74,7 @@ Mon Jul 13 17:18:47 1998 Nick Clifton <nickc@cygnus.com>
* gcc.c (main): Add support for parsing --help, and passing it on * gcc.c (main): Add support for parsing --help, and passing it on
to the sub-processes invoked by gcc. to the sub-processes invoked by gcc.
(display_help): New function: display comman line switches. (display_help): New function: display command line switches.
* tm.texi (TARGET_SWITCHES and TARGET_OPTIONS): Document * tm.texi (TARGET_SWITCHES and TARGET_OPTIONS): Document
'description' field added to structure. 'description' field added to structure.
...@@ -182,7 +182,7 @@ Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com> ...@@ -182,7 +182,7 @@ Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
demangle_template. Use demangled_nested_args. Don't remember demangle_template. Use demangled_nested_args. Don't remember
qualified types here; that's now done in demangle_qualified. qualified types here; that's now done in demangle_qualified.
Similarly for templates. Similarly for templates.
(do_arg): Improve commment. Handle 'n' repeat code. (do_arg): Improve comment. Handle 'n' repeat code.
(remember_type): Check forgetting_types. (remember_type): Check forgetting_types.
(demangle_args): Deal with 'n' repeat codes. Tidy. (demangle_args): Deal with 'n' repeat codes. Tidy.
...@@ -479,7 +479,6 @@ Mon Jul 6 22:14:31 1998 Richard Henderson (rth@cygnus.com) ...@@ -479,7 +479,6 @@ Mon Jul 6 22:14:31 1998 Richard Henderson (rth@cygnus.com)
Mon Jul 6 22:09:32 1998 Ian Lance Taylor <ian@cygnus.com> Mon Jul 6 22:09:32 1998 Ian Lance Taylor <ian@cygnus.com>
Jeff Law <law@cygnus.com> Jeff Law <law@cygnus.com>
* i386/cygwin32.h: Add some declaration of external functions. * i386/cygwin32.h: Add some declaration of external functions.
(ASM_DECLARE_FUNCTION_NAME): Define. (ASM_DECLARE_FUNCTION_NAME): Define.
(ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define. (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
...@@ -670,7 +669,7 @@ Thu Jul 2 01:53:32 1998 Alasdair Baird <alasdair@wildcat.demon.co.uk> ...@@ -670,7 +669,7 @@ Thu Jul 2 01:53:32 1998 Alasdair Baird <alasdair@wildcat.demon.co.uk>
Wed Jul 1 23:06:03 1998 Richard Henderson <rth@cygnus.com> Wed Jul 1 23:06:03 1998 Richard Henderson <rth@cygnus.com>
* i386.h (HARD_REGNO_MODE_OK): Kill spurrious test. * i386.h (HARD_REGNO_MODE_OK): Kill spurious test.
(MODES_TIEABLE_P): Tie SImode and HImode. (MODES_TIEABLE_P): Tie SImode and HImode.
1998-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de> 1998-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
...@@ -746,7 +745,7 @@ Wed Jul 1 10:56:55 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund. ...@@ -746,7 +745,7 @@ Wed Jul 1 10:56:55 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.
Wed Jul 1 02:12:33 1998 Robert Lipe <robertl@dgii.com> Wed Jul 1 02:12:33 1998 Robert Lipe <robertl@dgii.com>
* i386.c (asm_output_function_prefix): Make 686 function * i386.c (asm_output_function_prefix): Make 686 function
prologues not issue .types for non-global lables. prologues not issue .types for non-global labels.
Tue Jun 30 23:46:53 1998 Dmitrij Tejblum <tejblum@arc.hq.cti.ru> Tue Jun 30 23:46:53 1998 Dmitrij Tejblum <tejblum@arc.hq.cti.ru>
...@@ -829,8 +828,8 @@ Tue Jun 30 02:34:02 1998 Jeffrey A Law (law@cygnus.com) ...@@ -829,8 +828,8 @@ Tue Jun 30 02:34:02 1998 Jeffrey A Law (law@cygnus.com)
file suffix to use. Allocate space for it and add it to the file suffix to use. Allocate space for it and add it to the
template. template.
* mkstemp.c (mkstemps): Renamed from mkstemp. Accept new argument * mkstemp.c (mkstemps): Renamed from mkstemp. Accept new argument
for the length of the suffix. Update template struture checks for the length of the suffix. Update template structure checks
to handle optinal suffix. to handle optional suffix.
* collect2.c (make_temp_file): Update prototype. * collect2.c (make_temp_file): Update prototype.
(main): Put proper suffixes on temporary files. (main): Put proper suffixes on temporary files.
* gcc.c (make_temp_file): Update prototype. * gcc.c (make_temp_file): Update prototype.
...@@ -1059,7 +1058,7 @@ Sat Jun 27 01:35:14 1998 Jeffrey A Law (law@cygnus.com) ...@@ -1059,7 +1058,7 @@ Sat Jun 27 01:35:14 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (xgcc, colect2, protoize, unprotoize): Link in mkstemp.o * Makefile.in (xgcc, colect2, protoize, unprotoize): Link in mkstemp.o
(mkstemp.o): Add dependencies. (mkstemp.o): Add dependencies.
* configure.in (gettimeofday): Check for its existance. * configure.in (gettimeofday): Check for its existence.
* config.in (HAVE_GETTIMEOFDAY): Define. * config.in (HAVE_GETTIMEOFDAY): Define.
* configure: Rebuilt. * configure: Rebuilt.
...@@ -1206,14 +1205,14 @@ Thu Jun 25 15:08:16 1998 Mark Mitchell <mark@markmitchell.com> ...@@ -1206,14 +1205,14 @@ Thu Jun 25 15:08:16 1998 Mark Mitchell <mark@markmitchell.com>
* alias.c (CHECK_ALIAS_SETS_FOR_CONSISTENCY): New macro. * alias.c (CHECK_ALIAS_SETS_FOR_CONSISTENCY): New macro.
(DIFFERENT_ALIAS_SETS_P): Likewise. (DIFFERENT_ALIAS_SETS_P): Likewise.
(canon_rtx): Propogate the alias set to the new MEM. (canon_rtx): Propagate the alias set to the new MEM.
(true_dependence): Check the alias sets. (true_dependence): Check the alias sets.
(anti_dependence): Likewise. (anti_dependence): Likewise.
(output_dependence): Likewise. (output_dependence): Likewise.
* explow.c (stabilize): Progoate alias sets. * explow.c (stabilize): Progoate alias sets.
* integrate.c (copy_rtx_and_substitute): Likewise. * integrate.c (copy_rtx_and_substitute): Likewise.
* final.c (alter_subreg): Make sure not to leave MEM_IN_STRUCT_P * final.c (alter_subreg): Make sure not to leave MEM_IN_STRUCT_P
in an unpredictable state. Propogate alias sets. in an unpredictable state. Propagate alias sets.
* reload1.c (reload): Clear MEM_ALIAS_SET for new MEMs about which * reload1.c (reload): Clear MEM_ALIAS_SET for new MEMs about which
we have no alias information. we have no alias information.
...@@ -2250,7 +2249,7 @@ Wed Jun 3 23:41:24 EDT 1998 John Wehle (john@feith.com) ...@@ -2250,7 +2249,7 @@ Wed Jun 3 23:41:24 EDT 1998 John Wehle (john@feith.com)
Tue Jun 9 14:31:19 1998 Nick Clifton <nickc@cygnus.com> Tue Jun 9 14:31:19 1998 Nick Clifton <nickc@cygnus.com>
* config/v850/t-v850 (TCFLAGS): Add assembler options to warn of * config/v850/t-v850 (TCFLAGS): Add assembler options to warn of
overlfows. overflows.
* config/v850/lib1funcs.asm (__return_interrupt): Use 'addi * config/v850/lib1funcs.asm (__return_interrupt): Use 'addi
16,sp,sp' ratehr than 'add 16,sp'. Patch courtesy of Biomedin 16,sp,sp' ratehr than 'add 16,sp'. Patch courtesy of Biomedin
...@@ -2455,7 +2454,7 @@ Mon Jun 8 09:22:38 PDT 1998 Jeff Law (law@cygnus.com) ...@@ -2455,7 +2454,7 @@ Mon Jun 8 09:22:38 PDT 1998 Jeff Law (law@cygnus.com)
Mon Jun 8 02:55:56 1998 Graham <grahams@rcp.co.uk> Mon Jun 8 02:55:56 1998 Graham <grahams@rcp.co.uk>
* tree.c (tree_class_check): Add braces to eliminate ambigious * tree.c (tree_class_check): Add braces to eliminate ambiguous
else warning. else warning.
(tree_check): Likewise. (tree_check): Likewise.
...@@ -2875,8 +2874,8 @@ Tue May 26 07:31:04 1998 Richard Earnshaw (rearnsha@arm.com) ...@@ -2875,8 +2874,8 @@ Tue May 26 07:31:04 1998 Richard Earnshaw (rearnsha@arm.com)
(arm_gen_constant, arm_gen_movstrqi, add_constant): Likewise. (arm_gen_constant, arm_gen_movstrqi, add_constant): Likewise.
(output_func_prologue, arm_expand_prologue): Likewise. (output_func_prologue, arm_expand_prologue): Likewise.
(arm_canonicalize_comparison): Make I unsigned; rework constants (arm_canonicalize_comparison): Make I unsigned; rework constants
accordignly. Add missing paratheses around << operation. accordingly. Add missing parentheses around << operation.
(arm_rtx_costs): Correctly parenthesise MULT costs. Add a DEFAULT (arm_rtx_costs): Correctly parenthesize MULT costs. Add a DEFAULT
clause. clause.
({load,store}_multiple_sequence): Initialize BASE_REG. ({load,store}_multiple_sequence): Initialize BASE_REG.
(select_dominance_cc_mode): Add DEFAULT clauses. (select_dominance_cc_mode): Add DEFAULT clauses.
...@@ -2924,7 +2923,6 @@ Sun May 24 02:08:57 PDT 1998 Jeff Law (law@cygnus.com) ...@@ -2924,7 +2923,6 @@ Sun May 24 02:08:57 PDT 1998 Jeff Law (law@cygnus.com)
* real.c: Comment out unused functions eabs, eround, * real.c: Comment out unused functions eabs, eround,
e{24,53,64,113}toasc and eiinfin. e{24,53,64,113}toasc and eiinfin.
Sat May 23 23:44:53 1998 Alexandre Oliva <oliva@dcc.unicamp.br> Sat May 23 23:44:53 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
* Makefile.in (boostrap2-lean, bootstrap3-lean, * Makefile.in (boostrap2-lean, bootstrap3-lean,
...@@ -3628,7 +3626,7 @@ Thu May 14 16:30:47 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> ...@@ -3628,7 +3626,7 @@ Thu May 14 16:30:47 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
register the cleanup as a handler to the current region. register the cleanup as a handler to the current region.
(expand_start_catch): New function to start a catch clause. (expand_start_catch): New function to start a catch clause.
(expand_end_catch): New function to end a catch clause. (expand_end_catch): New function to end a catch clause.
(expand_start_all_catch): restructure to not do the equivilent of (expand_start_all_catch): restructure to not do the equivalent of
what expand_start_catch() does now. Push the exception region being what expand_start_catch() does now. Push the exception region being
handled onto the catch stack. handled onto the catch stack.
(output_exception_table_entry): Issue an entry for each handler (output_exception_table_entry): Issue an entry for each handler
...@@ -3680,7 +3678,7 @@ Thu May 14 08:41:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk> ...@@ -3680,7 +3678,7 @@ Thu May 14 08:41:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Thu May 14 02:17:17 1998 J"orn Rennecke <amylaar@cygnus.co.uk> Thu May 14 02:17:17 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (scan_loop): Don't call move_moveables for optimize_size. * loop.c (scan_loop): Don't call move_movables for optimize_size.
* reload1.c (merge_assigned_reloads): When merging, reset * reload1.c (merge_assigned_reloads): When merging, reset
reload_spill_index for the eliminated reload. reload_spill_index for the eliminated reload.
...@@ -3892,7 +3890,7 @@ Wed May 13 15:43:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -3892,7 +3890,7 @@ Wed May 13 15:43:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* reload.h (reloads_conflict): Add prototype. * reload.h (reloads_conflict): Add prototype.
* rtl.h (print_rtl_single, mark_elimiation, reg_class_subset_p, * rtl.h (print_rtl_single, mark_elimination, reg_class_subset_p,
output_func_start_profiler): Add prototypes. output_func_start_profiler): Add prototypes.
* rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with * rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with
...@@ -4061,7 +4059,7 @@ Sun May 10 02:27:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -4061,7 +4059,7 @@ Sun May 10 02:27:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun May 10 01:21:43 1998 Jeffrey A Law (law@cygnus.com) Sun May 10 01:21:43 1998 Jeffrey A Law (law@cygnus.com)
* genemit.c (output_add_clobbers): Removed unused variable 'i' from * genemit.c (output_add_clobbers): Removed unused variable 'i' from
generated fucntion. generated function.
Sat May 9 02:02:15 1998 Richard Henderson <rth@cygnus.com> Sat May 9 02:02:15 1998 Richard Henderson <rth@cygnus.com>
...@@ -4459,7 +4457,7 @@ Sun May 3 13:51:34 PDT 1998 Richard Henderson <rth@cygnus.com> ...@@ -4459,7 +4457,7 @@ Sun May 3 13:51:34 PDT 1998 Richard Henderson <rth@cygnus.com>
(FUNCTION_VALUE): Call function_value. (FUNCTION_VALUE): Call function_value.
(FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise. (FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise.
* sparc.md (movdi_sp32_v9): Disable for arch64. * sparc.md (movdi_sp32_v9): Disable for arch64.
(movsf, movdf, movtf): Sort all ulternatives using fp regs first. (movsf, movdf, movtf): Sort all alternatives using fp regs first.
(call_value_address_sp64): Remove register class constraints. (call_value_address_sp64): Remove register class constraints.
(call_value_symbolic_sp64): Likewise. (call_value_symbolic_sp64): Likewise.
(nonlocal_goto): Pass label reg directly to goto_handlers. Constrain (nonlocal_goto): Pass label reg directly to goto_handlers. Constrain
...@@ -4598,11 +4596,11 @@ Tue Apr 28 08:55:26 1998 Michael Meissner <meissner@cygnus.com> ...@@ -4598,11 +4596,11 @@ Tue Apr 28 08:55:26 1998 Michael Meissner <meissner@cygnus.com>
* m32r.h (EXTRA_CONSTRAINT): Implement 'S' constraint to perfoirm * m32r.h (EXTRA_CONSTRAINT): Implement 'S' constraint to perfoirm
the equivalent of a negated 'I' constraint. the equivalent of a negated 'I' constraint.
(PRESERVE_DEATH_INFO_REGNO_P): Define in order to allow peephole (PRESERVE_DEATH_INFO_REGNO_P): Define in order to allow peephole
optimisation to work. optimization to work.
* m32r.md (cmp_ne_small_const_insn): Use 'S' constriant rather * m32r.md (cmp_ne_small_const_insn): Use 'S' constraint rather
than 'I' since the value is negated. than 'I' since the value is negated.
(peephole): Add peephole optimisation to cope with optimization of (peephole): Add peephole optimization to cope with optimization of
divide and subtracts of the same operands. divide and subtracts of the same operands.
* m32r.c zero_and_one, emit_cond_move): Add support for MVFC. * m32r.c zero_and_one, emit_cond_move): Add support for MVFC.
...@@ -4749,7 +4747,7 @@ Fri Apr 24 09:22:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -4749,7 +4747,7 @@ Fri Apr 24 09:22:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri Apr 24 08:02:30 1998 Manfred Hollstein <manfred@s-direktnet.de> Fri Apr 24 08:02:30 1998 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (libgcc2.ready): Add explicit dependancy from * Makefile.in (libgcc2.ready): Add explicit dependency from
$(STMP_FIXPROTO) to ensure all necessary include files have $(STMP_FIXPROTO) to ensure all necessary include files have
been created and to guarantee proper parallel builds. been created and to guarantee proper parallel builds.
...@@ -5058,7 +5056,7 @@ Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com) ...@@ -5058,7 +5056,7 @@ Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com)
* reg-stack.c (pop_stack): Add prototype. * reg-stack.c (pop_stack): Add prototype.
* recog.c (validate_replace_rtx_1): Add prototype. * recog.c (validate_replace_rtx_1): Add prototype.
(find_cosntant_term_loc): Likewise. (find_constant_term_loc): Likewise.
* loop.c (regs_patch_p): Add prototype. * loop.c (regs_patch_p): Add prototype.
(add_label_notes, count_nonfixed_reads): Likewise. (add_label_notes, count_nonfixed_reads): Likewise.
...@@ -5576,7 +5574,7 @@ Sat Apr 4 20:16:46 1998 Richard Henderson <rth@cygnus.com> ...@@ -5576,7 +5574,7 @@ Sat Apr 4 20:16:46 1998 Richard Henderson <rth@cygnus.com>
* i386.c (asm_output_function_prefix, load_pic_register): * i386.c (asm_output_function_prefix, load_pic_register):
Use ASM_GENERATE_INTERNAL_LABEL properly. Use ASM_GENERATE_INTERNAL_LABEL properly.
(output_pic_addr_const): Recognize %X to supress any PIC sym suffix. (output_pic_addr_const): Recognize %X to suppress any PIC sym suffix.
(print_operand): Ignore it. (print_operand): Ignore it.
(load_pic_register): Use it for the got load call. (load_pic_register): Use it for the got load call.
* i386.md (prologue_set_got, prologue_get_pc): Likewise. * i386.md (prologue_set_got, prologue_get_pc): Likewise.
...@@ -5611,7 +5609,7 @@ Sat Apr 4 17:04:41 1998 Richard Henderson <rth@cygnus.com> ...@@ -5611,7 +5609,7 @@ Sat Apr 4 17:04:41 1998 Richard Henderson <rth@cygnus.com>
Sat Apr 4 13:50:01 1998 Richard Henderson <rth@cygnus.com> Sat Apr 4 13:50:01 1998 Richard Henderson <rth@cygnus.com>
* haifa-sched.c (split_block_insns): Don't supress insn splitting * haifa-sched.c (split_block_insns): Don't suppress insn splitting
on subsequent passes. on subsequent passes.
* alpha.c (hard_fp_register_operand): New function. * alpha.c (hard_fp_register_operand): New function.
...@@ -5708,7 +5706,7 @@ Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com) ...@@ -5708,7 +5706,7 @@ Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com)
* profile.c (branch_prob): Initialize dest. * profile.c (branch_prob): Initialize dest.
* rtl.h (note_stores): Remove duplicate prototype. * rtl.h (note_stores): Remove duplicate prototype.
(GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT. (GEN_INT): Reinstate cast of second arg to HOST_WIDE_INT.
* cplus-dem.c (gnu_special): Don't get confused by .<digits> * cplus-dem.c (gnu_special): Don't get confused by .<digits>
strings that are not actually lengths. strings that are not actually lengths.
...@@ -5841,7 +5839,7 @@ Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com) ...@@ -5841,7 +5839,7 @@ Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com)
* cpplib.c (cpp_file_line_for_message): Delete unused parameter. * cpplib.c (cpp_file_line_for_message): Delete unused parameter.
All callers changed. All callers changed.
(do_sccs): Wrap in an SCCS_DIRECTIVE ifdef. (do_sccs): Wrap in an SCCS_DIRECTIVE ifdef.
* fix-header.c (cpp_file_line_for_message): Delete unused paramter. * fix-header.c (cpp_file_line_for_message): Delete unused parameter.
All callers changed. All callers changed.
* collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef. * collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.
...@@ -6453,7 +6451,7 @@ Thu Mar 12 10:02:38 1998 Manfred Hollstein <manfred@s-direktnet.de> ...@@ -6453,7 +6451,7 @@ Thu Mar 12 10:02:38 1998 Manfred Hollstein <manfred@s-direktnet.de>
* flow.c (compute_preds_succs): Likewise in function definition. * flow.c (compute_preds_succs): Likewise in function definition.
* regmove.c (find_matches): Cast char used as array index to unsigned char * regmove.c (find_matches): Cast char used as array index to unsigned char
to supress warning. to suppress warning.
Thu Mar 12 09:39:40 1998 Manfred Hollstein <manfred@s-direktnet.de> Thu Mar 12 09:39:40 1998 Manfred Hollstein <manfred@s-direktnet.de>
...@@ -6519,7 +6517,7 @@ Thu Mar 12 08:37:02 1998 Manfred Hollstein <manfred@s-direktnet.de> ...@@ -6519,7 +6517,7 @@ Thu Mar 12 08:37:02 1998 Manfred Hollstein <manfred@s-direktnet.de>
remove unused variable len. remove unused variable len.
* dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a * dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
comment indicating this is proper behaviour. comment indicating this is proper behavior.
(reg_loc_descriptor): Remove redundant comparison of unsigned variable (reg_loc_descriptor): Remove redundant comparison of unsigned variable
reg >= 0. reg >= 0.
(based_loc_descr): Likewise. (based_loc_descr): Likewise.
...@@ -6734,7 +6732,7 @@ Thu Mar 5 23:24:50 1998 Jeffrey A Law (law@cygnus.com) ...@@ -6734,7 +6732,7 @@ Thu Mar 5 23:24:50 1998 Jeffrey A Law (law@cygnus.com)
in earlier today. in earlier today.
* basic-block.h: Add external integer list structures, typdefs, * basic-block.h: Add external integer list structures, typdefs,
accessor macros and function declarations. Simlarly for accessor macros and function declarations. Similarly for
basic block pred/succ support and simple bitmap stuff. basic block pred/succ support and simple bitmap stuff.
* flow.c: Add functions for integer list, basic block pred/succ * flow.c: Add functions for integer list, basic block pred/succ
support and simple bitmap support. support and simple bitmap support.
...@@ -6773,7 +6771,6 @@ Thu Mar 5 09:55:15 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -6773,7 +6771,6 @@ Thu Mar 5 09:55:15 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
(branch_zero, branch_zero_di): Add default case in (branch_zero, branch_zero_di): Add default case in
enumeration switch. enumeration switch.
Thu Mar 5 02:45:48 1998 Richard Henderson <rth@cygnus.com> Thu Mar 5 02:45:48 1998 Richard Henderson <rth@cygnus.com>
* alpha/alpha.h (TARGET_WINDOWS_NT, TARGET_OPEN_VMS): Just make them * alpha/alpha.h (TARGET_WINDOWS_NT, TARGET_OPEN_VMS): Just make them
...@@ -6950,7 +6947,6 @@ Sat Feb 28 07:54:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -6950,7 +6947,6 @@ Sat Feb 28 07:54:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
case, add parentheses to specify the proper order of precedence in case, add parentheses to specify the proper order of precedence in
the if-statement. the if-statement.
* c-aux-info.c: Include string.h/strings.h. * c-aux-info.c: Include string.h/strings.h.
* pa.c: Include stdlib.h. * pa.c: Include stdlib.h.
...@@ -7063,7 +7059,6 @@ Sat Feb 28 07:54:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -7063,7 +7059,6 @@ Sat Feb 28 07:54:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* varasm.c: Include stdlib.h. * varasm.c: Include stdlib.h.
* system.h: Remove sys/stat.h. * system.h: Remove sys/stat.h.
* gcc.c: Add sys/stat.h. * gcc.c: Add sys/stat.h.
...@@ -7121,7 +7116,6 @@ Tue Feb 24 23:54:07 1998 Richard Henderson <rth@cygnus.com> ...@@ -7121,7 +7116,6 @@ Tue Feb 24 23:54:07 1998 Richard Henderson <rth@cygnus.com>
(SELECT_SECTION): Use sdata when small enough. (SELECT_SECTION): Use sdata when small enough.
* alpha/linux.h (ASM_SPEC): Remove. * alpha/linux.h (ASM_SPEC): Remove.
Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de> Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
* config.sub (sco5): Fix typo. * config.sub (sco5): Fix typo.
...@@ -7347,7 +7341,7 @@ Tue Feb 17 22:37:22 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -7347,7 +7341,7 @@ Tue Feb 17 22:37:22 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
(split_hard_reg_notes): Likewise for `orig_insn'. (split_hard_reg_notes): Likewise for `orig_insn'.
(check_live): Likewise for `trg'. (check_live): Likewise for `trg'.
(update_live): Likewise. (update_live): Likewise.
(check_live_1): Explcitly declare variable `i' as int. (check_live_1): Explicitly declare variable `i' as int.
(update_live_1): Likewise. (update_live_1): Likewise.
(insn_issue_delay): Remove unused variable `link'. (insn_issue_delay): Remove unused variable `link'.
(sched_analyze_2): Add default case in enumeration switch. (sched_analyze_2): Add default case in enumeration switch.
...@@ -7463,7 +7457,7 @@ Sat Feb 14 02:02:41 1998 Jeffrey A Law (law@cygnus.com) ...@@ -7463,7 +7457,7 @@ Sat Feb 14 02:02:41 1998 Jeffrey A Law (law@cygnus.com)
* function.c (fixup_var_refs_1): Similarly for 'outerdest'. * function.c (fixup_var_refs_1): Similarly for 'outerdest'.
(locate_and_pad_parm): Similarly for 'reg_parm_stack_space'. (locate_and_pad_parm): Similarly for 'reg_parm_stack_space'.
* regclass.c (copy_cost): Similarly for 'secondary_class'. * regclass.c (copy_cost): Similarly for 'secondary_class'.
* reload.c (make_memloc): Simliarly for 'i'. * reload.c (make_memloc): Similarly for 'i'.
(find_reloads_address_1): Similarly for 'link'. (find_reloads_address_1): Similarly for 'link'.
* reload1.c (reload): Similarly for 'previous_frame_pointer_needed'. * reload1.c (reload): Similarly for 'previous_frame_pointer_needed'.
(emit_reload_insns): Similarly for 'second_reloadreg'. (emit_reload_insns): Similarly for 'second_reloadreg'.
...@@ -7472,7 +7466,7 @@ Sat Feb 14 02:02:41 1998 Jeffrey A Law (law@cygnus.com) ...@@ -7472,7 +7466,7 @@ Sat Feb 14 02:02:41 1998 Jeffrey A Law (law@cygnus.com)
* caller-save.c (insert_save_restore): Remove unused variable 'i'. * caller-save.c (insert_save_restore): Remove unused variable 'i'.
* calls.c (expand_call): Similarly for 'i'. * calls.c (expand_call): Similarly for 'i'.
(emit_library_call, emit_library_call_value): Similarly for 'mode'. (emit_library_call, emit_library_call_value): Similarly for 'mode'.
* fold-const.c (strip_compund_expr): Similarly for 'type'. * fold-const.c (strip_compound_expr): Similarly for 'type'.
* function.c (fixup_var_refs_1): Similarly for 'width'. * function.c (fixup_var_refs_1): Similarly for 'width'.
(fixup_memory_subreg): Similarly for 'saved'. (fixup_memory_subreg): Similarly for 'saved'.
(locate_and_pad_parm): Similarly for 'boundary_in_bytes.' (locate_and_pad_parm): Similarly for 'boundary_in_bytes.'
...@@ -7561,7 +7555,7 @@ Fri Feb 13 08:41:49 1998 Robert Lipe <robertl@dgii.com> ...@@ -7561,7 +7555,7 @@ Fri Feb 13 08:41:49 1998 Robert Lipe <robertl@dgii.com>
* reg-stack.c: Fix typo in proto for 'get_asm_operand_lengths' * reg-stack.c: Fix typo in proto for 'get_asm_operand_lengths'
(reg_to_stack): 'initialized', 'before_function_beg' (reg_to_stack): 'initialized', 'before_function_beg'
explictly type as ints instead of defaulting. explicitly type as ints instead of defaulting.
(emit_swap_insn): Remove unused variable 'i2'. (emit_swap_insn): Remove unused variable 'i2'.
(compare_for_stack_reg): Remove unused variable 'src_note'. (compare_for_stack_reg): Remove unused variable 'src_note'.
...@@ -7641,7 +7635,7 @@ Thu Feb 12 14:04:09 1998 Gavin Koch <gavin@cygnus.com> ...@@ -7641,7 +7635,7 @@ Thu Feb 12 14:04:09 1998 Gavin Koch <gavin@cygnus.com>
Thu Feb 12 11:34:55 1998 Gavin Koch <gavin@cygnus.com> Thu Feb 12 11:34:55 1998 Gavin Koch <gavin@cygnus.com>
* mips/mips.c (movdi_operand): Direct referances to symbols * mips/mips.c (movdi_operand): Direct references to symbols
that arn't mips16 consts in mips16 mode arn't valid operands. that arn't mips16 consts in mips16 mode arn't valid operands.
* mips/mips.c (mips_move_2words): Add gprel handling. * mips/mips.c (mips_move_2words): Add gprel handling.
...@@ -7730,8 +7724,8 @@ Wed Feb 11 01:23:03 1998 John F. Carr <jfc@mit.edu> ...@@ -7730,8 +7724,8 @@ Wed Feb 11 01:23:03 1998 John F. Carr <jfc@mit.edu>
Wed Feb 11 01:17:39 1998 Jeffrey A Law (law@cygnus.com) Wed Feb 11 01:17:39 1998 Jeffrey A Law (law@cygnus.com)
* flow.c (life_analysis): Do not conside the stack pointer live at * flow.c (life_analysis): Do not consider the stack pointer live at
the end of a function if the fucntio ncalls alloca. the end of a function if the function calls alloca.
(mark_used_regs): Similarly. (mark_used_regs): Similarly.
1998-02-10 John F Carr <jfc@mit.edu> 1998-02-10 John F Carr <jfc@mit.edu>
...@@ -8090,9 +8084,9 @@ Fri Jan 30 22:30:39 1998 John Carr <jfc@mit.edu> ...@@ -8090,9 +8084,9 @@ Fri Jan 30 22:30:39 1998 John Carr <jfc@mit.edu>
* sparc.c (sparc_override_options): Make v8plus and ultrasparc set * sparc.c (sparc_override_options): Make v8plus and ultrasparc set
MASK_V8PLUS. MASK_V8PLUS.
(output_function_epilogue): Omit epilogue if nothing drops through. (output_function_epilogue): Omit epilogue if nothing drops through.
(output_move_double): Supress int ldd usage on ultrasparc and v9. (output_move_double): Suppress int ldd usage on ultrasparc and v9.
(registers_ok_for_ldd_peep): Likewise. (registers_ok_for_ldd_peep): Likewise.
(print_operand): Supress b,a on ultrasparc. Let Y accept a constant. (print_operand): Suppress b,a on ultrasparc. Let Y accept a constant.
(ultrasparc_adjust_cost): New function. (ultrasparc_adjust_cost): New function.
(sparc_issue_rate): New function. (sparc_issue_rate): New function.
* sparc.h (MASK_VIS, TARGET_VIS): New * sparc.h (MASK_VIS, TARGET_VIS): New
...@@ -8105,7 +8099,7 @@ Fri Jan 30 22:30:39 1998 John Carr <jfc@mit.edu> ...@@ -8105,7 +8099,7 @@ Fri Jan 30 22:30:39 1998 John Carr <jfc@mit.edu>
(ADJUST_COST): Call ultrasparc_adjust_cost. (ADJUST_COST): Call ultrasparc_adjust_cost.
(ISSUE_RATE): New. (ISSUE_RATE): New.
* sparc.md (attr type): Add sload, fpmove, fpcmove. Adjust users * sparc.md (attr type): Add sload, fpmove, fpcmove. Adjust users
of load & fp appropritely. of load & fp appropriately.
(supersparc function units): Adjust for Haifa. (supersparc function units): Adjust for Haifa.
(ultrasparc function units): Likewise. (ultrasparc function units): Likewise.
(get_pc_via_rdpc): All v9, not just arch64. (get_pc_via_rdpc): All v9, not just arch64.
...@@ -8478,8 +8472,8 @@ Mon Jan 26 23:52:51 1998 Markus F.X.J. Oberhumer <k3040e4@c210.edvz.uni-linz.ac ...@@ -8478,8 +8472,8 @@ Mon Jan 26 23:52:51 1998 Markus F.X.J. Oberhumer <k3040e4@c210.edvz.uni-linz.ac
Fri Jan 23 09:39:36 1998 Nick Clifton <nickc@cygnus.com> Fri Jan 23 09:39:36 1998 Nick Clifton <nickc@cygnus.com>
* toplev.c: Add -dM command line option to dump RTL after the * toplev.c: Add -dM command line option to dump RTL after the
machine dependent reorganisation pass, if there is one. machine dependent reorganization pass, if there is one.
Reorganise RTL dump code, so that only one file handle is Reorganize RTL dump code, so that only one file handle is
needed. needed.
Mon Jan 26 12:09:42 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com> Mon Jan 26 12:09:42 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
...@@ -9044,7 +9038,7 @@ Thu Jan 1 10:49:12 1998 Jeffrey A Law (law@cygnus.com) ...@@ -9044,7 +9038,7 @@ Thu Jan 1 10:49:12 1998 Jeffrey A Law (law@cygnus.com)
Wed Dec 31 14:42:18 1997 Ian Lance Taylor <ian@cygnus.com> Wed Dec 31 14:42:18 1997 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Set and subsitute host_exeext. Use it when creating * configure.in: Set and substitute host_exeext. Use it when creating
the assembler and linker symlinks. the assembler and linker symlinks.
* configure: Rebuild. * configure: Rebuild.
* Makefile.in (exeext): Set to @host_exeext@. * Makefile.in (exeext): Set to @host_exeext@.
...@@ -9225,7 +9219,7 @@ Tue Dec 23 03:53:21 1997 Richard Henderson <rth@cygnus.com> ...@@ -9225,7 +9219,7 @@ Tue Dec 23 03:53:21 1997 Richard Henderson <rth@cygnus.com>
(SDB_DEBUGGING_INFO): Remove; gas can't handle it. (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
(HANDLE_SYSV_PRAGMA): Define. (HANDLE_SYSV_PRAGMA): Define.
* alpha/osf.h: New file. * alpha/osf.h: New file.
* alpha/linux.h: Split. Retain file-format independant defines. * alpha/linux.h: Split. Retain file-format independent defines.
Import Linux bits from elf.h. Import Linux bits from elf.h.
(CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
(FUNCTION_PROFILER): _mcount takes its address in $28. (FUNCTION_PROFILER): _mcount takes its address in $28.
...@@ -9347,7 +9341,7 @@ Sat Dec 20 11:26:47 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -9347,7 +9341,7 @@ Sat Dec 20 11:26:47 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* reload1.c (reload_cse_simplify_operands): Ensure function * reload1.c (reload_cse_simplify_operands): Ensure function
always returns a value. always returns a value.
* scan-decls.c (scan_decls): Likewise. * scan-decls.c (scan_decls): Likewise.
* c-lex.c (skip_white_space): Fix typo in declaraion. * c-lex.c (skip_white_space): Fix typo in declaration.
* c-typeck.c (comp_target_types): Add parentheses around assignment * c-typeck.c (comp_target_types): Add parentheses around assignment
used as truth value. used as truth value.
(print_spelling): Likewise. (print_spelling): Likewise.
...@@ -9521,7 +9515,7 @@ Mon Dec 15 18:31:43 1997 Richard Henderson <rth@cygnus.com> ...@@ -9521,7 +9515,7 @@ Mon Dec 15 18:31:43 1997 Richard Henderson <rth@cygnus.com>
(alpha_memory_latency): Likewise. (alpha_memory_latency): Likewise.
(override_options): Handle -mmemory-latency. (override_options): Handle -mmemory-latency.
(alpha_adjust_cost): Adjust load cost for latency. (alpha_adjust_cost): Adjust load cost for latency.
* alpha.h (TARGET_OPTIONS): Add meory-latency. * alpha.h (TARGET_OPTIONS): Add memory-latency.
(REGISTER_MOVE_COST): Define in terms of memory_latency. Take (REGISTER_MOVE_COST): Define in terms of memory_latency. Take
TARGET_CIX into account. TARGET_CIX into account.
(MEMORY_MOVE_COST): Define in terms of memory_latency. (MEMORY_MOVE_COST): Define in terms of memory_latency.
...@@ -10140,7 +10134,7 @@ Fri Nov 7 15:33:11 1997 Robert Lipe (robertl@dgii.com) ...@@ -10140,7 +10134,7 @@ Fri Nov 7 15:33:11 1997 Robert Lipe (robertl@dgii.com)
Sun Nov 16 23:52:48 1997 Jeffrey A Law (law@cygnus.com) Sun Nov 16 23:52:48 1997 Jeffrey A Law (law@cygnus.com)
* cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditional
return. return.
(cse_end_of_basic_block): Similarly. (cse_end_of_basic_block): Similarly.
...@@ -10188,7 +10182,7 @@ Fri Nov 14 07:24:20 1997 Richard Henderson <rth@cygnus.com> ...@@ -10188,7 +10182,7 @@ Fri Nov 14 07:24:20 1997 Richard Henderson <rth@cygnus.com>
(nonlocal_goto_receiver): New, select _osf or _vms. (nonlocal_goto_receiver): New, select _osf or _vms.
* alpha.c (output_prolog [*]): Prefix entry labels with '$' to * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
keep them from being propogated to the object file. keep them from being propagated to the object file.
(alpha_write_linkage): Likewise. (alpha_write_linkage): Likewise.
* alpha.md (call_vms): Likewise. * alpha.md (call_vms): Likewise.
(call_value_vms): Likewise. (call_value_vms): Likewise.
...@@ -10486,7 +10480,7 @@ Tue Nov 4 16:55:11 1997 Jim Wilson <wilson@cygnus.com> ...@@ -10486,7 +10480,7 @@ Tue Nov 4 16:55:11 1997 Jim Wilson <wilson@cygnus.com>
Tue Nov 4 16:07:15 1997 Jeffrey A Law (law@cygnus.com) Tue Nov 4 16:07:15 1997 Jeffrey A Law (law@cygnus.com)
* alias.c (find_base_value): When copying arguments, return the * alias.c (find_base_value): When copying arguments, return the
tenative value for a hard register. tentative value for a hard register.
Tue Nov 4 13:40:35 1997 Doug Evans <devans@canuck.cygnus.com> Tue Nov 4 13:40:35 1997 Doug Evans <devans@canuck.cygnus.com>
...@@ -10611,7 +10605,7 @@ Thu Oct 30 14:40:10 1997 Doug Evans <devans@canuck.cygnus.com> ...@@ -10611,7 +10605,7 @@ Thu Oct 30 14:40:10 1997 Doug Evans <devans@canuck.cygnus.com>
Thu Oct 30 13:26:12 1997 Jeffrey A Law (law@cygnus.com) Thu Oct 30 13:26:12 1997 Jeffrey A Law (law@cygnus.com)
* mn10300.c (const_8bit_operand): New function. * mn10300.c (const_8bit_operand): New function.
(mask_ok_for_mem_btst): New funtion. (mask_ok_for_mem_btst): New function.
* mn10300.md (btst patterns with mem operands): Use new functions * mn10300.md (btst patterns with mem operands): Use new functions
to avoid creating btst instructions with invalid operands. to avoid creating btst instructions with invalid operands.
...@@ -10664,7 +10658,7 @@ Tue Oct 28 10:19:01 1997 Jason Merrill <jason@yorick.cygnus.com> ...@@ -10664,7 +10658,7 @@ Tue Oct 28 10:19:01 1997 Jason Merrill <jason@yorick.cygnus.com>
Tue Oct 28 00:32:14 1997 Richard Henderson <rth@cygnus.com> Tue Oct 28 00:32:14 1997 Richard Henderson <rth@cygnus.com>
* alpha.c (summarize_insn [SUBREG]): Propogate SET. * alpha.c (summarize_insn [SUBREG]): Propagate SET.
Mon Oct 27 23:59:26 1997 Richard Henderson <rth@cygnus.com> Mon Oct 27 23:59:26 1997 Richard Henderson <rth@cygnus.com>
...@@ -11170,7 +11164,7 @@ Wed Oct 15 18:21:46 1997 Richard Henderson <rth@cygnus.com> ...@@ -11170,7 +11164,7 @@ Wed Oct 15 18:21:46 1997 Richard Henderson <rth@cygnus.com>
(output_epilog): Don't call final_prescan_insn. (output_epilog): Don't call final_prescan_insn.
(struct shadow_summary): Elide $31 and $f31; now it fits in a word. (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
* alpha.h (FINAL_PRESCAN_INSN): Remove. * alpha.h (FINAL_PRESCAN_INSN): Remove.
(MACHINE_DEPENENT_REORG): Define. (MACHINE_DEPENDENT_REORG): Define.
* alpha.md (jsr patterns with trapb): Stupid and useless. Kill. * alpha.md (jsr patterns with trapb): Stupid and useless. Kill.
(trapb): New insn. (trapb): New insn.
...@@ -11322,7 +11316,7 @@ Wed Oct 1 11:13:25 1997 Ian Lance Taylor <ian@cygnus.com> ...@@ -11322,7 +11316,7 @@ Wed Oct 1 11:13:25 1997 Ian Lance Taylor <ian@cygnus.com>
Wed Oct 1 01:44:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be> Wed Oct 1 01:44:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
* m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
optimisation for f/expr.o and f/stb.o. optimization for f/expr.o and f/stb.o.
Tue Sep 30 23:48:57 1997 Jeffrey A Law (law@cygnus.com) Tue Sep 30 23:48:57 1997 Jeffrey A Law (law@cygnus.com)
...@@ -11944,7 +11938,7 @@ Wed Sep 10 14:58:40 1997 Jim Wilson <wilson@cygnus.com> ...@@ -11944,7 +11938,7 @@ Wed Sep 10 14:58:40 1997 Jim Wilson <wilson@cygnus.com>
Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com) Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
* config.sub: Accept 'amigados' for backward compatability. * config.sub: Accept 'amigados' for backward compatibility.
Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu) Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
...@@ -12002,7 +11996,7 @@ Wed Sep 10 11:49:20 1997 Jason Merrill <jason@yorick.cygnus.com> ...@@ -12002,7 +11996,7 @@ Wed Sep 10 11:49:20 1997 Jason Merrill <jason@yorick.cygnus.com>
* dwarf2out.c (output_call_frame_info): If no support for * dwarf2out.c (output_call_frame_info): If no support for
EXCEPTION_SECTION, mark the start of the frame info with a EXCEPTION_SECTION, mark the start of the frame info with a
collectable tag. collectible tag.
* collect2.c (frame_tables): New list. * collect2.c (frame_tables): New list.
(is_ctor_dtor): Recognise frame entries. (is_ctor_dtor): Recognise frame entries.
(scan_prog_file): Likewise. (scan_prog_file): Likewise.
...@@ -12070,7 +12064,7 @@ Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de> ...@@ -12070,7 +12064,7 @@ Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
* xm-m88k.h (USG): Only define if it hasn't already been defined. * xm-m88k.h (USG): Only define if it hasn't already been defined.
* Makefile.in (risky-stage1): Delete gratutious whitespace. * Makefile.in (risky-stage1): Delete gratuitous whitespace.
* Makefile.in (clean): Delete libgcc1-test. * Makefile.in (clean): Delete libgcc1-test.
...@@ -12717,7 +12711,7 @@ Wed Aug 20 12:35:47 1997 Dave Love <d.love@dl.ac.uk> ...@@ -12717,7 +12711,7 @@ Wed Aug 20 12:35:47 1997 Dave Love <d.love@dl.ac.uk>
Wed Aug 20 11:58:33 1997 Jim Wilson <wilson@cygnus.com> Wed Aug 20 11:58:33 1997 Jim Wilson <wilson@cygnus.com>
* stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test * stmt.c (start_cleanup_deferral, end_cleanup_deferral): Test
block_stack before dereferencing it. block_stack before dereferencing it.
Wed Aug 20 11:57:11 1997 Michael Meissner <meissner@cygnus.com> Wed Aug 20 11:57:11 1997 Michael Meissner <meissner@cygnus.com>
...@@ -12896,7 +12890,6 @@ Mon Aug 11 14:50:55 1997 Jeffrey A Law (law@cygnus.com) ...@@ -12896,7 +12890,6 @@ Mon Aug 11 14:50:55 1997 Jeffrey A Law (law@cygnus.com)
(instrument_loop_bct): Ditto. (instrument_loop_bct): Ditto.
* haifa-sched.c: New file. * haifa-sched.c: New file.
* Integrate regmove pass. * Integrate regmove pass.
* Makefile.in (OBJS): Add regmove.o * Makefile.in (OBJS): Add regmove.o
(regmove.o): Add dependencies. (regmove.o): Add dependencies.
...@@ -12993,7 +12986,6 @@ Mon Aug 11 10:04:49 1997 Jeffrey A Law (law@cygnus.com) ...@@ -12993,7 +12986,6 @@ Mon Aug 11 10:04:49 1997 Jeffrey A Law (law@cygnus.com)
(output_dependence, init_alias_analysis, end_alias_analysis): Likewise. (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
(mark_user_reg, mark_reg_pointer): Likewise. (mark_user_reg, mark_reg_pointer): Likewise.
* Integrate reload bugfix from Wilon which enables the PA port * Integrate reload bugfix from Wilon which enables the PA port
to bootstrap again. to bootstrap again.
* reload1.c (reload): Sum needs for both OPADDR_ADDR and * reload1.c (reload): Sum needs for both OPADDR_ADDR and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment