From f8521a03584f2451e52cbc90bff5c1050a588c0f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 13 Nov 2014 12:15:46 -0800 Subject: Rename symbbol to symbol * coffcode.h (coff_pointerize_aux_hook): Fix a typo. --- bfd/ChangeLog | 4 ++++ bfd/coffcode.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3cf91d1..f1f0077 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2014-11-13 H.J. Lu + * coffcode.h (coff_pointerize_aux_hook): Fix a typo. + +2014-11-13 H.J. Lu + PR gas/17598 * elf64-x86-64.c (elf_x86_64_check_relocs): Treat R_X86_64_GOTPLT64 the same as R_X86_64_GOT64. diff --git a/bfd/coffcode.h b/bfd/coffcode.h index c32b20d..69992db 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -2540,7 +2540,7 @@ coff_pointerize_aux_hook (bfd *abfd ATTRIBUTE_UNUSED, /* Return TRUE if we don't want to pointerize this aux entry, which is the case for the lastfirst aux entry for a C_LEAFPROC symbol. */ return (indaux == 1 - && symbbol->is_sym + && symbol->is_sym && (symbol->u.syment.n_sclass == C_LEAFPROC || symbol->u.syment.n_sclass == C_LEAFSTAT || symbol->u.syment.n_sclass == C_LEAFEXT)); -- cgit v1.1