summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-10-04 08:56:09 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-10-04 08:56:09 +0000
commitb94363364cf7d9d1dd591ec006d5b5e5e467d7c0 (patch)
treef7578e30648508c5a38a772d89276b82ca31e2c9 /gdb/ChangeLog
parent958f43c76b1bde04fbf2b97631a93093c17c3bc8 (diff)
downloadgdb-b94363364cf7d9d1dd591ec006d5b5e5e467d7c0.tar.gz
Fix syntax error in aix-thread.c:sync_threadlists
This patch fixes a small typo after the BUILD_THREAD -> ptid_build conversion. gdb/ChangeLog: * aix-thread.c (sync_threadlists): Add missing ')' in call to ptid_build.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 88a25ba970a..af60b576334 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2013-10-04 Joel Brobecker <brobecker@adacore.com>
+ * aix-thread.c (sync_threadlists): Add missing ')' in call
+ to ptid_build.
+
+2013-10-04 Joel Brobecker <brobecker@adacore.com>
+
* procfs.c (procfs_init_inferior): Fix typo causing the build
to fail.