diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-12-30 19:32:49 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-12-30 19:32:49 +0000 |
commit | 87a918e2022c6fce422fc0906c1fe7377d502d37 (patch) | |
tree | 2dde9b38e23c64073071f11555a2955e9db3084d /gas | |
parent | 751d281c74a4eb599783f91ba0c663000748655f (diff) | |
download | gdb-87a918e2022c6fce422fc0906c1fe7377d502d37.zip gdb-87a918e2022c6fce422fc0906c1fe7377d502d37.tar.gz gdb-87a918e2022c6fce422fc0906c1fe7377d502d37.tar.bz2 |
2006-12-30 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.h (ShiftCount): Fix a comment typo.
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 1f11729..dc933e5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2006-12-30 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.h (ShiftCount): Fix a comment typo. + +2006-12-30 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (md_show_usage): Mention --32/--64. 2006-12-29 H.J. Lu <hongjiu.lu@intel.com> diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index 75e11b5..5f88136 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -277,7 +277,7 @@ typedef struct #define Disp64 0x10000 /* 64 bit displacement */ /* specials */ #define InOutPortReg 0x20000 /* register to hold in/out port addr = dx */ -#define ShiftCount 0x40000 /* register to hold shift cound = cl */ +#define ShiftCount 0x40000 /* register to hold shift count = cl */ #define Control 0x80000 /* Control register */ #define Debug 0x100000 /* Debug register */ #define Test 0x200000 /* Test register */ |