* gdbint.texinfo (CPLUS_MARKER): Remove item.
This commit is contained in:
parent
af39267ef5
commit
6d12fc3d08
|
@ -1,3 +1,7 @@
|
|||
2002-10-11 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdbint.texinfo (CPLUS_MARKER): Remove item.
|
||||
|
||||
2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
|
||||
|
|
|
@ -3069,13 +3069,6 @@ Return non-zero if register @var{regnum} can represent data values in a
|
|||
non-standard form.
|
||||
@xref{Target Architecture Definition, , Using Different Register and Memory Data Representations}.
|
||||
|
||||
@item CPLUS_MARKER
|
||||
@findex CPLUS_MARKERz
|
||||
Define this to expand into the character that G@t{++} uses to distinguish
|
||||
compiler-generated identifiers from programmer-specified identifiers.
|
||||
By default, this expands into @code{'$'}. Most System V targets should
|
||||
define this to @code{'.'}.
|
||||
|
||||
@item DBX_PARM_SYMBOL_CLASS
|
||||
@findex DBX_PARM_SYMBOL_CLASS
|
||||
Hook for the @code{SYMBOL_CLASS} of a parameter when decoding DBX symbol
|
||||
|
|
Loading…
Reference in New Issue