X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fi386gnu-tdep.c;h=1c68841e5fdf3bcde0a07ed9c528e97613c1d43e;hb=2117c711ae07700adb57ea5b5ca61e4c32d7e3d2;hp=9b2157686fa3a856a5aa7d73d4b0bd97a4f83852;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386gnu-tdep.c b/gdb/i386gnu-tdep.c index 9b2157686f..1c68841e5f 100644 --- a/gdb/i386gnu-tdep.c +++ b/gdb/i386gnu-tdep.c @@ -1,11 +1,11 @@ /* Target-dependent code for the GNU Hurd. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,12 +14,11 @@ GNU General Public License for more details. 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., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #include "defs.h" #include "osabi.h" +#include "solib-svr4.h" #include "i386-tdep.h" @@ -31,6 +30,9 @@ i386gnu_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) /* GNU uses ELF. */ i386_elf_init_abi (info, gdbarch); + set_solib_svr4_fetch_link_map_offsets + (gdbarch, svr4_ilp32_fetch_link_map_offsets); + tdep->jb_pc_offset = 20; /* From . */ }