aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-31 22:57:46 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-31 22:57:46 +0000
commit60e6cc428daf9808d3a913c9417e2a2ef3153fb2 (patch)
tree17feb2b704b80739a7cc95e0b1d6dc36bdb51eb2 /gdb/s390-tdep.c
parent6138715944138b02d63380f89d04dda01e1f232d (diff)
downloadfsf-binutils-gdb-60e6cc428daf9808d3a913c9417e2a2ef3153fb2.zip
fsf-binutils-gdb-60e6cc428daf9808d3a913c9417e2a2ef3153fb2.tar.gz
fsf-binutils-gdb-60e6cc428daf9808d3a913c9417e2a2ef3153fb2.tar.bz2
From DJ Barrow.
* s390-tdep.c: (s390_gdbarch_init): Don't initialize find_solib_trampoline_target.
Diffstat (limited to 'gdb/s390-tdep.c')
-rw-r--r--gdb/s390-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c
index 0be848c..222743ad 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 */