Define BFD64 everywhere since we have 64-bit bfd_vma. Thusly fix x86-64 disassembler.
Set BFD64 for 64-bit architectures where sizeof(long) == 8
VMA are now 64-bit wide, thus #include cxmon <sysdeps.h> to get correct types information. Add its directory to the include search path.
Add support for x86-64 disassembly - mon.cpp (mon_init): new command is "d8664" - mon_cmd.cpp (disassemble): handle CPU_x86_64, and make it 64-bit aware in address dumps - mon_disass.cpp (disass_x86): s/bool i8086/uint32 bits/ defining the x86 architecture "size", aka 16 => 8086, 32 => 80x86, 64 => x86-64 - Merge with GNU x86 disassembler as part of binutils 2.12.90.0.15
- updated spec file - added bfd.h
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.