diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-16 22:11:05 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-16 22:11:05 +0000 |
commit | 2f81ff928644e457e4edbff1257e663845857f6b (patch) | |
tree | f7abf038350517b056fbb986cf5bc91b7874ffdb /opcodes/i386-tbl.h | |
parent | fb8cf7c532d406a44b77670cf7ad09046dc04c5e (diff) | |
download | gdb-2f81ff928644e457e4edbff1257e663845857f6b.zip gdb-2f81ff928644e457e4edbff1257e663845857f6b.tar.gz gdb-2f81ff928644e457e4edbff1257e663845857f6b.tar.bz2 |
Add OPERAND_TYPE_IMM32_64
* i386-gen.c (operand_type_init): Add OPERAND_TYPE_IMM32_64.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
Diffstat (limited to 'opcodes/i386-tbl.h')
-rw-r--r-- | opcodes/i386-tbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index 257f8b1..e1e2dc5 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -1,5 +1,5 @@ /* This file is automatically generated by i386-gen. Do not edit! */ -/* Copyright 2007, 2008, 2009, 2010, 2011 +/* Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. This file is part of the GNU opcodes library. |