summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-07-13 15:55:02 -0600
committerTom Tromey <tom@tromey.com>2019-08-20 16:22:05 -0600
commit1a4f81dd7e06f54f4b84f276447eb167f7529b09 (patch)
tree2ca66950b5e3a230ebd00b5510adb89cffff6940 /gdb/ChangeLog
parent0f8d8876d98305671a19b5bf88f125d4d02c7e0f (diff)
downloadbinutils-gdb-1a4f81dd7e06f54f4b84f276447eb167f7529b09.tar.gz
Minor rearrangement in tui-regs.c
This moves a couple of functions earlier in tui-regs.c. Previously they were in the "command" section of the file, but really they belong in the "window implementation" section. gdb/ChangeLog 2019-08-20 Tom Tromey <tom@tromey.com> * tui/tui-regs.c (tui_register_format, tui_get_register): Move earlier.
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 ce64e7acccf..346cc35d0bc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2019-08-20 Tom Tromey <tom@tromey.com>
+ * tui/tui-regs.c (tui_register_format, tui_get_register): Move
+ earlier.
+
+2019-08-20 Tom Tromey <tom@tromey.com>
+
* tui/tui-regs.c (tui_reg_command): Remove NULL check.
2019-08-20 Tom Tromey <tom@tromey.com>