diff options
author | 2019-09-23 10:02:25 +0930 | |
---|---|---|
committer | 2019-09-23 10:27:21 +0930 | |
commit | 3352ae9900037b231f9838e088af450a19bade17 (patch) | |
tree | 49a17e7be1eff2b77e6c94568a346f1d26b35151 /ld/emultempl | |
parent | v850 bfd.h tidy (diff) | |
download | binutils-gdb-3352ae9900037b231f9838e088af450a19bade17.tar.gz binutils-gdb-3352ae9900037b231f9838e088af450a19bade17.tar.bz2 binutils-gdb-3352ae9900037b231f9838e088af450a19bade17.zip |
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 59e1d8da79c..ae45956d770 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; |