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/format.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/format.c')
-rw-r--r-- | bfd/format.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/format.c b/bfd/format.c index 4ccca2a..ba9ca9f 100644 --- a/bfd/format.c +++ b/bfd/format.c @@ -38,6 +38,8 @@ SECTION The BFD contains the result of an executable core dump. +SUBSECTION + File format functions */ #include "bfd.h" |