diff options
author | James E Wilson <wilson@specifixinc.com> | 2003-12-10 07:35:47 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-12-09 23:35:47 -0800 |
commit | a7eaa37dd03fb3ef2d875763c6b4166942919adb (patch) | |
tree | d8005f5ec87ce3a1b675df23febc0cd133c58b8a /gcc/ChangeLog | |
parent | facef326df0c41371da002b8d5e7716346750f17 (diff) | |
download | gcc-a7eaa37dd03fb3ef2d875763c6b4166942919adb.zip gcc-a7eaa37dd03fb3ef2d875763c6b4166942919adb.tar.gz gcc-a7eaa37dd03fb3ef2d875763c6b4166942919adb.tar.bz2 |
Fix comment problem reported by Doug Evans.
* rtl.def (CODE_LABEL, NOTE): Correct operand numbers in comments.
From-SVN: r74488
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f1b73f6..d8f7055 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-12-09 James E Wilson <wilson@specifixinc.com> + + * rtl.def (CODE_LABEL, NOTE): Correct operand numbers in comments. + 2003-12-09 Matt Austern <austern@apple.com> PR c/13134 |