aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-01-13 14:04:53 -0500
committerSimon Marchi <simon.marchi@efficios.com>2020-01-13 14:04:53 -0500
commitdf4a0200dc896abe32bef4172ca047465caaedfe (patch)
tree25e46e6d4cffe62faec72aa96e3769bf64588450 /gdb/gdbserver/ChangeLog
parent89e94ec9af58bfab38d469fe42c3eaf2aeb35e31 (diff)
downloadfsf-binutils-gdb-df4a0200dc896abe32bef4172ca047465caaedfe.zip
fsf-binutils-gdb-df4a0200dc896abe32bef4172ca047465caaedfe.tar.gz
fsf-binutils-gdb-df4a0200dc896abe32bef4172ca047465caaedfe.tar.bz2
gdbserver: make some functions static in linux-x86-low.c
These functions are only used in this file, so should be static. gdb/gdbserver/ChangeLog: * linux-x86-low.c (x86_linux_regs_info, amd64_emit_eq_goto, amd64_emit_ne_goto, amd64_emit_lt_goto, amd64_emit_le_goto, amd64_emit_gt_goto, amd64_emit_ge_goto, amd64_emit_ge_goto, i386_emit_eq_goto, i386_emit_ne_goto, i386_emit_lt_goto, i386_emit_le_goto, i386_emit_gt_goto, i386_emit_ge_goto): Make static. Change-Id: I703da41867735aefadd49140e80cd60f6ab9ad39
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index bd9280f..9842da5 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,14 @@
2020-01-13 Simon Marchi <simon.marchi@efficios.com>
+ * linux-x86-low.c (x86_linux_regs_info, amd64_emit_eq_goto,
+ amd64_emit_ne_goto, amd64_emit_lt_goto, amd64_emit_le_goto,
+ amd64_emit_gt_goto, amd64_emit_ge_goto, amd64_emit_ge_goto,
+ i386_emit_eq_goto, i386_emit_ne_goto, i386_emit_lt_goto,
+ i386_emit_le_goto, i386_emit_gt_goto, i386_emit_ge_goto): Make
+ static.
+
+2020-01-13 Simon Marchi <simon.marchi@efficios.com>
+
* inferiors.c: Include gdbsupport/common-inferior.h.
2020-01-13 Simon Marchi <simon.marchi@efficios.com>