diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emultempl/v850elf.em | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 56fc0a2..fa5913e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2019-09-23 Alan Modra <amodra@gmail.com> + * emultempl/v850elf.em: Include elf32-v850.h. + +2019-09-23 Alan Modra <amodra@gmail.com> + * emultempl/cskyelf.em: Include elf32-csky.h. 2019-09-22 Alan Modra <amodra@gmail.com> diff --git a/ld/emultempl/v850elf.em b/ld/emultempl/v850elf.em index ac7051f..3e3e09d 100644 --- a/ld/emultempl/v850elf.em +++ b/ld/emultempl/v850elf.em @@ -24,6 +24,7 @@ # fragment <<EOF #include "ldctor.h" +#include "elf32-v850.h" static bfd_boolean is_v850_target (void) |