summaryrefslogtreecommitdiff
path: root/ld/mpw-elfmips.c
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/mpw-elfmips.c
parent98fc2c792b7e1d98d4fa4d1b675797f8e4cb6b18 (diff)
downloadbinutils-redhat-67ab63e95a2b0c0338573cc9308e513a9ac67d92.tar.gz
(wild_doit): Rename to lang_add_section.
Diffstat (limited to 'ld/mpw-elfmips.c')
-rw-r--r--ld/mpw-elfmips.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/mpw-elfmips.c b/ld/mpw-elfmips.c
index 86ca643437..9a84e78162 100644
--- a/ld/mpw-elfmips.c
+++ b/ld/mpw-elfmips.c
@@ -605,7 +605,7 @@ gldelf32ebmip_place_orphan (file, s)
if (hold_use != NULL)
{
/* We have already placed a section with this name. */
- wild_doit (&hold_use->children, s, hold_use, file);
+ lang_add_section (&hold_use->children, s, hold_use, file);
return true;
}
@@ -618,7 +618,7 @@ gldelf32ebmip_place_orphan (file, s)
&& strncmp (secname, ".gnu.warning.", sizeof ".gnu.warning." - 1) == 0
&& hold_text != NULL)
{
- wild_doit (&hold_text->children, s, hold_text, file);
+ lang_add_section (&hold_text->children, s, hold_text, file);
return true;
}
@@ -693,7 +693,7 @@ gldelf32ebmip_place_orphan (file, s)
(etree_type *) NULL);
os = lang_output_section_statement_lookup (secname);
- wild_doit (&os->children, s, os, file);
+ lang_add_section (&os->children, s, os, file);
lang_leave_output_section_statement
((bfd_vma) 0, "*default*",