diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-03-21 15:37:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-03-21 15:37:21 +0000 |
commit | 1d5f2fe90da978c067d28b95b0eb9e504063194d (patch) | |
tree | ed15b2635d2a7eea2ac962ce3987038a4821f1e2 /gas/config/tc-i386.c | |
parent | 5ac8f2a23bdc87db533640b5fd06108b1f040bd0 (diff) | |
download | gdb-1d5f2fe90da978c067d28b95b0eb9e504063194d.zip gdb-1d5f2fe90da978c067d28b95b0eb9e504063194d.tar.gz gdb-1d5f2fe90da978c067d28b95b0eb9e504063194d.tar.bz2 |
2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am: Run dep-am.
* Makefile.in: Regenerated.
* config/tc-i386.c: Don't include "opcodes/i386-opc.h".
* config/tc-i386.h: Include "opcodes/i386-opc.h".
(NOP_OPCODE): Removed.
(template): Likewise.
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 0f3077c..63d95fa 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -32,7 +32,6 @@ #include "subsegs.h" #include "dwarf2dbg.h" #include "dw2gencfi.h" -#include "opcodes/i386-opc.h" #include "elf/x86-64.h" #ifndef REGISTER_WARNINGS |