aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-08-19 20:52:38 +0000
committerRoland Pesch <pesch@cygnus>1991-08-19 20:52:38 +0000
commit6724ff46c812880323b37d7bcf039866b02c882b (patch)
treeb007ac73dc111bcd715df248eb0e640c52563b40 /bfd/libbfd.h
parent7ce3bf92caf4cb2da1f1050e08493472f620c3e4 (diff)
downloadfsf-binutils-gdb-6724ff46c812880323b37d7bcf039866b02c882b.zip
fsf-binutils-gdb-6724ff46c812880323b37d7bcf039866b02c882b.tar.gz
fsf-binutils-gdb-6724ff46c812880323b37d7bcf039866b02c882b.tar.bz2
Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* aoutx.h, archive.c, archures.c, bfd.c, bfd.texinfo, cache.c, coffcode.h, core.c, format.c, libbfd.c, libbfd.h, libcoff.h, opncls.c, reloc.c, section.c, syms.c, targets.c (documentation segments): used BFD (caps) more consistently as a name in discourse, fixed a few other minor typos and uses of fonts
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index e33275d..bf84142 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -203,17 +203,17 @@ time.
/*
bfd_last_cache
-Zero, or a pointer to the topmost bfd on the chain. This is used by the
-bfd_cache_lookup() macro in libbfd.h to determine when it can avoid a function
-call.
+Zero, or a pointer to the topmost BFD on the chain. This is used by
+the @code{bfd_cache_lookup} macro in @file{libbfd.h} to determine when
+it can avoid a function call.
*/
extern bfd *bfd_last_cache;
/*
bfd_cache_lookup
-Checks to see if the required bfd is the same as the last one looked
-up. If so then it can use the iostream in the bfd with impunity, since
+Checks to see if the required BFD is the same as the last one looked
+up. If so then it can use the iostream in the BFD with impunity, since
it can't have changed since the last lookup, otherwise it has to
perform the complicated lookup function
*/
@@ -232,7 +232,7 @@ Initialize a BFD by putting it on the cache LRU.
/*
*i bfd_cache_close
-Remove the bfd from the cache. If the attatched file is open, then close it too.
+Remove the BFD from the cache. If the attatched file is open, then close it too.
*/
PROTO(void, bfd_cache_close, (bfd *));