aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/sunos.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-12-02 23:00:00 +0000
committerAlan Modra <amodra@gmail.com>2003-12-02 23:00:00 +0000
commit6ad841a1833e6b301a53835c4d803ab47c801f15 (patch)
tree9d68b4ff3109ecad9454523a87781a19fbcc1e59 /ld/emultempl/sunos.em
parentf6246aba72a56abc79a4176baad7f88fd12e562f (diff)
downloadfsf-binutils-gdb-6ad841a1833e6b301a53835c4d803ab47c801f15.zip
fsf-binutils-gdb-6ad841a1833e6b301a53835c4d803ab47c801f15.tar.gz
fsf-binutils-gdb-6ad841a1833e6b301a53835c4d803ab47c801f15.tar.bz2
Rename bfd_link_hash_entry field "next" -> "und_next".
Diffstat (limited to 'ld/emultempl/sunos.em')
-rw-r--r--ld/emultempl/sunos.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/sunos.em b/ld/emultempl/sunos.em
index 912d2f3..80ce2de 100644
--- a/ld/emultempl/sunos.em
+++ b/ld/emultempl/sunos.em
@@ -679,7 +679,7 @@ gld${EMULATION_NAME}_before_allocation (void)
{
struct bfd_link_hash_entry *h;
- for (h = link_info.hash->undefs; h != NULL; h = h->next)
+ for (h = link_info.hash->undefs; h != NULL; h = h->und_next)
{
if (h->type == bfd_link_hash_undefined
&& h->u.undef.abfd != NULL