From 6ad841a1833e6b301a53835c4d803ab47c801f15 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 2 Dec 2003 23:00:00 +0000 Subject: Rename bfd_link_hash_entry field "next" -> "und_next". --- ld/emultempl/sunos.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emultempl/sunos.em') 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 -- cgit v1.1