[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 0/2] Add eh_frame and eh_frame_hdr to the linker script
For the exception handling in C++ additional information must be provided to the runtime environment that describes the call frames that must be unwound during the processing of an exception. This information is contained in the special sections .eh_frame and .eh_frame_hdr. Changest from v1: Removed the alignment between sections. Adapted the section register from memory.h to the latest changes in staging. Vlad-Andrei Badoiu (1): plat: Register eh_frame and eh_frame_hdr in memory.h Vlad-Andrei BĂDOIU (78692) (1): plat: Add the eh_frame and eh_frame_hdr sections plat/common/include/sections.h | 32 ++++++++++++++-------- plat/common/x86/link64.lds | 50 ++++++++++++++++++++++++++++++++++ plat/kvm/memory.c | 24 +++++++++++++++- plat/kvm/x86/link64.lds | 2 ++ plat/xen/memory.c | 20 ++++++++++++++ plat/xen/x86/link64.lds | 2 ++ 6 files changed, 118 insertions(+), 12 deletions(-) create mode 100644 plat/common/x86/link64.lds -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |