From: Jim Meyering Date: Fri, 7 Mar 2003 23:36:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d842c09f025546582f990b068a6562ed68f2f80;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4717d93091..dc2cceadbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ 2003-03-07 John David Anglin + Avoid build failure with gcc on hppa1.1-hp-hpux10.20 (see GCC PR + middle-end/9986). As one of GCC's optimizations, it transforms a + fputs_unlocked call to a fputc_unlocked call when the string is + one character long. However, hpux doesn't have fputc_unlocked. + * expr.c (usage): Use putchar, not fputs, to output a single character. * ls.c (dired_dump_obstack): Likewise. * ptx.c (output_one_tex_line, output_one_dumb_line): Likewise.