diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-10-29 22:26:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-10-29 22:26:12 +0000 |
commit | fe032580712a4e2b3dfcd3a1f275e7bf76db990c (patch) | |
tree | 16fe3e1ef828e4cf04b4c627eb4dbdaf4c850441 | |
parent | 1b7c05e765d98a058f2118f760f115d6f5157fff (diff) | |
download | fsf-binutils-gdb-fe032580712a4e2b3dfcd3a1f275e7bf76db990c.zip fsf-binutils-gdb-fe032580712a4e2b3dfcd3a1f275e7bf76db990c.tar.gz fsf-binutils-gdb-fe032580712a4e2b3dfcd3a1f275e7bf76db990c.tar.bz2 |
* bfdsumm.texi: Fix a typo.
-rw-r--r-- | bfd/doc/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/bfdsumm.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 864305a..4d3d588 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-10-29 Kazu Hirata <kazu@hxi.com> + + * bfdsumm.texi: Fix a typo. + 2001-10-26 Nick Clifton <nickc@cambridge.redhat.com> * bfd.texinfo: Change footer to refer to FSF. Change subtitle diff --git a/bfd/doc/bfdsumm.texi b/bfd/doc/bfdsumm.texi index 844531a..77a5f09 100644 --- a/bfd/doc/bfdsumm.texi +++ b/bfd/doc/bfdsumm.texi @@ -4,7 +4,7 @@ the format of the input object file. They then build a descriptor in memory with pointers to routines that will be used to access elements of the object file's data structures. -As different information from the the object files is required, +As different information from the object files is required, BFD reads from different sections of the file and processes them. For example, a very common operation for the linker is processing symbol tables. Each BFD back end provides a routine for converting |