From 8e0afcb5b6c36485a8d99c870ea5fc48b28fb6f8 Mon Sep 17 00:00:00 2001 From: brobecke Date: Fri, 6 Jun 2003 00:22:00 +0000 Subject: [PATCH] * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting pc_in_sigtramp multiarch method. (hppa_hpux_som_init_abi): Use it. (hppa_hpux_elf_init_abi): Likewise. * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this macro has been multiarched. * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this macro here, as hppa64 isn't multiarched yet. --- gdb/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ed30523fe..06018075c1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2003-06-05 J. Brobecker + + * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting + pc_in_sigtramp multiarch method. + (hppa_hpux_som_init_abi): Use it. + (hppa_hpux_elf_init_abi): Likewise. + * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this + macro has been multiarched. + * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this + macro here, as hppa64 isn't multiarched yet. + 2003-06-05 Andrew Cagney * Makefile.in (value_h): Add $(frame_h). -- 2.11.0