diff options
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r-- | ld/pe-dll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 7e0d886..ab13e3b 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -1611,7 +1611,7 @@ generate_reloc (bfd *abfd, struct bfd_link_info *info) if (h->symbol_class != C_NT_WEAK || h->numaux != 1) continue; h2 = h->auxbfd->tdata.coff_obj_data->sym_hashes - [h->aux->x_sym.x_tagndx.l]; + [h->aux->x_sym.x_tagndx.u32]; /* We don't want a base reloc if the aux sym is not found, undefined, or if it is the constant ABS zero default value. (We broaden that slightly by |