diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-09-03 20:09:31 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-09-03 20:09:31 +0000 |
commit | bc750ff1c10de6046c2b1172271ae8df5fb9f7c5 (patch) | |
tree | 7a14f89e48aa0cf45a4d18a7dfa9ae8ce1f88c00 /bfd/bfd-in2.h | |
parent | 6affd66ac1732f08fc19fc46d83a3424d8daf251 (diff) | |
download | gdb-bc750ff1c10de6046c2b1172271ae8df5fb9f7c5.zip gdb-bc750ff1c10de6046c2b1172271ae8df5fb9f7c5.tar.gz gdb-bc750ff1c10de6046c2b1172271ae8df5fb9f7c5.tar.bz2 |
regenerated after doc fix
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 57ed499..c7ca34e 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -568,7 +568,7 @@ typedef struct sec which should be used in a constructor list, it creates a new section for the type of name (eg <<__CTOR_LIST__>>), attaches the symbol to it and builds a relocation. To build the lists - of constructors, all the linker has to to is catenate all the + of constructors, all the linker has to do is catenate all the sections called <<__CTOR_LIST__>> and relocte the data contained within - exactly the operations it would peform on standard data. */ |