diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-17 14:46:12 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-17 14:46:12 +0000 |
commit | 916af0488c5c7f741cf92deb73451d3072b4e64e (patch) | |
tree | 6121270b552fe02ecf88fba284d07334cdfb0d91 /gas/config/tc-i386.c | |
parent | 7f396d02ee5b6f506fa1fd3f78b2283c93fbbe2b (diff) | |
download | gdb-916af0488c5c7f741cf92deb73451d3072b4e64e.zip gdb-916af0488c5c7f741cf92deb73451d3072b4e64e.tar.gz gdb-916af0488c5c7f741cf92deb73451d3072b4e64e.tar.bz2 |
gas/
2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (intel_e04): Revert the last change.
gas/testsuite/
2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/x86-64-rip.s: Revert the last change.
* gas/i386/x86-64-rip-intel.d: Likewise.
* gas/i386/x86-64-rip.d: Likewise.
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 1a6d345..5453a00 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -7913,9 +7913,6 @@ intel_e04 (void) if (!intel_e05()) return 0; - if (cur_token.code == T_NIL) - return 1; - if (nregs >= 0 && NUM_ADDRESS_REGS > nregs) i.base_reg = i386_regtab + REGNAM_AL; /* al is invalid as base */ |