mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
Remove unnecessary header from m68k-dis.c
* m68k-dis.c: Don't include setjmp.h.
This commit is contained in:
parent
93d1b056cb
commit
cdf2a8b762
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user