aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/m68kcoff.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/m68kcoff.em')
-rw-r--r--ld/emultempl/m68kcoff.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/m68kcoff.em b/ld/emultempl/m68kcoff.em
index 3b92d17..eefa327 100644
--- a/ld/emultempl/m68kcoff.em
+++ b/ld/emultempl/m68kcoff.em
@@ -99,7 +99,7 @@ gld${EMULATION_NAME}_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, (PTR) datasec);
+ bfd_map_over_sections (abfd, check_sections, datasec);
}
}