diff options
author | John Gilmore <gnu@cygnus> | 1991-05-29 00:20:02 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-29 00:20:02 +0000 |
commit | c0e5039e64287c34a99d59493d7ea8d2faa9bed4 (patch) | |
tree | 8f34ff4b2530aaef3922f26be3f9f711d6daa944 /bfd/bfd.doc | |
parent | dcc355360e4b039cbe4fb56339d6f490d26b917e (diff) | |
download | gdb-c0e5039e64287c34a99d59493d7ea8d2faa9bed4.zip gdb-c0e5039e64287c34a99d59493d7ea8d2faa9bed4.tar.gz gdb-c0e5039e64287c34a99d59493d7ea8d2faa9bed4.tar.bz2 |
Merge in changes from gdb-3.95 release into mainstream of BFD development.
Support defaulted (search all) targets and specific (only check one)
targets.
Diffstat (limited to 'bfd/bfd.doc')
-rwxr-xr-x | bfd/bfd.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd.doc b/bfd/bfd.doc index ca5f9fa..c74c8ce 100755 --- a/bfd/bfd.doc +++ b/bfd/bfd.doc @@ -633,10 +633,10 @@ boolean bfd_set_symtab (bfd *outbfd, asymbol **location, after using this function (although the storage may be reclaimed once the bfd has been closed). -If you're done with the symol table you can tell bfd about it by +If you're done with the symbol table you can tell bfd about it by calling bfd_reclaim_symbol_table, which takes a bfd. Calling this function will also reclaim any relocation entries you may have -requested. If you don't use this function bfd will keep around all +requested. If you don't use this function, bfd will keep around all symbol information until the bfd is closed. Similarly, relocations have a canonical format. See the file bfd.h for |