diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-12-22 12:44:28 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-12-22 12:44:28 +0000 |
commit | 83ab39071b94a60a1b8fb8e791b8b651b93282fa (patch) | |
tree | 866d200ec9b5179480aa3d049815b017615fa130 /gcc | |
parent | fc608b0321008b7fab4f1d797d5f0a7855b47b02 (diff) | |
download | gcc-83ab39071b94a60a1b8fb8e791b8b651b93282fa.tar.gz |
Fix typo in ChangeLog.
From-SVN: r38453
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ac8c253923..d8828ccaed7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,7 +4,9 @@ * fp-bit.h (usi_to_float): Add prototype. - * i386.c (file_info_cmp): Likewise. + * i386.c (ix86_expand_builtin): Delete unused label. + + * dwarf2out.c (file_info_cmp): Prototype. (dwarf2out_line): Hide variable `old_in_use'. * objc-act.c (objc_fatal): Delete. |