diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-10-11 19:01:43 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-10-11 19:01:43 +0000 |
commit | 35156bae494b16fdaa0dca827dd7b9a4f93eba72 (patch) | |
tree | 7ce7cadbca4d574c9df20de8bd352b070d66f151 /gdb/doc/gdbint.texinfo | |
parent | 3d47173c81a093abb29c3f18c753a80bfd734864 (diff) | |
download | gdb-35156bae494b16fdaa0dca827dd7b9a4f93eba72.zip gdb-35156bae494b16fdaa0dca827dd7b9a4f93eba72.tar.gz gdb-35156bae494b16fdaa0dca827dd7b9a4f93eba72.tar.bz2 |
* dbxread.c (process_one_symbol): Remove VARIABLES_INSIDE_BLOCK
checks.
* config/arm/embed.mt, config/arm/linux.mt, config/arm/wince.mt: Do
not set DEPRECATED_TM_FILE.
* config/arm/tm-arm.h: Delete file.
* gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index facea70..d8dbcb0 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4178,15 +4178,6 @@ This method has been deprecated in favour of @code{gdbarch_return_value} Convert a value of type @var{type} into the raw contents of a register. @xref{Target Architecture Definition, , Using Different Register and Memory Data Representations}. -@item VARIABLES_INSIDE_BLOCK (@var{desc}, @var{gcc_p}) -@findex VARIABLES_INSIDE_BLOCK -For dbx-style debugging information, if the compiler puts variable -declarations inside LBRAC/RBRAC blocks, this should be defined to be -nonzero. @var{desc} is the value of @code{n_desc} from the -@code{N_RBRAC} symbol, and @var{gcc_p} is true if @value{GDBN} has noticed the -presence of either the @code{GCC_COMPILED_SYMBOL} or the -@code{GCC2_COMPILED_SYMBOL}. By default, this is 0. - @end table Motorola M68K target conditionals. |