diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-07-13 18:13:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-07-13 18:13:36 +0000 |
commit | 6b2de085ee72ddb799dab8c00c7f186f1acab7b5 (patch) | |
tree | ebe99f9c968009e527b0d2c33d13a748becb9a8c /gas | |
parent | 4844f454ad5c60a19793ac8354a76122a9fcb0e0 (diff) | |
download | gdb-6b2de085ee72ddb799dab8c00c7f186f1acab7b5.zip gdb-6b2de085ee72ddb799dab8c00c7f186f1acab7b5.tar.gz gdb-6b2de085ee72ddb799dab8c00c7f186f1acab7b5.tar.bz2 |
2006-07-13 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.h (Size64): Fix a typo in comment.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-i386.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 78320dd..bdc99e6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-07-13 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-i386.h (Size64): Fix a typo in comment. + 2006-07-12 Nick Clifton <nickc@redhat.com> * config/tc-sh.c (md_apply_fix): Do not allow the generic code in diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index c4661df..c51563a 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -218,7 +218,7 @@ typedef struct #define Seg3ShortForm 0x1000 /* fs/gs segment register insns. */ #define Size16 0x2000 /* needs size prefix if in 32-bit mode */ #define Size32 0x4000 /* needs size prefix if in 16-bit mode */ -#define Size64 0x8000 /* needs size prefix if in 16-bit mode */ +#define Size64 0x8000 /* needs size prefix if in 64-bit mode */ #define IgnoreSize 0x10000 /* instruction ignores operand size prefix */ #define DefaultSize 0x20000 /* default insn size depends on mode */ #define No_bSuf 0x40000 /* b suffix on instruction illegal */ |