aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-24 06:08:30 +0000
committerRichard Stallman <rms@gnu.org>1992-09-24 06:08:30 +0000
commit3b647566f77e7f7bac9936132c4d389f69240fea (patch)
treece664f07683eb02bf723605178e1734f40cb596d /gcc
parent191b18e9de50031b9b526079cd025f9755357f01 (diff)
downloadgcc-3b647566f77e7f7bac9936132c4d389f69240fea.zip
gcc-3b647566f77e7f7bac9936132c4d389f69240fea.tar.gz
gcc-3b647566f77e7f7bac9936132c4d389f69240fea.tar.bz2
Comment fix.
From-SVN: r2221
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h
index 16d4a35..7209176 100644
--- a/gcc/config/i386/unix.h
+++ b/gcc/config/i386/unix.h
@@ -47,7 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Output the size-letter for an opcode.
CODE is the letter used in an operand spec (L, B, W, S or Q).
CH is the corresponding lower case letter
- (except if CODE is L then CH is `l'). */
+ (except if CODE is `Q' then CH is `l', unless GAS_MNEMONICS). */
#define PUT_OP_SIZE(CODE,CH,FILE) putc (CH,(FILE))
/* Opcode suffix for fullword insn. */