From 5398f6784fa3b1ac29c11265d68a91fa445ef2f5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 17 Apr 2000 07:54:12 +0000 Subject: [PATCH] Fix typo. --- bfd/doc/ChangeLog | 4 ++++ bfd/doc/bfdint.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 968c2c9..e60aec9 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-04-17 Ben Elliston + + * bfdint.texi (BFD_JUMP_TABLE macros): Fix typo. + Fri Apr 7 17:54:38 2000 Andrew Cagney * Makefile.in: Rebuild with current autoconf/automake. diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index eb09b34..5a2478c 100644 --- a/bfd/doc/bfdint.texi +++ b/bfd/doc/bfdint.texi @@ -447,7 +447,7 @@ For example, the @samp{BFD_JUMP_TABLE_RELOCS} macro defines three functions: @samp{_get_reloc_upper_bound}, @samp{_canonicalize_reloc}, and @samp{_bfd_reloc_type_lookup}. A reference like @samp{BFD_JUMP_TABLE_RELOCS (foo)} will expand into three functions -prefixed with @samp{foo}: @samp{foo_get_reloc_upper_found}, etc. The +prefixed with @samp{foo}: @samp{foo_get_reloc_upper_bound}, etc. The @samp{BFD_JUMP_TABLE_RELOCS} macro will be placed such that those three functions initialize the appropriate fields in the BFD target vector. -- 2.7.4