A patch for bfd
H.J. Lu
hjl@varesearch.com
Fri Aug 13 13:19:00 GMT 1999
Hi, Jeff,
You seemed to forget to build binutils after you made the change. Here
is a patch.
--
H.J. Lu (hjl@gnu.org)
---
Fri Aug 13 13:10:45 1998 H.J. Lu (hjl@gnu.org)
* elf32-hppa.c (bfd_elf32_bfd_is_local_label_name): Fix a typo.
Index: elf32-hppa.c
===================================================================
RCS file: /work/cvs/gnu/binutils/bfd/elf32-hppa.c,v
retrieving revision 1.6
diff -u -p -r1.6 elf32-hppa.c
--- elf32-hppa.c 1999/08/13 19:16:12 1.6
+++ elf32-hppa.c 1999/08/13 20:09:24
@@ -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
More information about the Binutils
mailing list