summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-12-22 00:18:13 +0000
committerDoug Evans <dje@google.com>2009-12-22 00:18:13 +0000
commitd90e6a886c11852be8935f97116031ccc0161952 (patch)
tree82599a6b10574b000fdb86cb36af7445b43c590c /gdb/gdbserver/ChangeLog
parente324c02e45bbe4d86eef9128655a961c413328e7 (diff)
downloadbinutils-gdb-d90e6a886c11852be8935f97116031ccc0161952.tar.gz
* linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 2e388dfe5cd..bd819f0a320 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,7 @@
2009-12-21 Doug Evans <dje@google.com>
+ * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
+
* linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
warning ifndef __NR_tkill. Move setting of errno there too.