]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/regset.h
Rename 'descr' field in regset structure to 'regmap'.
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Tue, 3 Jun 2014 17:11:35 +0000 (19:11 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Thu, 7 Aug 2014 15:31:48 +0000 (17:31 +0200)
commit7fefa8d7d6359ec905dbc59bb4e616f386ea2e3d
treed17b2765075d49e2ec75a0a17313620a451d1a21
parent96c4f946a8c8d53141189852c0ba28c45366830b
Rename 'descr' field in regset structure to 'regmap'.

The regset structure's 'descr' field is intended to represent some
kind of "register map".  Thus, before making more use of it, this
change renames it to 'regmap' and adjusts the comment appropriately.

(See: https://sourceware.org/ml/gdb-patches/2014-05/msg00664.html)
gdb/ChangeLog
gdb/ppc-linux-tdep.c
gdb/regset.h
gdb/rs6000-tdep.c
gdb/s390-linux-tdep.c