mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
2004-09-12 Andrew Cagney <cagney@gnu.org>
* target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK. Index: doc/ChangeLog 2004-09-12 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Native Debugging): Delete description of FILES_INFO_HOOK.
This commit is contained in:
parent
b7ffc4a8d7
commit
f810308bf8
@ -1,5 +1,7 @@
|
|||||||
2004-09-12 Andrew Cagney <cagney@gnu.org>
|
2004-09-12 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
|
* target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
|
||||||
|
|
||||||
* inferior.h (STORE_STRUCT_RETURN): Delete macro.
|
* inferior.h (STORE_STRUCT_RETURN): Delete macro.
|
||||||
|
|
||||||
2004-09-12 Salvador E. Tropea <set@users.sf.net>
|
2004-09-12 Salvador E. Tropea <set@users.sf.net>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-09-12 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
|
* gdbint.texinfo (Native Debugging): Delete description of
|
||||||
|
FILES_INFO_HOOK.
|
||||||
|
|
||||||
2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
|
2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
|
||||||
|
|
||||||
* gdbint.texinfo (User Interface): Change local_hex_string_custom
|
* gdbint.texinfo (User Interface): Change local_hex_string_custom
|
||||||
|
@ -4352,10 +4352,6 @@ Define this if the native-dependent code will provide its own routines
|
|||||||
@file{infptrace.c} is included in this configuration, the default
|
@file{infptrace.c} is included in this configuration, the default
|
||||||
routines in @file{infptrace.c} are used for these functions.
|
routines in @file{infptrace.c} are used for these functions.
|
||||||
|
|
||||||
@item FILES_INFO_HOOK
|
|
||||||
@findex FILES_INFO_HOOK
|
|
||||||
(Only defined for Convex.)
|
|
||||||
|
|
||||||
@item FP0_REGNUM
|
@item FP0_REGNUM
|
||||||
@findex FP0_REGNUM
|
@findex FP0_REGNUM
|
||||||
This macro is normally defined to be the number of the first floating
|
This macro is normally defined to be the number of the first floating
|
||||||
|
@ -1216,11 +1216,6 @@ target_info (char *args, int from_tty)
|
|||||||
if (symfile_objfile != NULL)
|
if (symfile_objfile != NULL)
|
||||||
printf_unfiltered ("Symbols from \"%s\".\n", symfile_objfile->name);
|
printf_unfiltered ("Symbols from \"%s\".\n", symfile_objfile->name);
|
||||||
|
|
||||||
#ifdef FILES_INFO_HOOK
|
|
||||||
if (FILES_INFO_HOOK ())
|
|
||||||
return;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
for (t = target_stack; t != NULL; t = t->beneath)
|
for (t = target_stack; t != NULL; t = t->beneath)
|
||||||
{
|
{
|
||||||
if (!t->to_has_memory)
|
if (!t->to_has_memory)
|
||||||
|
Loading…
Reference in New Issue
Block a user