diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:04:50 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:21 +0930 |
commit | a8bfaadbb40406dc795d410d198a4be9d452c177 (patch) | |
tree | 593ae42df1de54a4ae6470a5a48f3b9f32d0ebdf /bfd/cpu-aarch64.c | |
parent | c348479ddd10079b8b8714598d8e1458d25e095d (diff) | |
download | fsf-binutils-gdb-a8bfaadbb40406dc795d410d198a4be9d452c177.zip fsf-binutils-gdb-a8bfaadbb40406dc795d410d198a4be9d452c177.tar.gz fsf-binutils-gdb-a8bfaadbb40406dc795d410d198a4be9d452c177.tar.bz2 |
aarch64 bfd.h tidy
bfd/
* bfd-in.h: Move aarch64 declarations and defines..
* cpu-aarch64.h: ..to here, new file..
* elfxx-aarch64.h: ..and here.
* cpu-aarch64.c: Include cpu-aarch64.h.
* elfnn-aarch64.c: Likewise.
* bfd-in2.h: Regenerate.
ld/
* emultempl/aarch64elf.em: Include elfxx-aarch64.h.
Diffstat (limited to 'bfd/cpu-aarch64.c')
-rw-r--r-- | bfd/cpu-aarch64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/cpu-aarch64.c b/bfd/cpu-aarch64.c index fbffb79..617b7e6 100644 --- a/bfd/cpu-aarch64.c +++ b/bfd/cpu-aarch64.c @@ -22,6 +22,7 @@ #include "bfd.h" #include "libbfd.h" #include "libiberty.h" +#include "cpu-aarch64.h" /* This routine is provided two arch_infos and works out which Aarch64 machine which would be compatible with both and returns a pointer |