OSDN Git Service

1999-08-17 H.J. Lu <hjl@gnu.org>
authorIan Lance Taylor <ian@airs.com>
Tue, 17 Aug 1999 07:53:37 +0000 (07:53 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 17 Aug 1999 07:53:37 +0000 (07:53 +0000)
* elf32-hppa.c (bfd_elf32_bfd_is_local_label_name): Fix typo in
macro definition.

bfd/ChangeLog
bfd/elf32-hppa.c

index 4516748..945cfb1 100644 (file)
@@ -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
index cc95534..874fd6e 100644 (file)
@@ -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