diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-09-21 11:49:22 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-09-21 11:55:31 +0100 |
commit | 18fe412be41dc4c1b0cce91499189dcf94e603f6 (patch) | |
tree | 146e4dd8c3c66f90789215128149b070e4bf2a6f /gas/README | |
parent | 183dc7ecf69a92653e0a72e0bbc02732bac9ec8c (diff) | |
download | gdb-18fe412be41dc4c1b0cce91499189dcf94e603f6.zip gdb-18fe412be41dc4c1b0cce91499189dcf94e603f6.tar.gz gdb-18fe412be41dc4c1b0cce91499189dcf94e603f6.tar.bz2 |
[gdbserver] Remove unused max_jump_pad_size
This patch is to remove max_jump_pad_size which isn't used else where,
and it causes a recent gcc warning like this,
gdb/gdbserver/tracepoint.c:2920:18: error: 'max_jump_pad_size' defined but not used [-Werror=unused-const-variable]
static const int max_jump_pad_size = 0x100;
^
cc1: all warnings being treated as errors
This variable max_jump_pad_size wasn't used since it was added in 2010
by https://sourceware.org/ml/gdb-patches/2010-06/msg00002.html
gdb/gdbserver:
2015-09-21 Yao Qi <yao.qi@linaro.org>
* tracepoint.c (max_jump_pad_size): Remove.
Diffstat (limited to 'gas/README')
0 files changed, 0 insertions, 0 deletions