mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
* v850-dis.c: New file. Skeleton for disassembler support.
* Makefile.in Remove v850 references, they're not needed here and they weren't being sanitized away. * configure.in: Add v850-dis.o when building v850 toolchains. * configure: Rebuilt. * disassemble.c (disassembler): Call v850 disassembler. Skeleton support for V850 disassembler.
This commit is contained in:
@ -1,6 +1,13 @@
|
||||
start-sanitize-v850
|
||||
Sat Aug 31 01:27:26 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* v850-dis.c: New file. Skeleton for disassembler support.
|
||||
* Makefile.in Remove v850 references, they're not needed here
|
||||
and they weren't being sanitized away.
|
||||
* configure.in: Add v850-dis.o when building v850 toolchains.
|
||||
* configure: Rebuilt.
|
||||
* disassemble.c (disassembler): Call v850 disassembler.
|
||||
|
||||
* v850-opc.c (insert_d8_7, extract_d8_7): New functions.
|
||||
(insert_d8_6, extract_d8_6): New functions.
|
||||
(v850_operands): Rename D7S to D7; operand for D7 is unsigned.
|
||||
|
Reference in New Issue
Block a user