]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
gdbserver: make some functions static in linux-x86-low.c
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 13 Jan 2020 19:04:53 +0000 (14:04 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 13 Jan 2020 19:04:53 +0000 (14:04 -0500)
commitdf4a0200dc896abe32bef4172ca047465caaedfe
tree25e46e6d4cffe62faec72aa96e3769bf64588450
parent89e94ec9af58bfab38d469fe42c3eaf2aeb35e31
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
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-x86-low.c