mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* target.h (deprecated_child_ops): Delete declaration.
* target.c (deprecated_child_ops): Delete definition.
This commit is contained in:
@ -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>
|
2011-01-14 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in (hpux-thread.o): Delete rule.
|
* Makefile.in (hpux-thread.o): Delete rule.
|
||||||
|
@ -157,12 +157,6 @@ static void debug_to_notice_signals (ptid_t);
|
|||||||
|
|
||||||
static void debug_to_stop (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
|
/* Pointer to array of target architecture structures; the size of the
|
||||||
array; the current index into the array; the allocated size of the
|
array; the current index into the array; the allocated size of the
|
||||||
array. */
|
array. */
|
||||||
|
@ -1633,6 +1633,4 @@ extern void update_target_permissions (void);
|
|||||||
/* Blank target vector entries are initialized to target_ignore. */
|
/* Blank target vector entries are initialized to target_ignore. */
|
||||||
void target_ignore (void);
|
void target_ignore (void);
|
||||||
|
|
||||||
extern struct target_ops deprecated_child_ops;
|
|
||||||
|
|
||||||
#endif /* !defined (TARGET_H) */
|
#endif /* !defined (TARGET_H) */
|
||||||
|
Reference in New Issue
Block a user