* elflink.h (elf_finish_pointer_linker_section): Fix typo.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 22 Jan 1996 18:17:16 +0000 (18:17 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 22 Jan 1996 18:17:16 +0000 (18:17 +0000)
bfd/ChangeLog
bfd/elflink.h

index 22267ae350435861c589eaee395854dd7e44f8a0..b4dd99ffcc5c39a60a9584b33fdf04e1dc4e451b 100644 (file)
@@ -1,5 +1,7 @@
 Mon Jan 22 08:52:04 1996  Doug Evans  <dje@charmed.cygnus.com>
 
+       * elflink.h (elf_finish_pointer_linker_section): Fix typo.
+
        * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
 start-sanitize-v8plus
        (bfd_mach_sparc_{v8plus,v8plusa}): Define.
index ae073e8b30f3fad8a6689b966609bc4af387bc37..a1b4b149cc7b3e91e06e324af02dfce9b18377c5 100644 (file)
@@ -3345,7 +3345,7 @@ elf_finish_pointer_linker_section (output_bfd, input_bfd, info, lsect, h, reloca
              outrel.r_info = ELF_R_INFO (0, relative_reloc);
              outrel.r_addend = 0;
              elf_swap_reloca_out (output_bfd, &outrel,
-                                  (((Elf32_External_Rela *)
+                                  (((Elf_External_Rela *)
                                     lsect->section->contents)
                                    + lsect->section->reloc_count));
              ++lsect->section->reloc_count;