diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-10-05 21:24:23 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-10-05 21:24:23 +0000 |
commit | 1b74d0942e058e211902a843647e6487f907e3ec (patch) | |
tree | ff34de8e642740534a6b7b335f41173889c0216f /bfd/reloc.c | |
parent | f0e0fb23b5fb1564a630da038d5518924516f691 (diff) | |
download | gdb-1b74d0942e058e211902a843647e6487f907e3ec.zip gdb-1b74d0942e058e211902a843647e6487f907e3ec.tar.gz gdb-1b74d0942e058e211902a843647e6487f907e3ec.tar.bz2 |
* archive.c: Add missing SUBSECTION for documentation.
* bfd.c: Likewise.
* cache.c: Likewise.
* corefile.c: Likewise.
* format.c: Likewise.
* init.c: Likewise.
* libbfd.c: Likewise.
* opncls.c: Likewise.
* elf.c: Remove blank line after SECTION heading.
* reloc.c: Change "howto manager" SECTION to a SUBSECTION.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 8566d59..ba8e14c 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1581,7 +1581,7 @@ DOCDD INODE howto manager, , typedef arelent, Relocations -SECTION +SUBSECTION The howto manager When an application wants to create a relocation, but doesn't |