diff options
author | Tom Tromey <tromey@adacore.com> | 2020-10-02 10:23:25 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-10-02 14:08:28 -0600 |
commit | d55199131070963cc61871d2cac5384eb100a6c0 (patch) | |
tree | 64c9d953b7bf113dd09632c5879c180910e2b69f /gdb/ChangeLog | |
parent | 42c36b7366dcff8886d3c50ccf38b227ce4a4da2 (diff) | |
download | gdb-d55199131070963cc61871d2cac5384eb100a6c0.zip gdb-d55199131070963cc61871d2cac5384eb100a6c0.tar.gz gdb-d55199131070963cc61871d2cac5384eb100a6c0.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca7a0ca..0e8bbe3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2020-10-02 Tom Tromey <tromey@adacore.com> + + * skip.c (skiplist_entry::skiplist_entry): Unconditionally use + REG_EXTENDED. + 2020-10-02 Simon Marchi <simon.marchi@efficios.com> * aix-thread.c (aix_thread_inferior_created): Remove parameters. |