From: Roland McGrath Date: Fri, 20 Aug 2004 20:12:50 +0000 (+0000) Subject: * csu/Makefile ($(objpfx)version-info.h): Use printf in place X-Git-Tag: cvs/fedora-base~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f523496bed1ee6f14c3f1a04b8877ae7ec30a498;p=thirdparty%2Fglibc.git * csu/Makefile ($(objpfx)version-info.h): Use printf in place of echo -e for POSIX.2 portability. Reported by Paul Jarc . * setjmp/Makefile (tests): Add bug269-setjmp. --- diff --git a/ChangeLog b/ChangeLog index d324b11ddad..e1de142b35d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-20 Roland McGrath + + * csu/Makefile ($(objpfx)version-info.h): Use printf in place + of echo -e for POSIX.2 portability. + Reported by Paul Jarc . + 2004-08-19 Ulrich Drepper * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in @@ -881,7 +887,7 @@ 2004-07-16 Steven Munroe [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.