aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>1998-04-20 15:43:51 +0100
committerJoern Rennecke <amylaar@gcc.gnu.org>1998-04-20 15:43:51 +0100
commitba70e85a7719a544573acff0de64730c1bf045f2 (patch)
tree535cf0ad9f0e391617228cc5ff74b8e08503fae2
parent9570762777f48f19adb9163c46fcacd0fd9ace92 (diff)
downloadgcc-ba70e85a7719a544573acff0de64730c1bf045f2.zip
gcc-ba70e85a7719a544573acff0de64730c1bf045f2.tar.gz
gcc-ba70e85a7719a544573acff0de64730c1bf045f2.tar.bz2
Formatting fix.
From-SVN: r19345
-rw-r--r--gcc/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 693014d..563928d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,10 +1,10 @@
Mon Apr 20 22:37:50 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
- * final.c (shorten_branches, init_insn_lengths): Move code
- to free label_align, uid_shuid, insn_lengths, insn_addresses
- and uid_align from the former function into the latter one;
- Add code to clear these variables.
- * sh.h (label_align): Remove declaration.
+ * final.c (shorten_branches, init_insn_lengths): Move code
+ to free label_align, uid_shuid, insn_lengths, insn_addresses
+ and uid_align from the former function into the latter one;
+ Add code to clear these variables.
+ * sh.h (label_align): Remove declaration.
Mon Apr 20 14:48:29 1998 Michael Meissner <meissner@cygnus.com>