Remove unnecessary header from m68k-dis.c
Alan Modra
amodra@gmail.com
Tue May 20 03:48:00 GMT 2014
* m68k-dis.c: Don't include setjmp.h.
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. */
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list