diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-11-15 06:14:26 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-11-15 06:14:26 +0000 |
commit | 7a72d44c5c8311b4109ccb0e3e3e8cd650c49177 (patch) | |
tree | be25aff64ba588ea5acac0dbe73e000c2a5099b0 /gdb/doc | |
parent | fed590bb658baee680c11753ecff1b96f0bf3112 (diff) | |
download | gdb-7a72d44c5c8311b4109ccb0e3e3e8cd650c49177.zip gdb-7a72d44c5c8311b4109ccb0e3e3e8cd650c49177.tar.gz gdb-7a72d44c5c8311b4109ccb0e3e3e8cd650c49177.tar.bz2 |
Remove CLEAR_SOLIB use.
* corelow.c (core_close): Don't check for CLEAR_SOLIB.
* infcmd.c (attach_command): Likewise.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4ebdf50..28a4122 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-11-15 Vladimir Prus <vladimir@codesourcery.com> + + * gdbint.texinfo (Native Conditionals): Remove + mention of CLEAR_SOLIB. + 2007-11-11 Joel Brobecker <brobecker@adacore.com> * gdb.texinfo (Print Settings): Add documentation for "set/show diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e40dd4e..119eb7c 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4675,10 +4675,6 @@ the shell execs, and once when the program itself execs. If the actual number of traps is something other than 2, then define this macro to expand into the number expected. -@item CLEAR_SOLIB -@findex CLEAR_SOLIB -See @file{objfiles.c}. - @end table @node Support Libraries |