diff options
| author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-25 23:03:23 +0000 |
|---|---|---|
| committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-25 23:03:23 +0000 |
| commit | 7759e918bd3edd4018024cd37afc623278379f34 (patch) | |
| tree | 665281ff9bbe4fe50bd5671fa1e1513edb02f06e | |
| parent | 2eb7a7795d5911abea9c1f90078c8a4fba336dd2 (diff) | |
| download | ppe42-gcc-7759e918bd3edd4018024cd37afc623278379f34.tar.gz ppe42-gcc-7759e918bd3edd4018024cd37afc623278379f34.zip | |
Typo fix in ChangeLog: 1,$:s/sh_label_align/sh_loop_align/g
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32154 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83307d15c62..bb1dcb91296 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -88,10 +88,10 @@ Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk> * final.c (shorten_branches): Make value passed to LABEL_ALIGN conform to documentation. - * sh.h (LABEL_ALIGN): If aligning loops, call sh_label_align + * sh.h (LABEL_ALIGN): If aligning loops, call sh_loop_align to check for special cases. - * sh-protos.h (sh_label_align): Declare. - * sh.c (sh_label_align): Define. + * sh-protos.h (sh_loop_align): Declare. + * sh.c (sh_loop_align): Define. 2000-02-22 Andrew Haley <aph@cygnus.com> |

