* amd64fbsd-tdep.c: Include "solib-svr4.h".
(amd64fbsd_init_abi): Set link map offsets. * amd64nbsd-tdep.c: Include "slib-svr4.h". (amd64nbsd_init_abi): Set link map offsets. * amd64obsd-tdep.c: Include "solib-svr4.h". (amd64obsd_init_abi): Set link map offsets. * i386fbsd-tdep.c: Include "solib-svr4.h". (i386fbsd_init_abi): Set link map offsets. * i386nbsd-tdep.c: Include "solib-svr4.h". (i386nbsdelf_init_abi): Set link map offsets. * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o) (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies. * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, solib-legacy.o and core-aout.o. Reformat. * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, solib-legacy.o. Reformat. * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat. * config/i386/nbsdelf.mh: Reformat. * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, solib-legacy.o and corelow.o. * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat. * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, solib-legacy.o and corelow.o. Reformat. * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o. * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o. (TM_FILE): Set to tm-fbsd.h. * config/i386/nbsd.mt (TDEPFILES): Reformat. * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and solib-svr4.o. * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and solib-svr4.o. (TM_FILE): Set to nm-nbsd.h. * config/i386/nm-fbsd.h: Update copyright year. Tweak comments. Simplify shared library support. Don't include "elf/common.h". (SVR4_SHARED_LIBS): Don't define. * config/i386/nm-fbsd64.h: Update copyright year. Don't include "solib.h". * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h, config/i386/nm-obsd.h: Update copyright year. Tweak comments. * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments. Don't include "i386/tm-i386.h". Include "solib.h". * config/i386/tm-nbsd.h: Update copyright year. Tweak comments. Don't include "i386/tm-i386.h". * config/i386/xm-i386.h: Update copyright year. Tweak comments. * config/i386/xm-nbsd.h: Update copyright year. Tweak comments. Include "i386/xm-i386.h". (HOST_LONG_DOUBLE_FORMAT): Remove.
This commit is contained in:
parent
3224a7064a
commit
7e654c3761
29 changed files with 156 additions and 104 deletions
|
@ -1,5 +1,53 @@
|
|||
2004-02-22 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* amd64fbsd-tdep.c: Include "solib-svr4.h".
|
||||
(amd64fbsd_init_abi): Set link map offsets.
|
||||
* amd64nbsd-tdep.c: Include "slib-svr4.h".
|
||||
(amd64nbsd_init_abi): Set link map offsets.
|
||||
* amd64obsd-tdep.c: Include "solib-svr4.h".
|
||||
(amd64obsd_init_abi): Set link map offsets.
|
||||
* i386fbsd-tdep.c: Include "solib-svr4.h".
|
||||
(i386fbsd_init_abi): Set link map offsets.
|
||||
* i386nbsd-tdep.c: Include "solib-svr4.h".
|
||||
(i386nbsdelf_init_abi): Set link map offsets.
|
||||
* Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
|
||||
(amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
|
||||
* config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
|
||||
solib-legacy.o and core-aout.o. Reformat.
|
||||
* config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
|
||||
solib-svr4.o, solib-legacy.o. Reformat.
|
||||
* config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
|
||||
* config/i386/nbsdelf.mh: Reformat.
|
||||
* config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
|
||||
solib-svr4.o, solib-legacy.o and corelow.o.
|
||||
* config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
|
||||
* config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
|
||||
solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
|
||||
* config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
|
||||
* config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
|
||||
(TM_FILE): Set to tm-fbsd.h.
|
||||
* config/i386/nbsd.mt (TDEPFILES): Reformat.
|
||||
* config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
|
||||
solib-svr4.o.
|
||||
* config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
|
||||
solib-svr4.o.
|
||||
(TM_FILE): Set to nm-nbsd.h.
|
||||
* config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
|
||||
Simplify shared library support. Don't include "elf/common.h".
|
||||
(SVR4_SHARED_LIBS): Don't define.
|
||||
* config/i386/nm-fbsd64.h: Update copyright year. Don't include
|
||||
"solib.h".
|
||||
* config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
|
||||
config/i386/nm-obsd.h: Update copyright year. Tweak comments.
|
||||
* config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
|
||||
Don't include "i386/tm-i386.h". Include "solib.h".
|
||||
* config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
|
||||
Don't include "i386/tm-i386.h".
|
||||
* config/i386/xm-i386.h: Update copyright year. Tweak comments.
|
||||
* config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
|
||||
Include "i386/xm-i386.h".
|
||||
(HOST_LONG_DOUBLE_FORMAT): Remove.
|
||||
|
||||
Fix OpenBSD/i386 sigtramp recognition.
|
||||
* i386-tdep.h: Update copyright year.
|
||||
(i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "gdb_string.h"
|
||||
|
||||
#include "x86-64-tdep.h"
|
||||
#include "solib-svr4.h"
|
||||
|
||||
/* Support for signal handlers. */
|
||||
|
||||
|
@ -136,6 +137,10 @@ amd64fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
tdep->sigcontext_addr = amd64fbsd_sigcontext_addr;
|
||||
tdep->sc_reg_offset = amd64fbsd_sc_reg_offset;
|
||||
tdep->sc_num_regs = ARRAY_SIZE (amd64fbsd_sc_reg_offset);
|
||||
|
||||
/* FreeBSD uses SVR4-style shared libraries. */
|
||||
set_solib_svr4_fetch_link_map_offsets
|
||||
(gdbarch, svr4_lp64_fetch_link_map_offsets);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -27,8 +27,9 @@
|
|||
|
||||
#include "gdb_assert.h"
|
||||
|
||||
#include "nbsd-tdep.h"
|
||||
#include "x86-64-tdep.h"
|
||||
#include "nbsd-tdep.h"
|
||||
#include "solib-svr4.h"
|
||||
|
||||
/* Support for signal handlers. */
|
||||
|
||||
|
@ -98,6 +99,7 @@ amd64nbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
|
||||
/* NetBSD has its own convention for signal trampolines. */
|
||||
set_gdbarch_pc_in_sigtramp (gdbarch, nbsd_pc_in_sigtramp);
|
||||
tdep->sigcontext_addr = amd64nbsd_sigcontext_addr;
|
||||
|
||||
/* Initialize the array with register offsets in `struct
|
||||
sigcontext'. This `struct sigcontext' has an sc_mcontext member
|
||||
|
@ -113,7 +115,9 @@ amd64nbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
tdep->sc_reg_offset[i] = 32 + amd64nbsd_r_reg_offset[i];
|
||||
}
|
||||
|
||||
tdep->sigcontext_addr = amd64nbsd_sigcontext_addr;
|
||||
/* NetBSD uses SVR4-style shared libraries. */
|
||||
set_solib_svr4_fetch_link_map_offsets
|
||||
(gdbarch, svr4_lp64_fetch_link_map_offsets);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "x86-64-tdep.h"
|
||||
#include "i387-tdep.h"
|
||||
#include "solib-svr4.h"
|
||||
|
||||
/* Support for core dumps. */
|
||||
|
||||
|
@ -198,6 +199,10 @@ amd64obsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
tdep->sigcontext_addr = amd64obsd_sigcontext_addr;
|
||||
tdep->sc_reg_offset = amd64obsd_sc_reg_offset;
|
||||
tdep->sc_num_regs = ARRAY_SIZE (amd64obsd_sc_reg_offset);
|
||||
|
||||
/* OpenBSD uses SVR4-style shared libraries. */
|
||||
set_solib_svr4_fetch_link_map_offsets
|
||||
(gdbarch, svr4_lp64_fetch_link_map_offsets);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Host: Intel 386 running FreeBSD
|
||||
|
||||
XM_FILE= xm-i386.h
|
||||
|
||||
# Host: FreeBSD/i386
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o \
|
||||
i386-nat.o i386bsd-nat.o i386fbsd-nat.o gcore.o fbsd-proc.o
|
||||
NAT_FILE= nm-fbsd.h
|
||||
# NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make.
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o core-aout.o i386-nat.o i386bsd-nat.o i386fbsd-nat.o gcore.o fbsd-proc.o
|
||||
XM_FILE= xm-i386.h
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Target: Intel 386 running FreeBSD
|
||||
TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o corelow.o
|
||||
# Target: FreeBSD/i386
|
||||
TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \
|
||||
corelow.o solib.o solib-svr4.o
|
||||
TM_FILE= tm-fbsd.h
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Host: FreeBSD/amd64
|
||||
|
||||
XM_FILE= xm-i386.h
|
||||
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o \
|
||||
amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o gcore.o fbsd-proc.o
|
||||
NAT_FILE= nm-fbsd64.h
|
||||
# NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make.
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o gcore.o fbsd-proc.o
|
||||
XM_FILE= xm-i386.h
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
# Target: FreeBSD/amd64
|
||||
TDEPFILES= x86-64-tdep.o amd64fbsd-tdep.o i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o corelow.o
|
||||
TDEPFILES= x86-64-tdep.o amd64fbsd-tdep.o \
|
||||
i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \
|
||||
corelow.o solib.o solib-svr4.o
|
||||
TM_FILE= tm-fbsd.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Target: Intel 386 running NetBSD
|
||||
TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386nbsd-tdep.o corelow.o \
|
||||
nbsd-tdep.o solib.o solib-svr4.o
|
||||
# Target: NetBSD/i386
|
||||
TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386nbsd-tdep.o nbsd-tdep.o \
|
||||
corelow.o solib.o solib-svr4.o
|
||||
TM_FILE= tm-nbsd.h
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Host: NetBSD/amd64
|
||||
|
||||
XM_FILE= xm-i386.h
|
||||
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o \
|
||||
amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o
|
||||
NAT_FILE= nm-nbsd.h
|
||||
# NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make.
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o
|
||||
XM_FILE= xm-i386.h
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
# Target: NetBSD/amd64
|
||||
TDEPFILES= x86-64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o nbsd-tdep.o
|
||||
TDEPFILES= x86-64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o nbsd-tdep.o \
|
||||
corelow.o solib.o solib-svr4.o
|
||||
TM_FILE= tm-nbsd.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Host: Intel 386 running NetBSD
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o solib-sunos.o
|
||||
|
||||
XM_FILE= xm-nbsd.h
|
||||
# Host: NetBSD/i386 a.out
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o \
|
||||
solib.o solib-sunos.o
|
||||
NAT_FILE= nm-nbsdaout.h
|
||||
XM_FILE= xm-nbsd.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Host: Intel 386 running NetBSD
|
||||
# Host: NetBSD/i386 ELF
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o
|
||||
XM_FILE= xm-nbsd.h
|
||||
NAT_FILE= nm-nbsd.h
|
||||
XM_FILE= xm-nbsd.h
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Native-dependent definitions for FreeBSD/i386.
|
||||
Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001
|
||||
|
||||
Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001, 2004
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -87,20 +88,10 @@ extern CORE_ADDR register_u_addr (CORE_ADDR blockend, int regno);
|
|||
|
||||
/* Shared library support. */
|
||||
|
||||
/* The FreeBSD <link.h> uses the same condition to distinguish ELF
|
||||
from a.out. ELF implies SVR4 shared libraries. */
|
||||
#if (defined (FREEBSD_ELF) || defined (__ELF__)) && !defined (FREEBSD_AOUT)
|
||||
#define SVR4_SHARED_LIBS
|
||||
#endif
|
||||
#include "solib.h"
|
||||
|
||||
#include "solib.h" /* Support for shared libraries. */
|
||||
#ifdef SVR4_SHARED_LIBS
|
||||
#include "elf/common.h" /* Additional ELF shared library info. */
|
||||
#endif
|
||||
|
||||
#ifndef SVR4_SHARED_LIBS
|
||||
|
||||
/* Make structure definitions match up with those expected in `solib.c'. */
|
||||
/* Make structure definitions match up with those expected in
|
||||
`solib-sunos.c'. */
|
||||
|
||||
#define link_object sod
|
||||
#define lo_name sod_name
|
||||
|
@ -154,6 +145,4 @@ extern CORE_ADDR register_u_addr (CORE_ADDR blockend, int regno);
|
|||
#define ld_un d_un
|
||||
#define ld_2 d_sdt
|
||||
|
||||
#endif /* !SVR4_SHARED_LIBS */
|
||||
|
||||
#endif /* NM_FBSD_H */
|
||||
#endif /* nm-fbsd.h */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Native-dependent definitions for FreeBSD/amd64.
|
||||
Copyright 2003
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
Copyright 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -33,10 +33,5 @@
|
|||
|
||||
/* We can attach and detach. */
|
||||
#define ATTACH_DETACH
|
||||
|
||||
|
||||
/* Shared library support. */
|
||||
|
||||
#include "solib.h"
|
||||
|
||||
#endif /* nm-fbsd64.h */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Native-dependent definitions for Intel 386 running NetBSD, for GDB.
|
||||
Copyright 1986, 1987, 1989, 1992, 1994, 2000, 2002
|
||||
/* Native-dependent definitions for NetBSD/i386.
|
||||
|
||||
Copyright 1986, 1987, 1989, 1992, 1994, 2000, 2002, 2004
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -22,7 +23,7 @@
|
|||
#ifndef NM_NBSD_H
|
||||
#define NM_NBSD_H
|
||||
|
||||
/* Get generic NetBSD native definitions. */
|
||||
/* Get generic NetBSD native definitions. */
|
||||
#include "config/nm-nbsd.h"
|
||||
|
||||
#endif /* NM_NBSD_H */
|
||||
#endif /* nm-nbsd.h */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Native-dependent definitions for Intel 386 running NetBSD, for GDB.
|
||||
Copyright 1986, 1987, 1989, 1992, 1994, 1996, 2000
|
||||
/* Native-dependent definitions for NetBSD/i386 a.out.
|
||||
|
||||
Copyright 1986, 1987, 1989, 1992, 1994, 1996, 2000, 2004
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -24,7 +25,7 @@
|
|||
|
||||
#include "i386/nm-nbsd.h"
|
||||
|
||||
/* Get generic NetBSD a.out native definitions. */
|
||||
/* Get generic NetBSD a.out native definitions. */
|
||||
#include "config/nm-nbsdaout.h"
|
||||
|
||||
#endif /* NM_NBSDAOUT_H */
|
||||
#endif /* nm-nbsdaout.h */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Native-dependent definitions for OpenBSD/i386.
|
||||
Copyright 2001 Free Software Foundation, Inc.
|
||||
|
||||
Copyright 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -51,9 +52,10 @@ extern CORE_ADDR register_u_addr (CORE_ADDR blockend, int regno);
|
|||
|
||||
/* Shared library support. */
|
||||
|
||||
#include "solib.h" /* Support for shared libraries. */
|
||||
#include "solib.h"
|
||||
|
||||
/* Make structure definitions match up with those expected in `solib.c'. */
|
||||
/* Make structure definitions match up with those expected in
|
||||
`solib-sunos.c'. */
|
||||
|
||||
#define link_object sod
|
||||
#define lo_name sod_name
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# Host: OpenBSD/i386 ELF
|
||||
|
||||
XM_FILE= xm-i386.h
|
||||
|
||||
NAT_FILE= nm-obsd.h
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o i386obsd-nat.o
|
||||
NAT_FILE= nm-obsd.h
|
||||
XM_FILE= xm-i386.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Target: OpenBSD/i386
|
||||
TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o corelow.o \
|
||||
solib.o solib-svr4.o
|
||||
TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \
|
||||
corelow.o solib.o solib-svr4.o
|
||||
TM_FILE= tm-nbsd.h
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Host: OpenBSD/amd64
|
||||
|
||||
XM_FILE= xm-i386.h
|
||||
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o \
|
||||
amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o
|
||||
NAT_FILE= nm-nbsd.h
|
||||
# NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make.
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o
|
||||
XM_FILE= xm-i386.h
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Target: OpenBSD/amd64
|
||||
TDEPFILES= x86-64-tdep.o amd64obsd-tdep.o \
|
||||
i386-tdep.o i387-tdep.o i386bsd-tdep.o
|
||||
i386-tdep.o i387-tdep.o i386bsd-tdep.o \
|
||||
corelow.o solib.o solib-svr4.o
|
||||
TM_FILE= tm-nbsd.h
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Host: OpenBSD/i386 a.out
|
||||
|
||||
XM_FILE= xm-i386.h
|
||||
|
||||
NAT_FILE= nm-obsd.h
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o i386obsd-nat.o \
|
||||
solib.o solib-sunos.o
|
||||
NAT_FILE= nm-obsd.h
|
||||
XM_FILE= xm-i386.h
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Target-dependent definitions for FreeBSD/i386.
|
||||
Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
Copyright 1997, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -21,10 +22,10 @@
|
|||
#ifndef TM_FBSD_H
|
||||
#define TM_FBSD_H
|
||||
|
||||
#include "i386/tm-i386.h"
|
||||
#include "solib.h"
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
#endif /* TM_FBSD_H */
|
||||
#endif /* tm-fbsd.h */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Macro definitions for i386 running under NetBSD.
|
||||
Copyright 1994, 1996, 2000, 2002 Free Software Foundation, Inc.
|
||||
/* Target-dependent definitions for NetBSD/i386.
|
||||
|
||||
Copyright 1994, 1996, 2000, 2002, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -21,7 +22,6 @@
|
|||
#ifndef TM_NBSD_H
|
||||
#define TM_NBSD_H
|
||||
|
||||
#include "i386/tm-i386.h"
|
||||
#include "solib.h"
|
||||
|
||||
#endif /* TM_NBSD_H */
|
||||
#endif /* tm-nbsd.h */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Host-dependent definitions for i386.
|
||||
Copyright 2001 Free Software Foundation, Inc.
|
||||
/* Host-dependent definitions for the i386.
|
||||
|
||||
Copyright 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -27,4 +28,4 @@
|
|||
#define HOST_DOUBLE_FORMAT &floatformat_ieee_double_little
|
||||
#define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
|
||||
|
||||
#endif /* XM_386_H */
|
||||
#endif /* xm-i386.h */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Parameters for execution on a i386 running NetBSD, for GDB.
|
||||
Copyright 1994, 2000 Free Software Foundation, Inc.
|
||||
/* Host-dependent definitions for NetBSD/i386.
|
||||
|
||||
Copyright 1994, 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -18,7 +19,7 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Get generic NetBSD host definitions. */
|
||||
#include "config/xm-nbsd.h"
|
||||
#include "i386/xm-i386.h"
|
||||
|
||||
#define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
|
||||
/* Get generic NetBSD host definitions. */
|
||||
#include "config/xm-nbsd.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "i386-tdep.h"
|
||||
#include "i387-tdep.h"
|
||||
#include "solib-svr4.h"
|
||||
|
||||
/* FreeBSD 3.0-RELEASE or later. */
|
||||
|
||||
|
@ -101,8 +102,10 @@ i386fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
i386_elf_init_abi (info, gdbarch);
|
||||
|
||||
/* FreeBSD ELF uses SVR4-style shared libraries. */
|
||||
set_gdbarch_in_solib_call_trampoline (gdbarch,
|
||||
generic_in_solib_call_trampoline);
|
||||
set_gdbarch_in_solib_call_trampoline
|
||||
(gdbarch, generic_in_solib_call_trampoline);
|
||||
set_solib_svr4_fetch_link_map_offsets
|
||||
(gdbarch, svr4_ilp32_fetch_link_map_offsets);
|
||||
}
|
||||
|
||||
/* FreeBSD 4.0-RELEASE or later. */
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* Target-dependent code for NetBSD/i386.
|
||||
|
||||
Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002, 2003
|
||||
Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002,
|
||||
2003, 2004
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -33,7 +34,6 @@
|
|||
#include "i386-tdep.h"
|
||||
#include "i387-tdep.h"
|
||||
#include "nbsd-tdep.h"
|
||||
|
||||
#include "solib-svr4.h"
|
||||
|
||||
/* From <machine/reg.h>. */
|
||||
|
@ -267,10 +267,10 @@ i386nbsdelf_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
i386_elf_init_abi (info, gdbarch);
|
||||
|
||||
/* NetBSD ELF uses SVR4-style shared libraries. */
|
||||
set_gdbarch_in_solib_call_trampoline (gdbarch,
|
||||
generic_in_solib_call_trampoline);
|
||||
set_gdbarch_in_solib_call_trampoline
|
||||
(gdbarch, generic_in_solib_call_trampoline);
|
||||
set_solib_svr4_fetch_link_map_offsets
|
||||
(gdbarch, nbsd_ilp32_solib_svr4_fetch_link_map_offsets);
|
||||
(gdbarch, svr4_ilp32_fetch_link_map_offsets);
|
||||
|
||||
/* NetBSD ELF uses -fpcc-struct-return by default. */
|
||||
tdep->struct_return = pcc_struct_return;
|
||||
|
|
Loading…
Reference in a new issue