summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-08-20 20:12:50 +0000
committerRoland McGrath <roland@gnu.org>2004-08-20 20:12:50 +0000
commitf523496bed1ee6f14c3f1a04b8877ae7ec30a498 (patch)
treeedf9b13bea21596f0abecc18831d25e0cb5bc3ef
parente7f4d2bf43c266b2219a14b783b55df423ce5246 (diff)
* csu/Makefile ($(objpfx)version-info.h): Use printf in place
of echo -e for POSIX.2 portability. Reported by Paul Jarc <prj@po.cwru.edu>. * setjmp/Makefile (tests): Add bug269-setjmp.
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d324b11dda..e1de142b35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-20 Roland McGrath <roland@frob.com>
+
+ * csu/Makefile ($(objpfx)version-info.h): Use printf in place
+ of echo -e for POSIX.2 portability.
+ Reported by Paul Jarc <prj@po.cwru.edu>.
+
2004-08-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
@@ -881,7 +887,7 @@
2004-07-16 Steven Munroe <sjmunroe@us.ibm.com>
[BZ #269]
- * setjmp/Makefile (tests): Add bug269-setjmp.
+ * setjmp/Makefile (tests): Add bug269-setjmp.
* setjmp/bug269-setjmp.c: New file.
* sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
Store R2 from jmpbuf in callers TOC save area.