From: Alan Modra Date: Tue, 8 Jan 2013 06:33:12 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98e385126e23d5aecdd15518ac357535e6081483;p=binutils-gdb.git fix typo --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 70fe12fe072..e38cde92113 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,7 +1,7 @@ 2013-01-08 Alan Modra * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace - "name" param with a bfd_link_needed_link pointer. Update caller. + "name" param with a bfd_link_needed_list pointer. Update caller. (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise. 2013-01-08 Alan Modra