From: Bob Wilson Date: Wed, 5 Oct 2005 21:24:23 +0000 (+0000) Subject: * archive.c: Add missing SUBSECTION for documentation. X-Git-Tag: gdb-csl-arm-20051020-branchpoint~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b74d0942e058e211902a843647e6487f907e3ec;p=platform%2Fupstream%2Fbinutils.git * 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9fdfdd8..b46f869 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2005-10-04 Bob Wilson + + * 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 * elf32-arm.c (get_arm_elf_section_data): Cache the last pointer diff --git a/bfd/archive.c b/bfd/archive.c index a4b3929..5a12f01 100644 --- a/bfd/archive.c +++ b/bfd/archive.c @@ -74,6 +74,8 @@ DESCRIPTION Archives are supported in BFD in <>. +SUBSECTION + Archive functions */ /* Assumes: diff --git a/bfd/bfd.c b/bfd/bfd.c index c8be739..3783ccf 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -626,7 +626,10 @@ bfd_get_error_handler (void) /* SECTION - Symbols + Miscellaneous + +SUBSECTION + Miscellaneous functions */ /* diff --git a/bfd/cache.c b/bfd/cache.c index 33850b6..e2524fb 100644 --- a/bfd/cache.c +++ b/bfd/cache.c @@ -36,6 +36,8 @@ SECTION close, closes it and opens the one wanted, returning its file handle. +SUBSECTION + Caching functions */ #include "bfd.h" diff --git a/bfd/corefile.c b/bfd/corefile.c index f9ece64..adc5b4a 100644 --- a/bfd/corefile.c +++ b/bfd/corefile.c @@ -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. */ diff --git a/bfd/elf.c b/bfd/elf.c index b1b73a0..435622d 100644 --- 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. 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" diff --git a/bfd/init.c b/bfd/init.c index 232902a..a34acbf 100644 --- a/bfd/init.c +++ b/bfd/init.c @@ -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. */ diff --git a/bfd/libbfd.c b/bfd/libbfd.c index df41787..66137bb 100644 --- a/bfd/libbfd.c +++ b/bfd/libbfd.c @@ -30,6 +30,9 @@ /* SECTION + Implementation details + +SUBSECTION Internal functions DESCRIPTION diff --git a/bfd/opncls.c b/bfd/opncls.c index c5cc252..68a2f3c 100644 --- a/bfd/opncls.c +++ b/bfd/opncls.c @@ -124,6 +124,8 @@ _bfd_delete_bfd (bfd *abfd) SECTION Opening and closing BFDs +SUBSECTION + Functions for opening and closing */ /* 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