aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-12-08 10:14:41 -0700
committerTom Tromey <tom@tromey.com>2023-12-21 16:43:02 -0700
commitcf2ef009cd6921018b51e5e4a5cd7888ceca8db9 (patch)
tree3b5bd58675d767151bd650ca251978b21426dc92 /gdb/Makefile.in
parent333a6b1a6399992cc98ac34727acf38136b770e6 (diff)
downloadfsf-binutils-gdb-cf2ef009cd6921018b51e5e4a5cd7888ceca8db9.zip
fsf-binutils-gdb-cf2ef009cd6921018b51e5e4a5cd7888ceca8db9.tar.gz
fsf-binutils-gdb-cf2ef009cd6921018b51e5e4a5cd7888ceca8db9.tar.bz2
Rename tui-stack -> tui-status
The TUI status line is called the "status" window in the documentation, but not in the source. There, the relevant files are named "tui-stack", which to me makes it sound like they have something to do with backtraces. This patch renames them to "tui-status".
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0886c0e..195f3a2 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -321,7 +321,7 @@ SUBDIR_TUI_SRCS = \
tui/tui-out.c \
tui/tui-regs.c \
tui/tui-source.c \
- tui/tui-stack.c \
+ tui/tui-status.c \
tui/tui-win.c \
tui/tui-wingeneral.c \
tui/tui-winsource.c
@@ -1608,7 +1608,7 @@ HFILES_NO_SRCDIR = \
tui/tui-out.h \
tui/tui-regs.h \
tui/tui-source.h \
- tui/tui-stack.h \
+ tui/tui-status.h \
tui/tui-win.h \
tui/tui-wingeneral.h \
tui/tui-winsource.h \