diff options
author | Michael Frysinger <vapier@gentoo.org> | 2011-03-27 03:48:44 +0000 |
---|---|---|
committer | Michael Frysinger <vapier@gentoo.org> | 2011-03-27 03:48:44 +0000 |
commit | 623f23351c1b6c47411c52508603d817f9624d4e (patch) | |
tree | 83fea0c1d185ef7c37ec636493845fa07dd6909d /libgloss/ChangeLog | |
parent | d2d0cc5c32fad894689758a2d8f5a6629a295698 (diff) | |
download | newlib-623f23351c1b6c47411c52508603d817f9624d4e.zip newlib-623f23351c1b6c47411c52508603d817f9624d4e.tar.gz newlib-623f23351c1b6c47411c52508603d817f9624d4e.tar.bz2 |
fix typo in previous changelog entry
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 9f562ec..d55aff7 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,6 +1,6 @@ 2011-03-26 Mike Frysinger <vapier@gentoo.org> - * bfin/include/builtins.h (__builtin_raise): Change constraint to i. + * bfin/include/builtins.h (__builtin_raise): Change constraint to n. (__builtin_excpt): Likewise. 2011-03-26 Mike Frysinger <vapier@gentoo.org> |