forked from Imagelibrary/binutils-gdb
mips bfd.h tidy
bfd/ * bfd-in.h: Move mips function declaration to.. * elfxx-mips.h: ..here. * bfd-in2.h: Regenerate. opcodes/ * mips-dis.c: Include elfxx-mips.h. Move "elf-bfd.h" and "elf/mips.h" earlier.
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
#include "libiberty.h"
|
||||
#include "opcode/mips.h"
|
||||
#include "opintl.h"
|
||||
#include "elf-bfd.h"
|
||||
#include "elf/mips.h"
|
||||
#include "elfxx-mips.h"
|
||||
|
||||
/* FIXME: These are needed to figure out if the code is mips16 or
|
||||
not. The low bit of the address is often a good indicator. No
|
||||
@@ -32,8 +35,6 @@
|
||||
|
||||
#if !defined(EMBEDDED_ENV)
|
||||
#define SYMTAB_AVAILABLE 1
|
||||
#include "elf-bfd.h"
|
||||
#include "elf/mips.h"
|
||||
#endif
|
||||
|
||||
/* Mips instructions are at maximum this many bytes long. */
|
||||
|
||||
Reference in New Issue
Block a user