Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 43811b569..2541b5ec2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+2011-03-03 Corinna Vinschen <vinschen@redhat.com>
+
+ * libc/include/sys/cdefs.h (__CONCAT1): Define.
+ (__CONCAT): Define.
+ (__STRING): Define.
+ (__XSTRING): Define.
+ (__ASMNAME): Define.
+ * libc/include/string.h (strerror_r): Use __ASMNAME to take target
+ specific label prefixes into account.
+
2011-03-01 Aaron Landwehr <snaphat@gmail.com>
* libm/complex/cproj.c: Fix typo.