* target.h (deprecated_child_ops): Delete declaration.
authorPedro Alves <palves@redhat.com>
Fri, 14 Jan 2011 13:47:15 +0000 (13:47 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 14 Jan 2011 13:47:15 +0000 (13:47 +0000)
* target.c (deprecated_child_ops): Delete definition.

gdb/ChangeLog
gdb/target.c
gdb/target.h

index 3b14ae44dbf0e4e82ac7b94f11a00e909ca04722..13746fe0836a1054c540ce1c5b85b99dbf224086 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * target.h (deprecated_child_ops): Delete declaration.
+       * target.c (deprecated_child_ops): Delete definition.
+
 2011-01-14  Pedro Alves  <pedro@codesourcery.com>
 
        * Makefile.in (hpux-thread.o): Delete rule.
index ff879316a2ca59cfc014d4d78d9b8d69a3cafe47..32da4dd0e6cde079c45add2659011072a15f7a65 100644 (file)
@@ -157,12 +157,6 @@ static void debug_to_notice_signals (ptid_t);
 
 static void debug_to_stop (ptid_t);
 
-/* NOTE: cagney/2004-09-29: Many targets reference this variable in
-   wierd and mysterious ways.  Putting the variable here lets those
-   wierd and mysterious ways keep building while they are being
-   converted to the inferior inheritance structure.  */
-struct target_ops deprecated_child_ops;
-
 /* Pointer to array of target architecture structures; the size of the
    array; the current index into the array; the allocated size of the
    array.  */
index 15a6680061acf520345522ee386faed824ac30c0..c9f9ef076be2dc0eb8399ab542ae10e32abde8c8 100644 (file)
@@ -1633,6 +1633,4 @@ extern void update_target_permissions (void);
 /* Blank target vector entries are initialized to target_ignore.  */
 void target_ignore (void);
 
-extern struct target_ops deprecated_child_ops;
-
 #endif /* !defined (TARGET_H) */