mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* 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.
This commit is contained in:
parent
f0e0fb23b5
commit
1b74d0942e
@ -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
|
||||
|
@ -74,6 +74,8 @@ DESCRIPTION
|
||||
|
||||
Archives are supported in BFD in <<archive.c>>.
|
||||
|
||||
SUBSECTION
|
||||
Archive functions
|
||||
*/
|
||||
|
||||
/* Assumes:
|
||||
|
@ -626,7 +626,10 @@ bfd_get_error_handler (void)
|
||||
|
||||
/*
|
||||
SECTION
|
||||
Symbols
|
||||
Miscellaneous
|
||||
|
||||
SUBSECTION
|
||||
Miscellaneous functions
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -36,6 +36,8 @@ SECTION
|
||||
close, closes it and opens the one wanted, returning its file
|
||||
handle.
|
||||
|
||||
SUBSECTION
|
||||
Caching functions
|
||||
*/
|
||||
|
||||
#include "bfd.h"
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
|
@ -38,6 +38,8 @@ SECTION
|
||||
|
||||
The BFD contains the result of an executable core dump.
|
||||
|
||||
SUBSECTION
|
||||
File format functions
|
||||
*/
|
||||
|
||||
#include "bfd.h"
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
@ -30,6 +30,9 @@
|
||||
|
||||
/*
|
||||
SECTION
|
||||
Implementation details
|
||||
|
||||
SUBSECTION
|
||||
Internal functions
|
||||
|
||||
DESCRIPTION
|
||||
|
@ -124,6 +124,8 @@ _bfd_delete_bfd (bfd *abfd)
|
||||
SECTION
|
||||
Opening and closing BFDs
|
||||
|
||||
SUBSECTION
|
||||
Functions for opening and closing
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user