mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs.
* bfd.texinfo (typedef bfd, Error reporting, Miscellaneous): Add menu items.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-04-09 Mingjie Xing <mingjie.xing@gmail.com>
|
||||||
|
|
||||||
|
* bfd.c (typedef bfd, Error reporting, Miscellaneous): Add
|
||||||
|
INODEs.
|
||||||
|
|
||||||
2013-04-08 Tom Tromey <tromey@redhat.com>
|
2013-04-08 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* som.c (bfd_section_from_som_symbol): No longer static.
|
* som.c (bfd_section_from_som_symbol): No longer static.
|
||||||
|
13
bfd/bfd.c
13
bfd/bfd.c
@ -1,7 +1,5 @@
|
|||||||
/* Generic BFD library interface and support routines.
|
/* Generic BFD library interface and support routines.
|
||||||
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
Copyright 1990-2013 Free Software Foundation, Inc.
|
||||||
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
|
||||||
Free Software Foundation, Inc.
|
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
@ -22,6 +20,9 @@
|
|||||||
MA 02110-1301, USA. */
|
MA 02110-1301, USA. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
INODE
|
||||||
|
typedef bfd, Error reporting, BFD front end, BFD front end
|
||||||
|
|
||||||
SECTION
|
SECTION
|
||||||
<<typedef bfd>>
|
<<typedef bfd>>
|
||||||
|
|
||||||
@ -340,6 +341,9 @@ CODE_FRAGMENT
|
|||||||
where it is needed. The typedef's used are defined in bfd.h */
|
where it is needed. The typedef's used are defined in bfd.h */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
INODE
|
||||||
|
Error reporting, Miscellaneous, typedef bfd, BFD front end
|
||||||
|
|
||||||
SECTION
|
SECTION
|
||||||
Error reporting
|
Error reporting
|
||||||
|
|
||||||
@ -883,6 +887,9 @@ bfd_get_assert_handler (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
INODE
|
||||||
|
Miscellaneous, Memory Usage, Error reporting, BFD front end
|
||||||
|
|
||||||
SECTION
|
SECTION
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2013-04-09 Mingjie Xing <mingjie.xing@gmail.com>
|
||||||
|
|
||||||
|
* bfd.texinfo (typedef bfd, Error reporting, Miscellaneous):
|
||||||
|
Add menu items.
|
||||||
|
|
||||||
2013-01-07 Patrice Dumas <pertusus@free.fr>
|
2013-01-07 Patrice Dumas <pertusus@free.fr>
|
||||||
|
|
||||||
* bfd.texinfo: Replace @ with @@ when it is part of the text.
|
* bfd.texinfo: Replace @ with @@ when it is part of the text.
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
\input texinfo.tex
|
\input texinfo.tex
|
||||||
@setfilename bfd.info
|
@setfilename bfd.info
|
||||||
@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1997, 2000,
|
@c Copyright 1988-2013 Free Software Foundation, Inc.
|
||||||
@c 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2013
|
|
||||||
@c Free Software Foundation, Inc.
|
|
||||||
@c
|
@c
|
||||||
@synindex fn cp
|
@synindex fn cp
|
||||||
|
|
||||||
@ -16,8 +14,7 @@
|
|||||||
@copying
|
@copying
|
||||||
This file documents the BFD library.
|
This file documents the BFD library.
|
||||||
|
|
||||||
Copyright @copyright{} 1991, 2000, 2001, 2003, 2006, 2007, 2008, 2013
|
Copyright @copyright{} 1991 - 2013 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||||
@ -65,8 +62,7 @@ included in the section entitled ``GNU Free Documentation License''.
|
|||||||
@end tex
|
@end tex
|
||||||
|
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1991, 2001, 2003, 2006, 2008, 2013
|
Copyright @copyright{} 1991 - 2013 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3
|
under the terms of the GNU Free Documentation License, Version 1.3
|
||||||
@ -198,10 +194,11 @@ IEEE-695.
|
|||||||
|
|
||||||
@node BFD front end, BFD back ends, Overview, Top
|
@node BFD front end, BFD back ends, Overview, Top
|
||||||
@chapter BFD Front End
|
@chapter BFD Front End
|
||||||
@include bfdt.texi
|
|
||||||
@include bfdio.texi
|
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
* typedef bfd::
|
||||||
|
* Error reporting::
|
||||||
|
* Miscellaneous::
|
||||||
* Memory Usage::
|
* Memory Usage::
|
||||||
* Initialization::
|
* Initialization::
|
||||||
* Sections::
|
* Sections::
|
||||||
@ -219,7 +216,10 @@ IEEE-695.
|
|||||||
* Hash Tables::
|
* Hash Tables::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Memory Usage, Initialization, BFD front end, BFD front end
|
@include bfdt.texi
|
||||||
|
@include bfdio.texi
|
||||||
|
|
||||||
|
@node Memory Usage, Initialization, Miscellaneous, BFD front end
|
||||||
@section Memory Usage
|
@section Memory Usage
|
||||||
BFD keeps all of its internal structures in obstacks. There is one obstack
|
BFD keeps all of its internal structures in obstacks. There is one obstack
|
||||||
per open BFD file, into which the current state is stored. When a BFD is
|
per open BFD file, into which the current state is stored. When a BFD is
|
||||||
|
Reference in New Issue
Block a user