aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/hppaelf.em
diff options
context:
space:
mode:
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 f367673..31ef43c 100644
--- a/ld/emultempl/hppaelf.em
+++ b/ld/emultempl/hppaelf.em
@@ -106,7 +106,7 @@ hook_in_stub (info, lp)
lang_statement_union_type *l;
boolean ret;
- for (; (l = *lp) != NULL; lp = &l->next)
+ for (; (l = *lp) != NULL; lp = &l->header.next)
{
switch (l->header.type)
{