From 60e6cc428daf9808d3a913c9417e2a2ef3153fb2 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 31 Oct 2001 22:57:46 +0000 Subject: [PATCH] From DJ Barrow. * s390-tdep.c: (s390_gdbarch_init): Don't initialize find_solib_trampoline_target. --- gdb/ChangeLog | 6 ++++++ gdb/s390-tdep.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 712dacf5db3..ac6b968d09a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-10-31 Andrew Cagney + + From DJ Barrow. + * s390-tdep.c: (s390_gdbarch_init): Don't initialize + find_solib_trampoline_target. + 2001-10-31 Andrew Cagney * remote-vx.c (net_wait): Fix typo from PIDGET change. diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index 0be848c2e0a..222743adc7e 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -40,6 +40,7 @@ + /* Number of bytes of storage in the actual machine representation for register N. Note that the unsigned cast here forces the result of the @@ -1438,7 +1439,6 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) set_gdbarch_stab_reg_to_regnum (gdbarch, s390_stab_reg_to_regnum); set_gdbarch_dwarf_reg_to_regnum (gdbarch, s390_stab_reg_to_regnum); set_gdbarch_dwarf2_reg_to_regnum (gdbarch, s390_stab_reg_to_regnum); - set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target); /* Stuff below here wouldn't be required if gdbarch.sh was a little */ /* more intelligent */ -- 2.30.2