summaryrefslogtreecommitdiff
path: root/ld/emultempl/hppaelf.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-08-14 02:01:31 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-08-14 02:01:31 +0000
commit67ab63e95a2b0c0338573cc9308e513a9ac67d92 (patch)
tree4b88a137ff45e9ff7968639486b499938b143c5e /ld/emultempl/hppaelf.em
parent98fc2c792b7e1d98d4fa4d1b675797f8e4cb6b18 (diff)
downloadbinutils-redhat-67ab63e95a2b0c0338573cc9308e513a9ac67d92.tar.gz
(wild_doit): Rename to lang_add_section.
Diffstat (limited to 'ld/emultempl/hppaelf.em')
-rw-r--r--ld/emultempl/hppaelf.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/hppaelf.em b/ld/emultempl/hppaelf.em
index 050020028d..93e847da06 100644
--- a/ld/emultempl/hppaelf.em
+++ b/ld/emultempl/hppaelf.em
@@ -258,7 +258,7 @@ hppaelf_add_stub_section (stub_sec_name, input_section)
info.input_section = input_section;
lang_list_init (&info.add);
- wild_doit (&info.add, stub_sec, os, stub_file);
+ lang_add_section (&info.add, stub_sec, os, stub_file);
if (info.add.head == NULL)
goto err_ret;