summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>1999-05-11 13:28:52 +0000
committerStan Shebs <shebs@apple.com>1999-05-11 13:28:52 +0000
commitd03a6b753ab65aa4aa3441bf1be28051846bbad9 (patch)
treeca374553ba9c2f35a98b4bb6b049e030ee7e2083 /gdb/defs.h
parentaf9010d115cd3b97939cec0120126aba262ec57a (diff)
downloadgdb-d03a6b753ab65aa4aa3441bf1be28051846bbad9.tar.gz
import gdb-1999-05-10
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index ed16956ee55..e63fb1520d5 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,