From cd0fc7c3ebe90ce6390e06cef0ae9a54fe9c9891 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 11 May 1999 13:35:55 +0000 Subject: import gdb-1999-05-10 --- gdb/defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index ed16956..e63fb15 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1012,7 +1012,7 @@ extern void store_floating PARAMS ((void *, int, DOUBLEST)); I'm not sure it's used in all contexts. It exists to deal with there being a few stray bits in the PC which would mislead us, not as some sort of generic thing to handle alignment or segmentation (it's possible it - should be in TARGET_READ_PC instead). */ + should be in TARGET_READ_PC instead). */ #if !defined (ADDR_BITS_REMOVE) #define ADDR_BITS_REMOVE(addr) (addr) #endif /* No ADDR_BITS_REMOVE. */ @@ -1032,6 +1032,7 @@ struct target_waitstatus; struct cmd_list_element; #endif +extern void (*async_hook) PARAMS ((void)); extern void (*init_ui_hook) PARAMS ((char *argv0)); extern void (*command_loop_hook) PARAMS ((void)); extern void (*fputs_unfiltered_hook) PARAMS ((const char *linebuffer, -- cgit v1.1