diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-08-27 19:12:08 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-27 13:12:08 -0600 |
commit | 70f7facc71dcffd3eda4ad5998ea0aa40c3ef632 (patch) | |
tree | 392c734cd8410325813f84f6aeaf8def3b96c385 /gcc | |
parent | 56ae6d778025d0f8a8438baed821a8adea1b7df6 (diff) | |
download | gcc-70f7facc71dcffd3eda4ad5998ea0aa40c3ef632.zip gcc-70f7facc71dcffd3eda4ad5998ea0aa40c3ef632.tar.gz gcc-70f7facc71dcffd3eda4ad5998ea0aa40c3ef632.tar.bz2 |
* i386.c (print_operand): Remove obsolete 'c' docs.
From-SVN: r22028
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/i386.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d73a8cb..45cc71d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 27 20:10:46 1998 Jeffrey A Law (law@cygnus.com) + + * i386.c (print_operand): Remove obsolete 'c' docs. + Wed Aug 26 17:13:37 1998 Tom Tromey <tromey@cygnus.com> * gthr.h: Document __GTHREAD_MUTEX_INIT_FUNCTION. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index b316130..9354e79 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -3306,7 +3306,6 @@ put_condition_code (code, reverse_cc, mode, file) z -- print the opcode suffix for the size of the current operand. * -- print a star (in certain assembler syntax) w -- print the operand as if it's a "word" (HImode) even if it isn't. - c -- don't print special prefixes before constant operands. J -- print the appropriate jump operand. s -- print a shift double count, followed by the assemblers argument delimiter. |