Previously we failed to parse next scripts because disallowed
a space between filler value and '=':
.text : { ... } :text = 0x9090
Found it in the wild here: https://searchcode.com/file/61508112/xen/arch/x86/xen.lds.S
Differential D24831
[ELF] - Linkerscript: accept space between '=' and expression in section filler. grimar on Sep 22 2016, 9:35 AM. Authored by
Details
Previously we failed to parse next scripts because disallowed .text : { ... } :text = 0x9090 Found it in the wild here: https://searchcode.com/file/61508112/xen/arch/x86/xen.lds.S
Diff Detail
Event Timeline
Comment Actions LGTM. You probably cannot make the lexer split '=' as a separate token because that can be used in filenames. |