diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-25 23:09:16 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-25 23:09:16 +0000 |
commit | d0d268f2583fa95972d8ea2b937e8a93f5ae0bdd (patch) | |
tree | 4d438a1a62e385d26fd41ffb9fce4aa5c8f69300 /gcc | |
parent | 7759e918bd3edd4018024cd37afc623278379f34 (diff) | |
download | ppe42-gcc-d0d268f2583fa95972d8ea2b937e8a93f5ae0bdd.tar.gz ppe42-gcc-d0d268f2583fa95972d8ea2b937e8a93f5ae0bdd.zip |
ChangeLog typo fix for last final.c change: LABEL_ALIGN -> LOOP_ALIGN
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32155 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb1dcb91296..5c19618f3a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -86,9 +86,9 @@ Thu Feb 24 20:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk> Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk> - * final.c (shorten_branches): Make value passed to LABEL_ALIGN + * final.c (shorten_branches): Make value passed to LOOP_ALIGN conform to documentation. - * sh.h (LABEL_ALIGN): If aligning loops, call sh_loop_align + * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align to check for special cases. * sh-protos.h (sh_loop_align): Declare. * sh.c (sh_loop_align): Define. |