aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/m68kcoff.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-06-28 05:28:54 +0000
committerAlan Modra <amodra@gmail.com>2003-06-28 05:28:54 +0000
commit1579bae1cd094ed9b986d2128997953600ca910d (patch)
tree17d62b19ecb6002f3c0982a8a13011ce3f83aa8a /ld/emultempl/m68kcoff.em
parentb9ae04920ab4f0d0c10fad9dff55c4ca3e2d2251 (diff)
downloadfsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.zip
fsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.tar.gz
fsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.tar.bz2
Convert to C90
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);
}
}