More filename renaming.
This commit is contained in:
parent
af483be837
commit
a1d144c63e
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
TARG_CPU_DEPENDENTS=$(srcdir)/../include/h8300-opcode.h
|
TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/h8300.h
|
||||||
LOCAL_LOADLIBES=$(srcdir)/../bfd/$(srcdir)/libbfd.a
|
LOCAL_LOADLIBES=$(srcdir)/../bfd/$(srcdir)/libbfd.a
|
||||||
TDEFINES=-DBFD_HEADERS -DMANY_SEGMENTS -DBFD
|
TDEFINES=-DBFD_HEADERS -DMANY_SEGMENTS -DBFD
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
TARG_CPU_DEPENDENTS=$(srcdir)/../include/m68k-opcode.h
|
TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/m68k.h
|
||||||
|
|
|
@ -32,14 +32,14 @@ extern bfd *stdoutput;
|
||||||
bfd internal coff headerfile. */
|
bfd internal coff headerfile. */
|
||||||
|
|
||||||
#define internal_lineno bfd_internal_lineno
|
#define internal_lineno bfd_internal_lineno
|
||||||
#include "internalcoff.h"
|
#include "coff/internal.h"
|
||||||
#undef internal_lineno
|
#undef internal_lineno
|
||||||
|
|
||||||
#if defined(TC_H8300)
|
#if defined(TC_H8300)
|
||||||
#include "coff-h8300.h"
|
#include "coff/h8300.h"
|
||||||
#define TARGET_FORMAT "coff-h8300"
|
#define TARGET_FORMAT "coff-h8300"
|
||||||
#elif defined(TC_A29K)
|
#elif defined(TC_A29K)
|
||||||
#include "coff-a29k.h"
|
#include "coff/a29k.h"
|
||||||
#define TARGET_FORMAT "coff-a29k-big"
|
#define TARGET_FORMAT "coff-a29k-big"
|
||||||
#else
|
#else
|
||||||
help me
|
help me
|
||||||
|
|
|
@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#include "as.h"
|
#include "as.h"
|
||||||
|
|
||||||
#include "a29k-opcode.h"
|
#include "opcode/a29k.h"
|
||||||
|
|
||||||
/* Make it easier to clone this machine desc into another one. */
|
/* Make it easier to clone this machine desc into another one. */
|
||||||
#define machine_opcode a29k_opcode
|
#define machine_opcode a29k_opcode
|
||||||
|
|
Loading…
Reference in a new issue