diff options
author | Graham Stott <grahams@gcc.gnu.org> | 2000-10-17 19:12:43 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2000-10-17 19:12:43 +0000 |
commit | c330e9c1e28caf8f48e4be47829bd6c9a86e91b7 (patch) | |
tree | b97f6d5177aabd0a0fa13bd2e8fe6f2d1d561080 /gcc | |
parent | 343bf728404c1b442991bc52169776ff5c3e4b2a (diff) | |
download | gcc-c330e9c1e28caf8f48e4be47829bd6c9a86e91b7.zip gcc-c330e9c1e28caf8f48e4be47829bd6c9a86e91b7.tar.gz gcc-c330e9c1e28caf8f48e4be47829bd6c9a86e91b7.tar.bz2 |
i386.md (testqi_1): Add missing operand prefix for operand 0.
* config/i386/i386.md (testqi_1): Add missing operand prefix
for operand 0.
* config/i386/i386-protos.h: Add missing prototype.
From-SVN: r36909
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6d2526b..0e204ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2000-10-17 Graham Stott <grahams@redhat.com> + + * config/i386/i386.md (testqi_1): Add missing operand prefix + for operand 0. + * config/i386/i386-protos.h: Add missing prototype. + 2000-10-17 Diego Novillo <dnovillo@cygnus.com> * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol |