Unconditionally use REG_EXTENDED
authorTom Tromey <tromey@adacore.com>
Fri, 2 Oct 2020 16:23:25 +0000 (10:23 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 2 Oct 2020 20:08:28 +0000 (14:08 -0600)
commitd55199131070963cc61871d2cac5384eb100a6c0
tree64c9d953b7bf113dd09632c5879c180910e2b69f
parent42c36b7366dcff8886d3c50ccf38b227ce4a4da2
Unconditionally use REG_EXTENDED

skip.c checks whether REG_EXTENDED is defined -- but this should
always be available, and is used unconditionally in other parts of
gdb.  This patch removes this check, then further simplifies this
code, removing a declaration and a repeated assertion.

2020-10-02  Tom Tromey  <tromey@adacore.com>

* skip.c (skiplist_entry::skiplist_entry): Unconditionally use
REG_EXTENDED.
gdb/ChangeLog
gdb/skip.c
This page took 0.030719 seconds and 4 git commands to generate.