diff options
author | Alan Modra <amodra@gmail.com> | 2011-05-23 06:22:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-05-23 06:22:51 +0000 |
commit | 6061a67d142a3c3cbe22903abbd24504a8aa80ec (patch) | |
tree | 8b8683fd9da2ca62781927292c83c2644215aa3d /bfd/elf-bfd.h | |
parent | 25f53a85d7918e2a9958450d3475f708c20352ee (diff) | |
download | binutils-6061a67d142a3c3cbe22903abbd24504a8aa80ec.zip binutils-6061a67d142a3c3cbe22903abbd24504a8aa80ec.tar.gz binutils-6061a67d142a3c3cbe22903abbd24504a8aa80ec.tar.bz2 |
* elf-bfd.h: Comment typo fix.
* elf32-ppc.c (struct ppc_elf_dyn_relocs): Delete. Replace with
struct elf_dyn_relocs throughout.
* elf64-ppc.c (struct ppc_dyn_relocs): Likewise.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 735d2b5..b34845b 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1,6 +1,6 @@ /* BFD back-end data structures for ELF files. Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Written by Cygnus Support. @@ -2260,7 +2260,7 @@ extern bfd_boolean _bfd_elf_merge_unknown_attribute_low (bfd *, bfd *, int); extern bfd_boolean _bfd_elf_merge_unknown_attribute_list (bfd *, bfd *); extern Elf_Internal_Shdr *_bfd_elf_single_rel_hdr (asection *sec); -/* The linker may needs to keep track of the number of relocs that it +/* The linker may need to keep track of the number of relocs that it decides to copy as dynamic relocs in check_relocs for each symbol. This is so that it can later discard them if they are found to be unnecessary. We can store the information in a field extending the |