diff options
Diffstat (limited to 'ld/emultempl/cr16elf.em')
-rw-r--r-- | ld/emultempl/cr16elf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/cr16elf.em b/ld/emultempl/cr16elf.em index 9850bda..f76b95e 100644 --- a/ld/emultempl/cr16elf.em +++ b/ld/emultempl/cr16elf.em @@ -87,7 +87,7 @@ cr16_elf_after_open (void) /* Double check that all other data sections are empty, as is required for embedded PIC code. */ - bfd_map_over_sections (abfd, check_sections, datasec); + bfd_map_over_sections (abfd, check_sections, datasec); } } } |