Skip to content

Commit

Permalink
Add dummy TMParserMapGroup for ldscript to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed May 10, 2024
1 parent d515bce commit 0b52e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tagmanager/tm_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ static TMParserMapEntry map_LDSCRIPT[] = {
{'i', tm_tag_undef_t}, // inputSection
};
static TMParserMapGroup group_LDSCRIPT[] = {
{"unused", TM_ICON_NONE, tm_tag_undef_t},
};

typedef struct
Expand Down

0 comments on commit 0b52e79

Please sign in to comment.