Typo fix in ChangeLog: 1,$:s/sh_label_align/sh_loop_align/g

From-SVN: r32154
This commit is contained in:
Joern Rennecke 2000-02-25 23:03:23 +00:00
parent 4ae4a3c973
commit 8156feba93

View File

@ -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>