diff options
Diffstat (limited to 'ld/emultempl/sh64elf.em')
-rw-r--r-- | ld/emultempl/sh64elf.em | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/emultempl/sh64elf.em b/ld/emultempl/sh64elf.em index c538f39..0d42510 100644 --- a/ld/emultempl/sh64elf.em +++ b/ld/emultempl/sh64elf.em @@ -29,7 +29,6 @@ LDEMUL_BEFORE_ALLOCATION=sh64_elf_${EMULATION_NAME}_before_allocation fragment <<EOF #include "libiberty.h" -#include "libbfd.h" #include "elf-bfd.h" #include "elf/sh.h" #include "elf32-sh64.h" @@ -332,7 +331,7 @@ sh64_elf_${EMULATION_NAME}_after_allocation (void) { oflags_isa = SHF_SH5_ISA32_MIXED; - BFD_ASSERT (sh64_elf_section_data (osec)->sh64_info); + ASSERT (sh64_elf_section_data (osec)->sh64_info); sh64_elf_section_data (osec)->sh64_info->contents_flags = SHF_SH5_ISA32_MIXED; @@ -382,7 +381,7 @@ sh64_elf_${EMULATION_NAME}_after_allocation (void) if (cranges->contents != NULL) free (cranges->contents); - BFD_ASSERT (sh64_elf_section_data (cranges)->sh64_info != NULL); + ASSERT (sh64_elf_section_data (cranges)->sh64_info != NULL); /* Make sure we have .cranges in memory even if there were only assembler-generated .cranges. */ |