]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libcxxrt: Insert padding in __cxa_dependent_exception
authorEd Maste <emaste@FreeBSD.org>
Wed, 27 Apr 2022 13:15:09 +0000 (09:15 -0400)
committerEd Maste <emaste@FreeBSD.org>
Wed, 27 Apr 2022 13:41:26 +0000 (09:41 -0400)
commitc40e4349889b32500e51e60f9529dbcc080f468b
treed4986b5602e912b9a2c7e8d05025b621e8d2d0a3
parentb40c0db6f6d61ed594118d81dc691b9263a7e4d7
libcxxrt: Insert padding in __cxa_dependent_exception

Padding was added to __cxa_exception in 45ca8b19 and
__cxa_dependent_exception needs the same layout.
Add some static_asserts to detect this in the future.

Merge of libcxxrt commit b00c6c564357
contrib/libcxxrt/exception.cc