diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-07 23:36:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-07 23:36:49 +0000 |
commit | 6d842c09f025546582f990b068a6562ed68f2f80 (patch) | |
tree | 7d66878d8fd80fac02eec0f7a86f2bdbd1112c18 | |
parent | c647d81837e229c0e23ab6c64afb9618889fe40f (diff) | |
download | coreutils-6d842c09f025546582f990b068a6562ed68f2f80.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ 2003-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + 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. |