mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
Add mach parameter to nios2_find_opcode_hash.
2014-11-06 Sandra Loosemore <sandra@codesourcery.com> include/opcode/ * nios2.h (nios2_find_opcode_hash): Add mach parameter to declaration. Fix obsolete comment. opcodes/ * nios2-dis.c (nios2_find_opcode_hash): Add mach parameter. (nios2_disassemble): Adjust call to nios2_find_opcode_hash. gas/ * config/tc-nios2.c (nios2_diagnose_overflow): Adjust call to nios2_find_opcode_hash.
This commit is contained in:
@ -154,8 +154,8 @@ extern struct nios2_reg *nios2_regs;
|
||||
extern const int nios2_num_builtin_regs;
|
||||
extern int nios2_num_regs;
|
||||
|
||||
/* This is made extern so that the assembler can use it to find out
|
||||
what instruction caused an error. */
|
||||
extern const struct nios2_opcode *nios2_find_opcode_hash (unsigned long);
|
||||
/* Return the opcode descriptor for a single instruction. */
|
||||
extern const struct nios2_opcode *
|
||||
nios2_find_opcode_hash (unsigned long, unsigned long);
|
||||
|
||||
#endif /* _NIOS2_H */
|
||||
|
Reference in New Issue
Block a user