diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:02:25 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:21 +0930 |
commit | 3352ae9900037b231f9838e088af450a19bade17 (patch) | |
tree | 49a17e7be1eff2b77e6c94568a346f1d26b35151 /ld/emultempl | |
parent | d48d68b618f0950f63bdf2842a550384c0c58bc3 (diff) | |
download | fsf-binutils-gdb-3352ae9900037b231f9838e088af450a19bade17.zip fsf-binutils-gdb-3352ae9900037b231f9838e088af450a19bade17.tar.gz fsf-binutils-gdb-3352ae9900037b231f9838e088af450a19bade17.tar.bz2 |
ia64 bfd.h tidy
bfd/
* bfd-in.h: Move ia64 function declarations..
* elfxx-ia64.h: ..to here.
* bfd-in2.h: Regenerate.
ld/
* emultempl/ia64elf.em: Include elfxx-ia64.h.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/ia64elf.em | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emultempl/ia64elf.em b/ld/emultempl/ia64elf.em index 59e1d8d..ae45956 100644 --- a/ld/emultempl/ia64elf.em +++ b/ld/emultempl/ia64elf.em @@ -27,6 +27,8 @@ # fragment <<EOF +#include "elfxx-ia64.h" + /* None zero if generating binary for Intel Itanium processor. */ static int itanium = 0; |