aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@linux.vnet.ibm.com>2016-11-09 13:02:13 +0100
committerAndreas Arnez <arnez@linux.vnet.ibm.com>2016-11-09 13:02:13 +0100
commit8c84bffb45ac63b98fffc5c1a492c2eb7e4f27e2 (patch)
tree5a5c0dde004c174da159b286fd4750319dc9ea27 /gdb/ChangeLog
parent7bc2c8b83ea82b4315c67e7658af815aed062e73 (diff)
downloadgdb-8c84bffb45ac63b98fffc5c1a492c2eb7e4f27e2.zip
gdb-8c84bffb45ac63b98fffc5c1a492c2eb7e4f27e2.tar.gz
gdb-8c84bffb45ac63b98fffc5c1a492c2eb7e4f27e2.tar.bz2
tui-winsource: Remove failed-allocation logic
This removes dead code in tui_alloc_source_buffer for handling a NULL return value from xmalloc. gdb/ChangeLog: * tui/tui-winsource.c (tui_alloc_source_buffer): Remove failed-xmalloc handling.
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 d6b8b47..2f0f3c2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
+ * tui/tui-winsource.c (tui_alloc_source_buffer): Remove
+ failed-xmalloc handling.
+
+2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
+
* tui/tui-winsource.c (tui_alloc_source_buffer): Subtract
highlight box's overhead when calculating the content height.