aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-02 13:13:36 +0000
committerNick Clifton <nickc@redhat.com>2013-01-02 13:13:36 +0000
commitff84dbd31f9fbc87c80dbe8bbbe88708653390cc (patch)
tree4f2a26b06ccb9b4a7d3ea134de8488ce1794462b /include/opcode/ChangeLog
parent3b1c1875dd2d9e2d7b9fa6383acb815a03df1077 (diff)
downloadnewlib-ff84dbd31f9fbc87c80dbe8bbbe88708653390cc.zip
newlib-ff84dbd31f9fbc87c80dbe8bbbe88708653390cc.tar.gz
newlib-ff84dbd31f9fbc87c80dbe8bbbe88708653390cc.tar.bz2
opcodes/ChangeLog
* cr16-dis.c (match_opcode,make_instruction: Remove static declaration. (dwordU,wordU): Moved typedefs to opcode/cr16.h (cr16_words,cr16_allWords,cr16_currInsn): Added prefix 'cr16_' bfd/Changelog * config.bfd (cr16*-*-uclinux*): New target support. include/opcode/ChangeLog * cr16.h (dwordU,wordU): Moved typedefs from cr16-dis.c (make_instruction,match_opcode): Added function prototypes. (cr16_words,cr16_allWords,cr16_currInsn): Declare as extern.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 560837f..891a515 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-02 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
+
+ * cr16.h (dwordU,wordU): Moved typedefs from cr16-dis.c
+ (make_instruction,match_opcode): Added function prototypes.
+ (cr16_words,cr16_allWords,cr16_currInsn): Declare as extern.
+
2012-11-23 Alan Modra <amodra@gmail.com>
* ppc.h (ppc_parse_cpu): Update prototype.