diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emultempl/ia64elf.em | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index fa5913e..3eddd55 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2019-09-23 Alan Modra <amodra@gmail.com> + * emultempl/ia64elf.em: Include elfxx-ia64.h. + +2019-09-23 Alan Modra <amodra@gmail.com> + * emultempl/v850elf.em: Include elf32-v850.h. 2019-09-23 Alan Modra <amodra@gmail.com> 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; |