aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@vnet.linux.ibm.com>2014-12-16 16:06:42 +0100
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-12-16 16:06:42 +0100
commit25dda427ec9e074e0a258eb93c7cc811f0a85a9c (patch)
tree0617f7d4e2a0b71a35f685566710a61fed4309da /gas
parent033539e2685156ad6ad60e5925bc61cef5ced483 (diff)
downloadgdb-25dda427ec9e074e0a258eb93c7cc811f0a85a9c.zip
gdb-25dda427ec9e074e0a258eb93c7cc811f0a85a9c.tar.gz
gdb-25dda427ec9e074e0a258eb93c7cc811f0a85a9c.tar.bz2
Fix indentation of "maint print user-registers"
This fixes a failure of the test case "complete 'info registers '" in completion.exp on architectures where the user registers have numbers above 99. In that case the output of "maint print user-registers" was no longer indented, and the regexp in the test case failed to add them to the list of expected completion results. The fix also swaps the columns "Name" and "Nr", such that the indentation is always the same, and to be consistent with the output of "maint print registers". gdb/ChangeLog: * user-regs.c (maintenance_print_user_registers): Swap "Nr" and "Name" columns. Assure that the output is always indented. gdb/testsuite/ChangeLog: * gdb.base/completion.exp: Adjust to format changes of "maint print user-registers".
Diffstat (limited to 'gas')
0 files changed, 0 insertions, 0 deletions