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 | dc1bc0c9a560b4d1d69836fc7e4068c90249291b (patch) | |
tree | caf3b1181fe085983c043177fb1356f95ffdd351 /bfd/hash.c | |
parent | 79e5982fedce17e8d61581892353d486bcc3c25f (diff) | |
download | binutils-gdb-dc1bc0c9a560b4d1d69836fc7e4068c90249291b.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 |