]> sourceware.org Git - newlib-cygwin.git/commitdiff
Don't abort() when disassembling bad moxie instructions.
authorAnthony Green <green@moxielogic.com>
Fri, 28 Sep 2012 03:53:39 +0000 (03:53 +0000)
committerAnthony Green <green@moxielogic.com>
Fri, 28 Sep 2012 03:53:39 +0000 (03:53 +0000)
include/ChangeLog
include/opcode/moxie.h

index c0b69ad7177b795f9b51ba1959e04347705bd439..4a535eb2535f985936fa01564418eb62a59a34b6 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-27  Anthony Green  <green@moxielogic.com>
+
+       * opcode/moxie.h (MOXIE_BAD): New define.
+
 2012-09-12  Chris Schlumberger-Socha  <chris.schlumberger-socha@arm.com>
 
        * elf/aarch64.h (R_AARCH64_GOT_LD_PREL19): New reloc.
index e2bc374f0443bc0fd2d1d1da1267790fdcf726a2..dae40c8e83cf6d6f7d86540ce6b9197967e4d4c3 100644 (file)
@@ -60,6 +60,8 @@
 #define MOXIE_F3_NARG  0x300
 #define MOXIE_F3_PCREL 0x301
 
+#define MOXIE_BAD     0x400
+
 typedef struct moxie_opc_info_t
 {
   short         opcode;
@@ -67,6 +69,6 @@ typedef struct moxie_opc_info_t
   const char *  name;
 } moxie_opc_info_t;
 
-extern const moxie_opc_info_t moxie_form1_opc_info[64];
+extern const moxie_opc_info_t moxie_form1_opc_info[128];
 extern const moxie_opc_info_t moxie_form2_opc_info[4];
 extern const moxie_opc_info_t moxie_form3_opc_info[16];
This page took 0.072532 seconds and 5 git commands to generate.