summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-07 23:36:49 +0000
committerJim Meyering <jim@meyering.net>2003-03-07 23:36:49 +0000
commit6d842c09f025546582f990b068a6562ed68f2f80 (patch)
tree7d66878d8fd80fac02eec0f7a86f2bdbd1112c18
parentc647d81837e229c0e23ab6c64afb9618889fe40f (diff)
downloadcoreutils-6d842c09f025546582f990b068a6562ed68f2f80.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4717d9309..dc2cceadb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.