From 1a8bdf69e7d1f6084af503407d6a4217b06d6ea5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 13 Sep 2014 15:54:40 +0930 Subject: [PATCH] Fix some ChangeLog typos --- bfd/ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 64448ec484..af83e3e1d7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -308,7 +308,7 @@ 2014-07-21 Joel Sherrill Add or reactivate or1k-*-rtems* - * bfd/config.bfd (or1k-*-rtems*): Reactivate. + * config.bfd (or1k-*-rtems*): Reactivate. 2014-07-16 H.J. Lu @@ -615,7 +615,7 @@ PR ld/16910 * linker.c (unwrap_hash_lookup): New function. - * elf-bfd (RELOC_FOR_GLOBAL_SYMBOL): Call unwrap_hash_lookup. + * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Call unwrap_hash_lookup. * elf32-i370.c (i370_elf_relocate_section): Likewise. * elf32-m32c.c (m32c_elf_relocate_section): Likewise. * elf32-m32r.c (m32r_elf_relocate_section): Likewise. @@ -674,7 +674,7 @@ 2014-05-27 DJ Delorie - * bfd/elf32-rx.c (get_symbol_value_maybe): New. + * elf32-rx.c (get_symbol_value_maybe): New. (rx_elf_relocate_section): If we find a reloc against $tableentry$default$, redirect it to the appropriate $tableentry$$. @@ -686,7 +686,7 @@ (rx_table_map): New. (rx_additional_link_map_text): New. Called to dump tables to the map file. - * bfd/elf32-rx.h: New. + * elf32-rx.h: New. 2014-05-20 DJ Delorie