mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Avoid character '+' in nodenames, gives formatters indigestion.
This commit is contained in:
@ -72,7 +72,7 @@ This document describes the GNU stabs debugging format in a.out files.
|
|||||||
* Variables::
|
* Variables::
|
||||||
* Aggregate types::
|
* Aggregate types::
|
||||||
* Symbol tables:: Symbol information in symbol tables
|
* Symbol tables:: Symbol information in symbol tables
|
||||||
* GNU C++ stabs::
|
* GNU Cplusplus stabs::
|
||||||
|
|
||||||
Appendixes:
|
Appendixes:
|
||||||
* Example2.c:: Source code for extended example
|
* Example2.c:: Source code for extended example
|
||||||
@ -1484,11 +1484,11 @@ entry now holds an absolute address.
|
|||||||
215 0000e008 D _g_foo
|
215 0000e008 D _g_foo
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@node GNU C++ stabs
|
@node GNU Cplusplus stabs
|
||||||
@chapter GNU C++ stabs
|
@chapter GNU C++ stabs
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Basic C++ types::
|
* Basic Cplusplus types::
|
||||||
* Simple classes::
|
* Simple classes::
|
||||||
* Class instance::
|
* Class instance::
|
||||||
* Methods:: Method definition
|
* Methods:: Method definition
|
||||||
@ -1518,7 +1518,7 @@ cross-reference
|
|||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
||||||
@node Basic C++ types
|
@node Basic Cplusplus types
|
||||||
@section Basic types for C++
|
@section Basic types for C++
|
||||||
|
|
||||||
<< the examples that follow are based on a01.C >>
|
<< the examples that follow are based on a01.C >>
|
||||||
|
Reference in New Issue
Block a user