diff options
author | Paul Brook <paul@codesourcery.com> | 2006-09-21 23:42:46 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-09-21 23:42:46 +0000 |
commit | dbd3fc79fb713c993fc6fba60c9c784542aa3610 (patch) | |
tree | 7efc29f844a4c81ddef1c14fa058734697ccfbfb | |
parent | 0cf34e0589f1000d641c88426bdb1807a0f5c274 (diff) | |
download | fsf-binutils-gdb-dbd3fc79fb713c993fc6fba60c9c784542aa3610.zip fsf-binutils-gdb-dbd3fc79fb713c993fc6fba60c9c784542aa3610.tar.gz fsf-binutils-gdb-dbd3fc79fb713c993fc6fba60c9c784542aa3610.tar.bz2 |
2006-09-21 Paul Brook <paul@codesourcery.com>
newlib/
* libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to be binary
compatible with normal layout
-rw-r--r-- | ChangeLog.csl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 93f17ea..e400293 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,9 @@ +2006-09-21 Paul Brook <paul@codesourcery.com> + + newlib/ + * libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to be binary + compatible with normal layout + 2006-09-20 Paul Brook <paul@codesourcery.com> newlib/ |