From 83f990eb5adb898200b2290f3d89281ef60bc5c5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 21 Oct 2020 10:37:47 -0700 Subject: linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes This is generic support, with the code disabled for all targets. Signed-off-by: Richard Henderson Message-id: 20201021173749.111103-11-richard.henderson@linaro.org Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- linux-user/qemu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux-user/qemu.h') diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 941ca99722..534753ca12 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -61,6 +61,10 @@ struct image_info { abi_ulong interpreter_loadmap_addr; abi_ulong interpreter_pt_dynamic_addr; struct image_info *other_info; + + /* For target-specific processing of NT_GNU_PROPERTY_TYPE_0. */ + uint32_t note_flags; + #ifdef TARGET_MIPS int fp_abi; int interp_fp_abi; -- cgit v1.2.3