* bfdint.texi: Replace reference to bfd_read with bfd_bread.
Likewise for bfd_write.
This commit is contained in:
parent
6587b92910
commit
17c1c87fca
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-18 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* bfdint.texi: Replace reference to bfd_read with bfd_bread.
|
||||||
|
Likewise for bfd_write.
|
||||||
|
|
||||||
2001-07-24 Alan Modra <amodra@bigpond.net.au>
|
2001-07-24 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* Makefile.in: Regenerate.
|
* Makefile.in: Regenerate.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
\input texinfo
|
\input texinfo
|
||||||
@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
|
@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
|
||||||
@c 2000
|
@c 2000, 2001
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@setfilename bfdint.info
|
@setfilename bfdint.info
|
||||||
|
|
||||||
@ -503,7 +503,7 @@ corresponds to an actual section in an actual BFD.
|
|||||||
Get the contents of a section. This is called from
|
Get the contents of a section. This is called from
|
||||||
@samp{bfd_get_section_contents}. Most targets set this to
|
@samp{bfd_get_section_contents}. Most targets set this to
|
||||||
@samp{_bfd_generic_get_section_contents}, which does a @samp{bfd_seek}
|
@samp{_bfd_generic_get_section_contents}, which does a @samp{bfd_seek}
|
||||||
based on the section's @samp{filepos} field and a @samp{bfd_read}. The
|
based on the section's @samp{filepos} field and a @samp{bfd_bread}. The
|
||||||
corresponding field in the target vector is named
|
corresponding field in the target vector is named
|
||||||
@samp{_bfd_get_section_contents}.
|
@samp{_bfd_get_section_contents}.
|
||||||
|
|
||||||
@ -636,7 +636,7 @@ always uses extended name tables anyhow. The corresponding field in the
|
|||||||
target vector is named @samp{_bfd_truncate_arname}.
|
target vector is named @samp{_bfd_truncate_arname}.
|
||||||
|
|
||||||
@item _write_armap
|
@item _write_armap
|
||||||
Write out the archive symbol table using calls to @samp{bfd_write}.
|
Write out the archive symbol table using calls to @samp{bfd_bwrite}.
|
||||||
This is normally called from the archive @samp{write_contents} routine.
|
This is normally called from the archive @samp{write_contents} routine.
|
||||||
The corresponding field in the target vector is named @samp{write_armap}
|
The corresponding field in the target vector is named @samp{write_armap}
|
||||||
(no leading underscore).
|
(no leading underscore).
|
||||||
|
Loading…
Reference in New Issue
Block a user