diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-08-31 22:47:41 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-08-31 22:47:41 +0000 |
commit | 6dd93b7254e50fdd815f7ed77eebae903cd4ebdc (patch) | |
tree | f30086dd1714c8cda940182fb6731779dbc07b8a | |
parent | 40543c4df7b1b5418ab276e52e80e409065e6a62 (diff) | |
download | gdb-6dd93b7254e50fdd815f7ed77eebae903cd4ebdc.zip gdb-6dd93b7254e50fdd815f7ed77eebae903cd4ebdc.tar.gz gdb-6dd93b7254e50fdd815f7ed77eebae903cd4ebdc.tar.bz2 |
* Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
than nbsd-tdep.h.
(ChangeLog check-in missed in previous commit.)
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 78b73c8..9c7250c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com> + * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather + than nbsd-tdep.h. + +2002-08-31 Jason Thorpe <thorpej@wasabisystems.com> + * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency list. * alphanbsd-tdep.c (alphanbsd_sigcontext_addr) |