mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 15:17:13 +08:00
2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
* mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h". * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
|
||||||
|
|
||||||
|
* mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
|
||||||
|
* Makefile.in (mipsnbsd-tdep.o): Update dependencies.
|
||||||
|
|
||||||
2004-03-21 Andrew Cagney <cagney@redhat.com>
|
2004-03-21 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* frame-unwind.h: Update copyright.
|
* frame-unwind.h: Update copyright.
|
||||||
|
@ -2055,7 +2055,7 @@ mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
|
|||||||
$(mipsnbsd_tdep_h)
|
$(mipsnbsd_tdep_h)
|
||||||
mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
|
mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
|
||||||
$(target_h) $(value_h) $(osabi_h) $(nbsd_tdep_h) $(mipsnbsd_tdep_h) \
|
$(target_h) $(value_h) $(osabi_h) $(nbsd_tdep_h) $(mipsnbsd_tdep_h) \
|
||||||
$(solib_svr4_h)
|
$(mips_tdep_h) $(solib_svr4_h)
|
||||||
mipsread.o: mipsread.c $(defs_h) $(gdb_string_h) $(bfd_h) $(symtab_h) \
|
mipsread.o: mipsread.c $(defs_h) $(gdb_string_h) $(bfd_h) $(symtab_h) \
|
||||||
$(objfiles_h) $(buildsym_h) $(stabsread_h) $(coff_sym_h) \
|
$(objfiles_h) $(buildsym_h) $(stabsread_h) $(coff_sym_h) \
|
||||||
$(coff_internal_h) $(coff_ecoff_h) $(libcoff_h) $(libecoff_h) \
|
$(coff_internal_h) $(coff_ecoff_h) $(libcoff_h) $(libecoff_h) \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Target-dependent code for MIPS systems running NetBSD.
|
/* Target-dependent code for MIPS systems running NetBSD.
|
||||||
Copyright 2002, 2003 Free Software Foundation, Inc.
|
Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||||
Contributed by Wasabi Systems, Inc.
|
Contributed by Wasabi Systems, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
#include "nbsd-tdep.h"
|
#include "nbsd-tdep.h"
|
||||||
#include "mipsnbsd-tdep.h"
|
#include "mipsnbsd-tdep.h"
|
||||||
|
#include "mips-tdep.h"
|
||||||
|
|
||||||
#include "solib-svr4.h"
|
#include "solib-svr4.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user