From 3705b1c591c4b1a37c494221a78dfa54e36aa09a Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 16 Apr 2009 18:39:36 +0000 Subject: [PATCH] * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop) (ada_get_current_task, ada_print_exception_breakpoint_nontask) (ada_print_exception_breakpoint_task, ada_reset_thread_registers): Remove declaration. These are non-existent functions. --- gdb/ChangeLog | 7 +++++++ gdb/ada-lang.h | 12 ------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 40444c0..177f004 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2009-04-16 Joel Brobecker + * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop) + (ada_get_current_task, ada_print_exception_breakpoint_nontask) + (ada_print_exception_breakpoint_task, ada_reset_thread_registers): + Remove declaration. These are non-existent functions. + +2009-04-16 Joel Brobecker + * procfs.c (solib_mappings_callback, find_memory_regions_callback): Fix a compilation warning on mips-irix due to casting from a pointer of different size. diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index c9554a4..91c789f 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -463,18 +463,6 @@ extern int valid_task_id (int); extern int ada_get_task_number (ptid_t); -extern void ada_adjust_exception_stop (bpstat bs); - -extern void ada_print_exception_stop (bpstat bs); - -extern int ada_get_current_task (ptid_t); - -extern int ada_print_exception_breakpoint_nontask (struct breakpoint *); - -extern void ada_print_exception_breakpoint_task (struct breakpoint *); - -extern void ada_reset_thread_registers (void); - extern int ada_build_task_list (int warn_if_null); extern int ada_exception_catchpoint_p (struct breakpoint *b); -- 2.7.4