]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-09-12 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Sun, 12 Sep 2004 15:20:49 +0000 (15:20 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 12 Sep 2004 15:20:49 +0000 (15:20 +0000)
* 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.

gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/target.c

index a4a077489831861442b535f0f68da2de4410ad50..59f96d27c1ddecd7a5852e161bbbd05808cbcc93 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
 2004-09-12  Salvador E. Tropea  <set@users.sf.net>
index c38340d02c4f8ae11561a4916679e54269288e28..2d3035ed3d5357e549093451663897ff95e2a0bf 100644 (file)
@@ -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>
 
        * gdbint.texinfo (User Interface): Change local_hex_string_custom 
index fa0b6c4caf0d935dbca7eee64d13950e9b10593a..bff7d159e64470c28d2e5af4903dace82590ac63 100644 (file)
@@ -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
 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
 @findex FP0_REGNUM
 This macro is normally defined to be the number of the first floating
index 5faf5a84725c3fdf268958e20fa935a39b3bb23b..0e76e71ebc5b6ffcd90eaa1774f46b2795c2e126 100644 (file)
@@ -1216,11 +1216,6 @@ target_info (char *args, int from_tty)
   if (symfile_objfile != NULL)
     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)
     {
       if (!t->to_has_memory)