mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 03:15:06 +08:00
SEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF support).
This commit is contained in:
@ -376,6 +376,8 @@ dump_section_header (abfd, section, ignored)
|
||||
PF (SEC_NEVER_LOAD, "NEVER_LOAD");
|
||||
PF (SEC_EXCLUDE, "EXCLUDE");
|
||||
PF (SEC_SORT_ENTRIES, "SORT_ENTRIES");
|
||||
PF (SEC_BLOCK, "BLOCK");
|
||||
PF (SEC_CLINK, "CLINK");
|
||||
PF (SEC_SMALL_DATA, "SMALL_DATA");
|
||||
PF (SEC_SHARED, "SHARED");
|
||||
|
||||
|
Reference in New Issue
Block a user