diff options
author | John Gilmore <gnu@cygnus> | 1991-08-14 02:25:22 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-08-14 02:25:22 +0000 |
commit | 1fc712b856b9a6d36d0b2e29815897a4f74f6bc9 (patch) | |
tree | 8ddf6ebdb82f1bc07b4561c9265ab1198eaeed41 /bfd | |
parent | 353deb845b197b2733b97d2127b57364e4589c13 (diff) | |
download | gdb-1fc712b856b9a6d36d0b2e29815897a4f74f6bc9.zip gdb-1fc712b856b9a6d36d0b2e29815897a4f74f6bc9.tar.gz gdb-1fc712b856b9a6d36d0b2e29815897a4f74f6bc9.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bfd')
-rwxr-xr-x | bfd/bfd.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd.texinfo b/bfd/bfd.texinfo index 8112a23..cea506d 100755 --- a/bfd/bfd.texinfo +++ b/bfd/bfd.texinfo @@ -198,7 +198,7 @@ bfd *abfd; @end lisp The metaphor used within @code{bfd} is that an object file has a header, -a numbber of sections containing raw data, a set of relocations and some +a number of sections containing raw data, a set of relocations, and some symbol information. Also, @code{bfd}s opened upon archives have the additional attribute of an index and contained sub bfds. This approach is find for a.out and coff, but looses efficiency when applied to formats |