diff options
author | Jim Wilson <wilson@tuliptree.org> | 2005-11-23 04:58:37 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2005-11-23 04:58:37 +0000 |
commit | aa2273ba99118d3cb08e8bdace72159cb1e0314e (patch) | |
tree | 160909fe0fb883e46dd9a123302f841b798ff3f6 /opcodes/ChangeLog | |
parent | cb3b8d911b227c9ae3ab62ba175688721f86f23e (diff) | |
download | gdb-aa2273ba99118d3cb08e8bdace72159cb1e0314e.zip gdb-aa2273ba99118d3cb08e8bdace72159cb1e0314e.tar.gz gdb-aa2273ba99118d3cb08e8bdace72159cb1e0314e.tar.bz2 |
Fix 32-bit host/target --enable-targets=all build failure from Doug Evans.
* ia64-gen.c (_opcode_int64_low, _opcode_int64_high,
opcode_fprintf_vma): New.
(print_main_table): New opcode_fprintf_vma instead of fprintf_vma.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 83dee04..e68bab5 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2005-11-22 James E Wilson <wilson@specifix.com> + + * ia64-gen.c (_opcode_int64_low, _opcode_int64_high, + opcode_fprintf_vma): New. + (print_main_table): New opcode_fprintf_vma instead of fprintf_vma. + 2005-11-16 Alan Modra <amodra@bigpond.net.au> * ppc-opc.c (powerpc_opcodes): Add frin,friz,frip,frim. Correct |