1999-08-17 H.J. Lu <hjl@gnu.org>
* elf32-hppa.c (bfd_elf32_bfd_is_local_label_name): Fix typo in macro definition.
This commit is contained in:
parent
0035bd7bda
commit
1396cd2d7f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-08-17 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* elf32-hppa.c (bfd_elf32_bfd_is_local_label_name): Fix typo in
|
||||
macro definition.
|
||||
|
||||
1999-08-17 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMIC
|
||||
|
|
|
@ -1308,7 +1308,7 @@ error_return:
|
|||
|
||||
/* Misc BFD support code. */
|
||||
#define bfd_elf32_bfd_reloc_type_lookup elf_hppa_reloc_type_lookup
|
||||
#define bfd_elf32_bfd_is_local_label_name elf_hppa_is_lcoal_label_name
|
||||
#define bfd_elf32_bfd_is_local_label_name elf_hppa_is_local_label_name
|
||||
#define elf_info_to_howto elf_hppa_info_to_howto
|
||||
#define elf_info_to_howto_rel elf_hppa_info_to_howto_rel
|
||||
|
||||
|
|
Loading…
Reference in a new issue