From 73722af036f2e6d2f6f8fa129dd627d99511ce37 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 26 Nov 2002 11:54:02 +0000 Subject: * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs. (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs on a relocatable link. Comment typos. * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure in the order they are declared. Clear elf_hash_value too. (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear eh_info and tls_segment. * elflink.h (elf_link_input_bfd ): Keep reloc offsets sorted when discarding relocs by turning them into R_*_NONE. * libbfd.c (warn_deprecated): Comment spelling. * po/SRC-POTFILES.in: Regenerate. --- bfd/libbfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/libbfd.c') diff --git a/bfd/libbfd.c b/bfd/libbfd.c index 8783def..a264f28 100644 --- a/bfd/libbfd.c +++ b/bfd/libbfd.c @@ -912,7 +912,7 @@ warn_deprecated (what, file, line, func) if (~(size_t) func & ~mask) { - /* Note: seperate sentances in order to allow + /* Note: separate sentences in order to allow for translation into other languages. */ if (func) fprintf (stderr, _("Deprecated %s called at %s line %d in %s\n"), -- cgit v1.1