aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorNick Hudson <nick.hudson@dsl.pipex.com>2008-03-16 08:50:43 +0000
committerNick Hudson <nick.hudson@dsl.pipex.com>2008-03-16 08:50:43 +0000
commitf01be29bbc6ef5fd011675bd0da09ab1f7aea030 (patch)
tree4fcb32a6d75a605f7eebfe71d9870c680269bba1 /gdb/ChangeLog
parentc59aaa8345ce853b2529ecc812714546f25e83c5 (diff)
downloadgdb-f01be29bbc6ef5fd011675bd0da09ab1f7aea030.zip
gdb-f01be29bbc6ef5fd011675bd0da09ab1f7aea030.tar.gz
gdb-f01be29bbc6ef5fd011675bd0da09ab1f7aea030.tar.bz2
* Makefile.in (amd64nbsd-nat.o): New dependency.
* amd64nbsd-nat.c: Include "nbsd-nat.h". (_initialize_amd64nbsd_nat): Update target vector to use nbsd_pid_to_exec_file. * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d0469c4..44b6c40 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-16 Nick Hudson <nick.hudson@dsl.pipex.com>
+
+ * Makefile.in (amd64nbsd-nat.o): New dependency.
+ * amd64nbsd-nat.c: Include "nbsd-nat.h".
+ (_initialize_amd64nbsd_nat): Update target vector to use
+ nbsd_pid_to_exec_file.
+ * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
+
2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
Remove ignoring leading exec events code.