]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/disasm.h: Mark callbacks noexcept unconditionally
authorLancelot Six <lancelot.six@amd.com>
Fri, 13 Oct 2023 12:45:58 +0000 (12:45 +0000)
committerLancelot Six <lancelot.six@amd.com>
Fri, 13 Oct 2023 13:59:59 +0000 (13:59 +0000)
commit8ee751899736ad2495471c180221a12237c3ef1d
tree67ec9d51331aa4e4366abec53f57dcdbd12e8fbc
parentd50638ee669fc31a7687bfc5e2e2ccb28adbbbe3
gdb/disasm.h: Mark callbacks noexcept unconditionally

Given that C+17 is now a requirement for GBD, update gdb/disasm.h to
define callback function types noexcept unconditionally.  The pre-C++17
configuration is not supported anymore.

Change-Id: I0a38e22b7912c70a11425363a991f0b01614343e
gdb/disasm.h