aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:04:50 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:21 +0930
commita8bfaadbb40406dc795d410d198a4be9d452c177 (patch)
tree593ae42df1de54a4ae6470a5a48f3b9f32d0ebdf /ld
parentc348479ddd10079b8b8714598d8e1458d25e095d (diff)
downloadgdb-a8bfaadbb40406dc795d410d198a4be9d452c177.zip
gdb-a8bfaadbb40406dc795d410d198a4be9d452c177.tar.gz
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 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/emultempl/aarch64elf.em1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3eddd55..378fcea 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2019-09-23 Alan Modra <amodra@gmail.com>
+ * emultempl/aarch64elf.em: Include elfxx-aarch64.h.
+
+2019-09-23 Alan Modra <amodra@gmail.com>
+
* emultempl/ia64elf.em: Include elfxx-ia64.h.
2019-09-23 Alan Modra <amodra@gmail.com>
diff --git a/ld/emultempl/aarch64elf.em b/ld/emultempl/aarch64elf.em
index 208d169..f4baf50 100644
--- a/ld/emultempl/aarch64elf.em
+++ b/ld/emultempl/aarch64elf.em
@@ -26,6 +26,7 @@ fragment <<EOF
#include "ldctor.h"
#include "elf/aarch64.h"
+#include "elfxx-aarch64.h"
static int no_enum_size_warning = 0;
static int no_wchar_size_warning = 0;