diff options
author | Richard Henderson <rth@redhat.com> | 1999-06-04 13:25:23 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-06-04 13:25:23 +0000 |
commit | 2d50328f087adb8b1d72570d6b4959e1fc568675 (patch) | |
tree | 385738d49d770b2e2dfe3e24220c3a2aa1285b7c /bfd/hash.c | |
parent | ba46246ed0dfa039e50d08d846375538cfe465e0 (diff) | |
download | gdb-2d50328f087adb8b1d72570d6b4959e1fc568675.tar.gz |
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of
range undefweak symbols.
* hash.c: Add missing comma after @xref{}
* linker.c: Likewise.
Diffstat (limited to 'bfd/hash.c')
-rw-r--r-- | bfd/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hash.c b/bfd/hash.c index 4c6e9877ce4..097304037df 100644 --- a/bfd/hash.c +++ b/bfd/hash.c @@ -73,7 +73,7 @@ SUBSECTION The function <<bfd_hash_table_init>> take as an argument a function to use to create new entries. For a basic hash table, use the function <<bfd_hash_newfunc>>. @xref{Deriving - a New Hash Table Type} for why you would want to use a + a New Hash Table Type}, for why you would want to use a different value for this argument. @findex bfd_hash_allocate |