Minor patch to fix PR31288
OpenBSD commit:
https://github.com/openbsd/src/commit/d39116912b9536bd77326260dc5c6e593fd4ee24
Differential D27458
[ELF] - Teach LLD to recognize PT_OPENBSD_BOOTDATA grimar on Dec 6 2016, 8:19 AM. Authored by
Details Minor patch to fix PR31288 OpenBSD commit:
Diff Detail
Event Timeline
Comment Actions
Comment Actions Now that I wonder why we need one file per each program header type. Can you consolidate? Comment Actions You mean combine testcases for OpenBSD into single file ? Probably yes, I'll try tomorrow. Comment Actions Thanks. By the way, after looking closer, openbsd-randomize.s (PT_OPENBSD_RANDOMIZE) and openbsd-wxneeded.s (PT_OPENBSD_WXNEEDED) are a bit different form this. PT_OPENBSD_WXNEEDED relative to -z wxneeded, May be we should just rename this testcase to openbsd-common-phdrs.s and use for all OpenBSD program headers that do not require any special logic ? |