mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-27 04:46:58 +00:00
Fix typo.
This commit is contained in:
parent
301ab94d77
commit
5398f6784f
@ -1,3 +1,7 @@
|
||||
2000-04-17 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* bfdint.texi (BFD_JUMP_TABLE macros): Fix typo.
|
||||
|
||||
Fri Apr 7 17:54:38 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* Makefile.in: Rebuild with current autoconf/automake.
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user