]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/disasm.h
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>
Tue, 21 Nov 2023 11:52:36 +0000 (11:52 +0000)
commit072f1814d33274c8d5786222680e8eff31bae475
tree4cb73ec554aff2583decf6f9c923636e496c82ab
parent70d02be7e369e8763bf3238eb7c6ae7f9efb5429
gdb/disasm.h: Mark callbacks noexcept unconditionally

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

Change-Id: I0a38e22b7912c70a11425363a991f0b01614343e
Approved-By: Tom Tromey <tom@tromey.com>
Approved-By: Pedro Alves <pedro@palves.net>
gdb/disasm.h