diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-04 02:51:28 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-04 02:51:28 +0000 |
commit | 35a3065a3eaa382dc4b1f9e0f8f4c41b81a2014d (patch) | |
tree | e032f0934bde28fa98892ee1930ec178cedbfe6a /gcc/ChangeLog.2 | |
parent | 0c87a39e6a64b2cfb0f713fe4d7f9ff1f267c1ba (diff) | |
download | gcc-35a3065a3eaa382dc4b1f9e0f8f4c41b81a2014d.tar.gz |
* ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
FSFChangeLog.10, FSFChangeLog.11, alias.c, attribs.c,
caller-save.c, calls.c, cfg.c, cfganal.c, cfgcleanup.c, cfgrtl.c,
cppmacro.c, fold-const.c, ifcvt.c, local-alloc.c, profile.c,
sched-int.h, toplev.c, config/alpha/alpha.c,
config/alpha/alpha.md, config/c4x/c4x.h, config/cris/cris.h,
config/cris/cris.md, config/i370/i370.md, config/i386/i386.c,
config/i386/i386.h, config/i386/i386.md, config/i386/xm-djgpp.h,
config/ia64/ia64.c, config/m68hc11/m68hc11.c, config/m68k/m68k.md,
config/mcore/mcore.h, config/mmix/mmix.c, config/ns32k/ns32k.h,
config/ns32k/ns32k.md, config/rs6000/rs6000.c,
config/rs6000/sysv4.h, config/sh/sh.md: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog.2')
-rw-r--r-- | gcc/ChangeLog.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog.2 b/gcc/ChangeLog.2 index 533a545e1f6..4aaeb0f32cb 100644 --- a/gcc/ChangeLog.2 +++ b/gcc/ChangeLog.2 @@ -4049,8 +4049,8 @@ Wed Oct 27 15:21:46 1999 Richard Henderson <rth@cygnus.com> Wed Oct 27 12:33:40 1999 Mark Mitchell <mark@codesourcery.com> - * rtl.h (note_stores): Add additional paramter. - * rtlanal.c (reg_set_p_1): Take additional paramter. + * rtl.h (note_stores): Add additional parameter. + * rtlanal.c (reg_set_p_1): Take additional parameter. (reg_set_last_1): Likewise. (reg_set_p): Adjust call to note_stores. (reg_set_last): Likewise. @@ -4110,7 +4110,7 @@ Wed Oct 27 12:33:40 1999 Mark Mitchell <mark@codesourcery.com> (prescan_loop): Adjust calls to note_stores. (strength_reduce): Likewise. (check_dbra_loop): Likewise. - * regmove.c (flags_set_1): Take additional paramter. + * regmove.c (flags_set_1): Take additional parameter. (mark_flags_life_zones): Adjust calls to note_stores. * reload1.c (mark_not_eliminable): Take additional parameter. (forget_old_reloads_1): Likewise. @@ -4124,7 +4124,7 @@ Wed Oct 27 12:33:40 1999 Mark Mitchell <mark@codesourcery.com> (reload_cse_regs_1): Likewise. (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx. (reload_combine): Adjust calls to note_stores. - * resource.c (update_live_status): Take additional paramter. + * resource.c (update_live_status): Take additional parameter. (mark_target_live_regs): Adjust calls to note_stores. * stupid.c (find_clobbered_regs): Take additional parameter. (stupid_life_analysis): Adjust calls to note_stores. @@ -5833,7 +5833,7 @@ Thu Oct 7 23:06:50 1999 Richard Henderson <rth@cygnus.com> Thu Oct 7 22:53:00 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> Mark Mitchell <mark@codesourcery.com> - * tree.c (make_lang_type_fn): New funtion pointer. + * tree.c (make_lang_type_fn): New function pointer. (make_lang_type): Call it. * tree.h (make_lang_type): Declare. (make_lang_type_fn): Likewise. @@ -8622,7 +8622,7 @@ Tue Sep 7 00:47:52 1999 Mark Mitchell <mark@codesourcery.com> * except.c (mark_func_eh_entry): New function. (mark_eh_node): Mark false_label and rethrow_label. (init_eh): Add more GC roots. - * function.c (free_after_compilation): Take decl as a paramter. + * function.c (free_after_compilation): Take decl as a parameter. Call free_stmt_status. (mark_function_state): Don't assume x_parm_reg_stack_loc is non-NULL. |