From DJ Barrow.
authorAndrew Cagney <cagney@redhat.com>
Wed, 31 Oct 2001 22:57:46 +0000 (22:57 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 31 Oct 2001 22:57:46 +0000 (22:57 +0000)
* s390-tdep.c: (s390_gdbarch_init): Don't initialize
find_solib_trampoline_target.

gdb/ChangeLog
gdb/s390-tdep.c

index 712dacf5db3eea6a412233e85e79ae6af9651490..ac6b968d09af7cc86369a7fd658a306b00f6ecb9 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-31  Andrew Cagney  <ac131313@redhat.com>
+
+       From DJ Barrow.
+       * s390-tdep.c: (s390_gdbarch_init): Don't initialize
+       find_solib_trampoline_target.
+
 2001-10-31  Andrew Cagney  <ac131313@redhat.com>
 
        * remote-vx.c (net_wait): Fix typo from PIDGET change.
index 0be848c2e0a3786e24dcf35fbb3e0c99eb898457..222743adc7efaa8872416ac2c346b4d4c1579e65 100644 (file)
@@ -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 */