mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-29 12:53:43 +08:00
libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION
This flag (not used anywhere yet) causes the variables section to be omitted from the output CTF dict. include/ * ctf-api.h (CTF_LINK_OMIT_VARIABLES_SECTION): New. libctf/ * ctf-link.c (ctf_link_one_input_archive_member): Check CTF_LINK_OMIT_VARIABLES_SECTION.
This commit is contained in:
@ -90,6 +90,9 @@ typedef struct ctf_link_sym
|
||||
emitted into them. */
|
||||
#define CTF_LINK_EMPTY_CU_MAPPINGS 0x4
|
||||
|
||||
/* Omit the content of the variables section. */
|
||||
#define CTF_LINK_OMIT_VARIABLES_SECTION 0x8
|
||||
|
||||
/* Symbolic names for CTF sections. */
|
||||
|
||||
typedef enum ctf_sect_names
|
||||
|
Reference in New Issue
Block a user