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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8ee365e..1c7b0fe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +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. + 2007-03-21 Andreas Schwab <schwab@suse.de> * config/tc-i386.h (NOP_OPCODE): Restore. |