diff options
author | Jim Wilson <wilson@tuliptree.org> | 2001-02-14 20:30:26 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2001-02-14 20:30:26 +0000 |
commit | 42dc96cab86f70181020e1762b42b79a4bbab8aa (patch) | |
tree | f1724f527fb89e87b76fba912a65746707487cda /opcodes/ia64-asmtab.c | |
parent | fixes for elf_find_nearest_line (diff) | |
download | binutils-gdb-42dc96cab86f70181020e1762b42b79a4bbab8aa.tar.gz binutils-gdb-42dc96cab86f70181020e1762b42b79a4bbab8aa.tar.bz2 binutils-gdb-42dc96cab86f70181020e1762b42b79a4bbab8aa.zip |
Fix DV bug reported by Intel against the setf instruction.
* ia64-ic.tbl: Update from Intel. Add setf to fr-writers.
* ia64-asmtab.c: Regenerate.
Diffstat (limited to 'opcodes/ia64-asmtab.c')
-rw-r--r-- | opcodes/ia64-asmtab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/ia64-asmtab.c b/opcodes/ia64-asmtab.c index e37e791722c..37847db9cf4 100644 --- a/opcodes/ia64-asmtab.c +++ b/opcodes/ia64-asmtab.c @@ -1497,8 +1497,8 @@ static const short dep232[] = { }; static const short dep233[] = { - 32, 33, 88, 166, 252, 2129, 2130, 2131, 2157, 2158, 2161, 2164, 4127, 20605, - + 32, 33, 88, 166, 252, 2129, 2130, 2131, 2157, 2158, 2161, 2164, 2295, 4127, + 16516, 16518, 18731, 18733, 18734, 18736, 20605, }; static const short dep234[] = { @@ -1663,7 +1663,7 @@ op_dependencies[] = { { NELS(dep230), dep230, NELS(dep31), dep31, }, { NELS(dep231), dep231, NELS(dep0), dep0, }, { NELS(dep232), dep232, NELS(dep0), dep0, }, - { NELS(dep233), dep233, NELS(dep31), dep31, }, + { NELS(dep233), dep233, NELS(dep62), dep62, }, { 0, NULL, 0, NULL, }, { NELS(dep235), dep235, NELS(dep234), dep234, }, }; |