summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-07 15:09:06 +0000
committerNick Clifton <nickc@redhat.com>2013-01-07 15:09:06 +0000
commitf32227a82e282798284368399b39ed1173bed52e (patch)
treee34c8f3834873d6d9bc50db0a39bac73a2068891 /include
parent60e557d6899460047245a011199072d51b868ae1 (diff)
downloadgdb-f32227a82e282798284368399b39ed1173bed52e.tar.gz
(make_instruction): Rename to cr16_make_instruction.
(match_opcode): Rename to cr16_match_opcode.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog5
-rw-r--r--include/opcode/cr16.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 90c313ab460..64c931aa499 100644
--- a/include/opcode/ChangeLog
+++ b/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.
diff --git a/include/opcode/cr16.h b/include/opcode/cr16.h
index 76ac3a6bc19..1f1191dc664 100644
--- a/include/opcode/cr16.h
+++ b/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_ */