diff options
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/m68k-dis.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 939f4f6..d687a8d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2014-05-20 Alan Modra <amodra@gmail.com> + + * m68k-dis.c: Don't include setjmp.h. + 2014-05-09 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (ADDR16_PREFIX): Removed. diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c index ec99021..5f2ce0c 100644 --- a/opcodes/m68k-dis.c +++ b/opcodes/m68k-dis.c @@ -159,8 +159,6 @@ static char *const reg_half_names[] = /* Maximum length of an instruction. */ #define MAXLEN 22 -#include <setjmp.h> - struct private { /* Points to first byte not fetched. */ |