aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-01-17 15:27:42 +0000
committerPedro Alves <palves@redhat.com>2014-01-17 15:27:43 +0000
commitc7faa97a858bc4eedfca029176fd54c6196c3248 (patch)
treecb45a55d1c8d2ef308ac43bf2ed51bd6cdd1538d /gdb/gdbserver
parentb5737fa98a3a488dbdc0c6aa7391cd038f6d24f1 (diff)
downloadfsf-binutils-gdb-c7faa97a858bc4eedfca029176fd54c6196c3248.zip
fsf-binutils-gdb-c7faa97a858bc4eedfca029176fd54c6196c3248.tar.gz
fsf-binutils-gdb-c7faa97a858bc4eedfca029176fd54c6196c3248.tar.bz2
Fix silly ChangeLog entry in previous change.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index cbe90c7..2f87b0d 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,8 +1,8 @@
2014-01-17 Pedro Alves <palves@redhat.com>
PR PR16445
- * linux-x86-low.c (linux-x86-low.c): Don't include elf/common.h if
- ELFMAG0 is defined after including gdb_proc_service.h.
+ * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
+ defined after including gdb_proc_service.h.
2014-01-16 Doug Evans <dje@google.com>