*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / amd64-sol2-tdep.c
index f76e8a48dfcab30d5f68f790212f8e7f00a04bd5..86ae23e5fb129fcc0d5d9b86ae215bc6d92c11f3 100644 (file)
@@ -1,6 +1,8 @@
 /* Target-dependent code for AMD64 Solaris.
 
-   Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007
+   Free Software Foundation, Inc.
+
    Contributed by Joseph Myers, CodeSourcery, LLC.
 
    This file is part of GDB.
@@ -17,8 +19,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"
@@ -29,6 +31,7 @@
 
 #include "gdb_string.h"
 
+#include "sol2-tdep.h"
 #include "amd64-tdep.h"
 #include "solib-svr4.h"
 
@@ -109,6 +112,7 @@ amd64_sol2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
   tdep->sc_num_regs = tdep->gregset_num_regs;
 
   /* Solaris uses SVR4-style shared libraries.  */
+  set_gdbarch_skip_solib_resolver (gdbarch, sol2_skip_solib_resolver);
   set_solib_svr4_fetch_link_map_offsets
     (gdbarch, svr4_lp64_fetch_link_map_offsets);
 }
This page took 0.024571 seconds and 4 git commands to generate.