mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
BSF_FUNCTION update
This commit is contained in:
@ -1142,6 +1142,10 @@ typedef struct symbol_cache_entry
|
||||
meaning. */
|
||||
#define BSF_DEBUGGING 0x40
|
||||
|
||||
/* The symbol denotes a function entry point. Used in ELF,
|
||||
perhaps others someday. */
|
||||
#define BSF_FUNCTION 0x080
|
||||
|
||||
/* Used by the linker. */
|
||||
#define BSF_KEEP 0x10000
|
||||
#define BSF_KEEP_G 0x80000
|
||||
|
Reference in New Issue
Block a user