aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-09-06 11:54:07 +0000
committerPedro Alves <palves@redhat.com>2013-09-06 11:54:07 +0000
commit8e7e991006e084757756c7c9cc46349d86b64b6a (patch)
tree3f3afbeb8d31a3acafc4822d2c3bc88cbcdf74e7 /gdb/gdbserver/ChangeLog
parent7c3a12caf5ea2c9055312e9c3c286aa69b170ecc (diff)
downloadgdb-8e7e991006e084757756c7c9cc46349d86b64b6a.zip
gdb-8e7e991006e084757756c7c9cc46349d86b64b6a.tar.gz
gdb-8e7e991006e084757756c7c9cc46349d86b64b6a.tar.bz2
[gdbserver] Update a couple Makefile rules.
These two are still written in the pre-auto-dependency-tracking style. They probably were written before that, and committed afterwards without adjustment. An easy oversight to make. gdb/gdbserver/ 2013-09-06 Pedro Alves <palves@redhat.com> * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove explicit header dependencies and use $COMPILE/$POSTCOMPILE.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 60a31a1..3ed7a24 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,10 @@
2013-09-06 Pedro Alves <palves@redhat.com>
+ * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
+ explicit header dependencies and use $COMPILE/$POSTCOMPILE.
+
+2013-09-06 Pedro Alves <palves@redhat.com>
+
* linux-amd64-ipa.c: Include tracepoint.h.
* linux-i386-ipa.c: Include tracepoint.h.