aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-05-03 12:16:55 +0100
committerPedro Alves <palves@redhat.com>2016-05-03 12:16:55 +0100
commit1aa96702887a9c0f66b5d7cab034bf6718796708 (patch)
treef793e49a83690cd3406a1d0bd1c22d6bf67c02ab /gdb/ChangeLog
parent1f56df9d0d5ad89806c24e71f296576d82344613 (diff)
downloadgdb-1aa96702887a9c0f66b5d7cab034bf6718796708.zip
gdb-1aa96702887a9c0f66b5d7cab034bf6718796708.tar.gz
gdb-1aa96702887a9c0f66b5d7cab034bf6718796708.tar.bz2
Remove gdb/python/python.c code that handles strlen failing with -1
This makes no sense -- strlen doesn't really ever fail with -1. gdb/ChangeLog: 2016-05-03 Pedro Alves <palves@redhat.com> * python/python.c (_initialize_python) [IS_PY3K]: Remove dead code.
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 05e5c40..c5b7325 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-03 Pedro Alves <palves@redhat.com>
+
+ * python/python.c (_initialize_python) [IS_PY3K]: Remove dead
+ code.
+
2016-05-03 Pedro Alves <palves@redhat.com>
* configure.ac (PYTHON_LIBS): Sed away "-Xlinker -export-dynamic".