diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-10-19 08:36:02 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-10-19 08:36:02 +0000 |
commit | 6d441576873f5f34962fa3982f4e4f1d37eeb405 (patch) | |
tree | a738aa15b66af49936e2a3240fd76d58d6aae5e8 | |
parent | 733c9ed37453cd51529fa080a3376d1db1461987 (diff) | |
download | cygnal-6d441576873f5f34962fa3982f4e4f1d37eeb405.tar.gz cygnal-6d441576873f5f34962fa3982f4e4f1d37eeb405.tar.bz2 cygnal-6d441576873f5f34962fa3982f4e4f1d37eeb405.zip |
* Fix ChangeLog entry to mention full path of changed file.
-rw-r--r-- | newlib/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 190819d07..24d96d9e4 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,6 +1,7 @@ 2006-10-11 Yang Tse <yangsita@gmail.com> - * setjmp.h: Use __extension__ keyword for gcc's braced-groups. + * libc/include/machine/setjmp.h: Use __extension__ keyword for gcc's + braced-groups. 2006-10-11 Corinna Vinschen <corinna@vinschen.de> |