mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
S12Z: Move opcode header to public include directory.
opcodes/ * s12z.h: Delete. * s12z-dis.c: Adjust path of included file. include/ * opcode/s12z.h: New file. gas/ * config/tc-s12z.c: Adjust path of included file.
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "s12z.h"
|
||||
#include "opcode/s12z.h"
|
||||
|
||||
#include "bfd.h"
|
||||
#include "dis-asm.h"
|
||||
|
Reference in New Issue
Block a user