Skip to content
Snippets Groups Projects
Commit f5ccf7a2 authored by Mark Kettenis's avatar Mark Kettenis
Browse files

* sparc64fbsd-nat.c: Update copyright year.

(_initialize_sparc64fbsd_nat): Construct and add target vector.
* config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
inftarg.o.
parent 8c3900e4
No related branches found
No related tags found
No related merge requests found
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.
......
# 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
/* 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 ());
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment