mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
merge from gcc
This commit is contained in:
@ -376,20 +376,6 @@ enum dwarf_macro_record_type
|
|||||||
|
|
||||||
#define DW_EH_PE_indirect 0x80
|
#define DW_EH_PE_indirect 0x80
|
||||||
|
|
||||||
/* Codes for the debug sections in a dwarf package (.dwp) file.
|
|
||||||
Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFissionDWP. */
|
|
||||||
enum dwarf_sect
|
|
||||||
{
|
|
||||||
DW_SECT_INFO = 1,
|
|
||||||
DW_SECT_TYPES = 2,
|
|
||||||
DW_SECT_ABBREV = 3,
|
|
||||||
DW_SECT_LINE = 4,
|
|
||||||
DW_SECT_LOC = 5,
|
|
||||||
DW_SECT_STR_OFFSETS = 6,
|
|
||||||
DW_SECT_MACINFO = 7,
|
|
||||||
DW_SECT_MACRO = 8,
|
|
||||||
DW_SECT_MAX = 8
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2013-03-01 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* obstacks.texi (Obstacks): Trim @node to only contain the
|
||||||
|
node name.
|
||||||
|
* libiberty.texi (Obstacks): Lower section.
|
||||||
|
|
||||||
2013-02-14 Jason Merrill <jason@redhat.com>
|
2013-02-14 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
|
* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
|
||||||
|
@ -82,8 +82,6 @@ License; for more information, see @ref{Library Copying}.
|
|||||||
|
|
||||||
* Functions:: Available functions, macros, and global variables.
|
* Functions:: Available functions, macros, and global variables.
|
||||||
|
|
||||||
* Obstacks:: Object Stacks.
|
|
||||||
|
|
||||||
* Licenses:: The various licenses under which libiberty sources are
|
* Licenses:: The various licenses under which libiberty sources are
|
||||||
distributed.
|
distributed.
|
||||||
|
|
||||||
@ -245,7 +243,11 @@ central location from which to use, maintain, and distribute them.
|
|||||||
|
|
||||||
@c This is generated from the glibc manual using a make-obstacks-texi.sh
|
@c This is generated from the glibc manual using a make-obstacks-texi.sh
|
||||||
@c script of Phil's. Hope it's accurate.
|
@c script of Phil's. Hope it's accurate.
|
||||||
|
@lowersections
|
||||||
|
@lowersections
|
||||||
@include obstacks.texi
|
@include obstacks.texi
|
||||||
|
@raisesections
|
||||||
|
@raisesections
|
||||||
|
|
||||||
@node Functions
|
@node Functions
|
||||||
@chapter Function, Variable, and Macro Listing.
|
@chapter Function, Variable, and Macro Listing.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@node Obstacks,Licenses,Functions,Top
|
@node Obstacks
|
||||||
@chapter Obstacks
|
@chapter Obstacks
|
||||||
@cindex obstacks
|
@cindex obstacks
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user