aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-utils.h
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2025-03-06 21:08:57 +0100
committerTom de Vries <tdevries@suse.de>2025-03-06 21:08:57 +0100
commitfd28119acabaa6222e2f83846d5e415b5f5284a0 (patch)
tree08b1e178b162c656cc0146ee5618af35c97e443a /gdb/cli/cli-utils.h
parent78dd36b8f21a05337ebb1888cddd34dcabf261d0 (diff)
downloadbinutils-fd28119acabaa6222e2f83846d5e415b5f5284a0.zip
binutils-fd28119acabaa6222e2f83846d5e415b5f5284a0.tar.gz
binutils-fd28119acabaa6222e2f83846d5e415b5f5284a0.tar.bz2
[gdbserver] Drop abbreviations in gdbserver/xtensa-xtregs.cc
In gdbserver/xtensa-xtregs.cc, there's a table: ... const xtensa_regtable_t xtensa_regmap_table[] = { /* gnum,gofs,cpofs,ofs,siz,cp, dbnum, name */ { 44, 176, 0, 0, 4, -1, 0x020c, "scompare1" }, { 0 } }; ... on which codespell triggers: ... $ codespell --config ./gdbserver/setup.cfg gdbserver gdbserver/xtensa-xtregs.cc:34: siz ==> size, six ... Fix this by laying out the table in vertical fashion, and using the full field names instead of the abbreviations ("size" instead of "siz", "offset" instead of "ofs", etc). Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/cli/cli-utils.h')
0 files changed, 0 insertions, 0 deletions