* config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.

* alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
This commit is contained in:
Joel Brobecker 2003-06-04 05:25:10 +00:00
parent 37bb6d9f02
commit 0bd79c5c09
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-03 J. Brobecker <brobecker@gnat.com>
* config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
* alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
2003-06-03 J. Brobecker <brobecker@gnat.com>
* alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace

View File

@ -75,6 +75,9 @@ alpha_osf1_init_abi (struct gdbarch_info info,
{
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
/* Hook into the MDEBUG frame unwinder. */
alpha_mdebug_init_abi (info, gdbarch);
set_gdbarch_pc_in_sigtramp (gdbarch, alpha_osf1_pc_in_sigtramp);
/* The next/step support via procfs on OSF1 is broken when running
on multi-processor machines. We need to use software single stepping

View File

@ -1,3 +1,3 @@
# Target: Little-endian Alpha
TDEPFILES= alpha-tdep.o alpha-osf1-tdep.o
TDEPFILES= alpha-tdep.o alpha-osf1-tdep.o alpha-mdebug-tdep.o
TM_FILE= tm-alpha.h