[Bug 225775] btxld does not handle input with other than 2 PT_LOAD segments

2019-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225775 Kubilay Kocak changed: What|Removed |Added Flags||mfc-stable11+ Assignee|b

[Bug 225775] btxld does not handle input with other than 2 PT_LOAD segments

2019-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225775 Warner Losh changed: What|Removed |Added CC||i...@freebsd.org Resolution|

[Bug 225775] btxld does not handle input with other than 2 PT_LOAD segments

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225775 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: emaste Date: Fri Apr 27 01:21:52 UTC 2018 New revision: 333048 URL: https://svnweb.freebsd.org/changeset/base/333048 Log: MFC r332090: stand: pass --no

[Bug 225775] btxld does not handle input with other than 2 PT_LOAD segments

2018-04-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225775 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: emaste Date: Fri Apr 6 02:57:59 UTC 2018 New revision: 332090 URL: https://svnweb.freebsd.org/changeset/base/332090 Log: stand: pass --no-rosegment fo

[Bug 225775] btxld does not handle input with other than 2 PT_LOAD segments

2018-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225775 --- Comment #3 from Ed Maste --- See https://reviews.freebsd.org/D14956, which stops lld from generating > 2 PT_LOADs. The underlying issue in btxld will still exist. IMO we should upgrade the warning btxld: zfsloader.bin: Warning: Ignor

[Bug 225775] btxld does not handle input with other than 2 PT_LOAD segments

2018-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225775 --- Comment #2 from Ed Maste --- It is because lld collects read-only contents into a separate segment, for example: % readelf -l zfsloader.sym Elf file type is EXEC (Executable file) Entry point 0x0 There are 5 program headers, starting

[Bug 225775] btxld does not handle input with other than 2 PT_LOAD segments

2018-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225775 --- Comment #1 from Andriy Gapon --- Just curious, why the boot code may need more than two segments. It would be interesting to see readelf or objdump output for zfsloader.bin. -- You are receiving this mail because: You are the assignee

[Bug 225775] btxld does not handle input with other than 2 PT_LOAD segments

2018-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225775 Bug ID: 225775 Summary: btxld does not handle input with other than 2 PT_LOAD segments Product: Base System Version: CURRENT Hardware: Any OS: Any