* archive.c: Add missing SUBSECTION for documentation.
authorBob Wilson <bob.wilson@acm.org>
Wed, 5 Oct 2005 21:24:23 +0000 (21:24 +0000)
committerBob Wilson <bob.wilson@acm.org>
Wed, 5 Oct 2005 21:24:23 +0000 (21:24 +0000)
        * 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.

bfd/ChangeLog
bfd/archive.c
bfd/bfd.c
bfd/cache.c
bfd/corefile.c
bfd/elf.c
bfd/format.c
bfd/init.c
bfd/libbfd.c
bfd/opncls.c
bfd/reloc.c

index 9fdfdd8aa3f5c436bf1c6251fe5fadb227d7a524..b46f869116b864acdbd3d3ed46edea7efd36edf0 100644 (file)
@@ -1,3 +1,16 @@
+2005-10-04  Bob Wilson  <bob.wilson@acm.org>
+
+       * 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.
+
 2005-10-04  Nick Clifton  <nickc@redhat.com>
 
        * elf32-arm.c (get_arm_elf_section_data): Cache the last pointer
index a4b392917bf45d762e869719a934ed47b3c3a0ca..5a12f01f7cc50822811a44bac641438734d66e1f 100644 (file)
@@ -74,6 +74,8 @@ DESCRIPTION
 
        Archives are supported in BFD in <<archive.c>>.
 
+SUBSECTION
+       Archive functions
 */
 
 /* Assumes:
index c8be7396cce161f178d8f59fac9815df6c369e07..3783ccfc39dcee73db971667dea529fa1d7782e8 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -626,7 +626,10 @@ bfd_get_error_handler (void)
 \f
 /*
 SECTION
-       Symbols
+       Miscellaneous
+
+SUBSECTION
+       Miscellaneous functions
 */
 
 /*
index 33850b68bb97315ca9663805e7a772dd67cae5e2..e2524fbf15f06cca89031a6f972266bee5cb3f74 100644 (file)
@@ -36,6 +36,8 @@ SECTION
        close, closes it and opens the one wanted, returning its file
        handle.
 
+SUBSECTION
+       Caching functions
 */
 
 #include "bfd.h"
index f9ece647e1c527e06f30096d7e3a1e3bfb063698..adc5b4ac88ee859bc66b3195773ea974a88070b3 100644 (file)
@@ -23,6 +23,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 SECTION
        Core files
 
+SUBSECTION
+       Core file functions
+
 DESCRIPTION
        These are functions pertaining to core files.
 */
index b1b73a02f4cad468e3bc3e9aa7c73263fdb570ba..435622d219d49d0d9c97de7731b22694f45b9863 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -19,8 +19,8 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-/*  SECTION
-
+/*
+SECTION
        ELF backends
 
        BFD support for ELF formats is being worked on.
index 4ccca2a3aa789492d7f418a5daf3c5eb5031c97b..ba9ca9f6095366cf8ed4dc81cee78b844d83493c 100644 (file)
@@ -38,6 +38,8 @@ SECTION
 
        The BFD contains the result of an executable core dump.
 
+SUBSECTION
+       File format functions
 */
 
 #include "bfd.h"
index 232902af7a9c4519a98f1b022e6ca9a246389c68..a34acbf9faf52076b79eb5a6f51a25dba9603714 100644 (file)
@@ -27,6 +27,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 SECTION
        Initialization
 
+SUBSECTION
+       Initialization functions
+
        These are the functions that handle initializing a BFD.
 */
 
index df41787c08d4dbb74aa5519ff26cfd0292885780..66137bb6107855a77a4aaa91d498e718a5bc7472 100644 (file)
@@ -30,6 +30,9 @@
 
 /*
 SECTION
+       Implementation details
+
+SUBSECTION
        Internal functions
 
 DESCRIPTION
index c5cc252c66bdc4dc2cf8f9f44934374b5500f1b1..68a2f3cd11625f654aac0cdfe802c8685721efac 100644 (file)
@@ -124,6 +124,8 @@ _bfd_delete_bfd (bfd *abfd)
 SECTION
        Opening and closing BFDs
 
+SUBSECTION
+       Functions for opening and closing
 */
 
 /*
index 8566d59456aa5db0303c5d228d54703095e7fdb9..ba8e14c7a424f2c76ca075a1fb90128af37cc91e 100644 (file)
@@ -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
This page took 0.038076 seconds and 4 git commands to generate.