aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-02-05 16:14:58 -0700
committerJeff Law <law@gcc.gnu.org>1998-02-05 16:14:58 -0700
commit94e5565f925f8b1878dc3c44ea5be052c286df2d (patch)
treeae7d67ff1e4ae218d8ab413d3238317f3b9f1280 /gcc
parent78418280ddc10b0701ca2d319ab5c3a5ca6e8375 (diff)
downloadgcc-94e5565f925f8b1878dc3c44ea5be052c286df2d.zip
gcc-94e5565f925f8b1878dc3c44ea5be052c286df2d.tar.gz
gcc-94e5565f925f8b1878dc3c44ea5be052c286df2d.tar.bz2
Tweak last entry "no output operands" instead of "no operands".
From-SVN: r17678
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c16abab..5e0eb82 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
Thu Feb 5 21:59:49 1998 Jeffrey A Law (law@cygnus.com)
* stmt.c (expand_asm_operands): Correctly identify asm statements
- no operands.
+ no output operands.
Thu Feb 5 21:56:06 1998 Mumit Khan <khan@xraylith.wisc.edu>