summaryrefslogtreecommitdiff
path: root/bfd/linker.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-06-04 13:25:23 +0000
committerRichard Henderson <rth@redhat.com>1999-06-04 13:25:23 +0000
commitdc1bc0c9a560b4d1d69836fc7e4068c90249291b (patch)
treecaf3b1181fe085983c043177fb1356f95ffdd351 /bfd/linker.c
parent79e5982fedce17e8d61581892353d486bcc3c25f (diff)
downloadbinutils-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/linker.c')
-rw-r--r--bfd/linker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/linker.c b/bfd/linker.c
index 947514c3fbd..b1fb6211f83 100644
--- a/bfd/linker.c
+++ b/bfd/linker.c
@@ -74,7 +74,7 @@ SUBSECTION
@cindex target vector (_bfd_link_hash_table_create)
The linker routines must create a hash table, which must be
derived from <<struct bfd_link_hash_table>> described in
- <<bfdlink.c>>. @xref{Hash Tables} for information on how to
+ <<bfdlink.c>>. @xref{Hash Tables}, for information on how to
create a derived hash table. This entry point is called using
the target vector of the linker output file.