diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-10-11 14:01:04 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-10-11 14:01:04 +0000 |
commit | 6d12fc3d08ed2bb837fd2b70916289fa5999363d (patch) | |
tree | 9da32315f8f72dd44e6cd9410c351f1ca7bbebfd /gdb/doc | |
parent | af39267ef5416c8f577b7bf8e91d91a8ed302558 (diff) | |
download | gdb-6d12fc3d08ed2bb837fd2b70916289fa5999363d.zip gdb-6d12fc3d08ed2bb837fd2b70916289fa5999363d.tar.gz gdb-6d12fc3d08ed2bb837fd2b70916289fa5999363d.tar.bz2 |
* gdbint.texinfo (CPLUS_MARKER): Remove item.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 749f181..514de19 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 01587ec..87dd5b6 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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 |