*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / i386-nto-tdep.c
index 744b8c934a67b82a454351eaf363aa2df960feeb..75acd7e84d35157a7739e1df0b585c2df7f931d8 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for QNX Neutrino x86.
 
-   Copyright 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
 
    Contributed by QNX Software Systems Ltd.
 
@@ -18,8 +18,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #include "defs.h"
 #include "frame.h"
@@ -262,9 +262,6 @@ i386nto_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
      default which is [unfortunately] to decrement the PC.  */
   set_gdbarch_decr_pc_after_break (gdbarch, 0);
 
-  /* NTO has shared libraries.  */
-  set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target);
-
   tdep->gregset_reg_offset = i386nto_gregset_reg_offset;
   tdep->gregset_num_regs = ARRAY_SIZE (i386nto_gregset_reg_offset);
   tdep->sizeof_gregset = NUM_GPREGS * 4;
This page took 0.023164 seconds and 4 git commands to generate.