aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdbint.texinfo
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-03-13 21:02:40 +0000
committerDoug Evans <dje@google.com>2012-03-13 21:02:40 +0000
commit168997566e2a9a7050bd9f236c4b6d9a2223864c (patch)
tree4e692320e5f29bbbeaca8f6bcb3d24bc1eb36a57 /gdb/doc/gdbint.texinfo
parentc5b7e1cbc5f385a8a45b8b4891c05c310ffe6552 (diff)
downloadfsf-binutils-gdb-168997566e2a9a7050bd9f236c4b6d9a2223864c.zip
fsf-binutils-gdb-168997566e2a9a7050bd9f236c4b6d9a2223864c.tar.gz
fsf-binutils-gdb-168997566e2a9a7050bd9f236c4b6d9a2223864c.tar.bz2
* NEWS: Mention symbol-reloading has been deleted.
* symfile.c (symbol_reloading): Delete. (show_symbol_reloading): Delete. (_initialize_symfile): Delete set/show symbol-reloading. doc/ * gdb.texinfo (Help): Change apropos example to use "alias" instead of "reload". (Symbols): Delete docs for set/show symbol-reloading. * gdbint.texinfo (Defining Other Architecture Features): Delete SYMBOL_RELOADING_DEFAULT. * refcard.tex: Delete reference to symbol-reloading. testsuite/ * gdb.base/default.exp: Delete tests for symbol-reloading. * gdb.base/help.exp: Ditto. * gdb.base/setshow.exp: Ditto. * gdb.base/gdb_history: Delete references to symbol-reloading.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r--gdb/doc/gdbint.texinfo5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 026dc59..fcc106c 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -4916,11 +4916,6 @@ number of that register.
Use this function to convert stab register @var{stab_regnr} into @value{GDBN}
regnum. If not defined, no conversion will be done.
-@item SYMBOL_RELOADING_DEFAULT
-@findex SYMBOL_RELOADING_DEFAULT
-The default value of the ``symbol-reloading'' variable. (Never defined in
-current sources.)
-
@item TARGET_CHAR_BIT
@findex TARGET_CHAR_BIT
Number of bits in a char; defaults to 8.