mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
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 <richard.henderson@linaro.org> Message-id: 20201021173749.111103-11-richard.henderson@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
808f656318
commit
83f990eb5a
2 changed files with 161 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue