diff options
Diffstat (limited to 'tools/spec.c')
| -rw-r--r-- | tools/spec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/spec.c b/tools/spec.c index 962cf4bb2..4c079834f 100644 --- a/tools/spec.c +++ b/tools/spec.c @@ -87,6 +87,8 @@ static bool parse_flags(char *str, unsigned int *flags) f |= FLAG_NOLOAD; else if (strcmp(str, "SYMS") == 0) f |= FLAG_SYMS; + else if (strcmp(str, "OVERLAY") == 0) + f |= FLAG_OVL; else return false; |
