Browse Source

(make_instruction): Rename to cr16_make_instruction.

(match_opcode): Rename to cr16_match_opcode.
gdb_7_6-branch
Nick Clifton 14 years ago
parent
commit
6cb6ea9cb4
  1. 5
      include/opcode/ChangeLog
  2. 4
      include/opcode/cr16.h

5
include/opcode/ChangeLog

@ -1,3 +1,8 @@
2013-01-07 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
* cr16.h (make_instruction): Rename to cr16_make_instruction.
(match_opcode): Rename to cr16_match_opcode.
2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
* mips.h: Add support for r5900 instructions including lq and sq.

4
include/opcode/cr16.h

@ -445,7 +445,7 @@ extern ULONGLONG cr16_allWords;
extern ins cr16_currInsn;
/* Prototypes for function in cr16-dis.c. */
extern void make_instruction (void);
extern int match_opcode (void);
extern void cr16_make_instruction (void);
extern int cr16_match_opcode (void);
#endif /* _CR16_H_ */

Loading…
Cancel
Save