* sparc64fbsd-nat.c: Update copyright year.
(_initialize_sparc64fbsd_nat): Construct and add target vector. * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o, inftarg.o.
This commit is contained in:
parent
8c3900e409
commit
f5ccf7a2c6
@ -1,3 +1,10 @@
|
||||
2004-11-21 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc64fbsd-nat.c: Update copyright year.
|
||||
(_initialize_sparc64fbsd_nat): Construct and add target vector.
|
||||
* config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
|
||||
inftarg.o.
|
||||
|
||||
2004-11-21 Daniel Jacobowitz <dan@debian.org>
|
||||
|
||||
* sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Host: FreeBSD/sparc64
|
||||
NATDEPFILES= sparc64fbsd-nat.o sparc64-nat.o sparc-nat.o \
|
||||
fork-child.o inf-ptrace.o infptrace.o inftarg.o \
|
||||
NATDEPFILES= fork-child.o inf-ptrace.o \
|
||||
sparc64fbsd-nat.o sparc64-nat.o sparc-nat.o \
|
||||
solib.o solib-svr4.o solib-legacy.o
|
||||
NAT_FILE= nm-fbsd.h
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Native-dependent code for FreeBSD/sparc64.
|
||||
|
||||
Copyright 2003 Free Software Foundation, Inc.
|
||||
Copyright 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
@ -31,4 +31,7 @@ void
|
||||
_initialize_sparc64fbsd_nat (void)
|
||||
{
|
||||
sparc_gregset = &sparc64fbsd_gregset;
|
||||
|
||||
/* We've got nothing to add to the generic SPARC target. */
|
||||
add_target (sparc_target ());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user