diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-05-27 11:29:24 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-05-27 11:41:32 +0100 |
commit | 5d98d3cd862ab5d463f71926788d52bf1b30ef79 (patch) | |
tree | dabdf718eac9d67eff4df597dd09a2865ce2755a /bfd/cpu-m68k.c | |
parent | 82c7be3106bbbf753f441f8a8113f2cac5e7cba8 (diff) | |
download | binutils-gdb-5d98d3cd862ab5d463f71926788d52bf1b30ef79.tar.gz |
Fix ARI warnings in aarch64-tdep.c
This patch fixes some ARI warnings:
$ bash ./gdb/contrib/ari/gdb_ari.sh -Wall -Werror -Wari gdb/aarch64-tdep.c
gdb/aarch64-tdep.c:3009: code: Do not use &&, or || at the end of a line
gdb/aarch64-tdep.c:3010: code: Do not use &&, or || at the end of a line
gdb/aarch64-tdep.c:3413: code: Do not use &&, or || at the end of a line
gdb/aarch64-tdep.c:3460: code: Do not use &&, or || at the end of a line
This patch moves && from the end of line to the start of the line.
gdb:
2015-05-27 Yao Qi <yao.qi@linaro.org>
* aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
before operator &&.
(aarch64_record_load_store): Likewise.
Diffstat (limited to 'bfd/cpu-m68k.c')
0 files changed, 0 insertions, 0 deletions