[Bug 133860] [patch] lorder(1) misses symbols defined in read only data section.

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Oct 2021 00:38:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=133860

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=7a789031139eef4626f7d751a2d24a58d1693c98

commit 7a789031139eef4626f7d751a2d24a58d1693c98
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-10-18 21:19:53 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-10-25 00:37:05 +0000

    lorder: process read-only data symbols

    Previously they were skipped.  lorder(1) serves no functional purpose
    today but we might as well address this longstanding bug while it is
    still in the tree.

    PR:             133860
    MFC after:      1 week
    Submitted by:   John Hein

    (cherry picked from commit e1d6d6f9249d37c10a0df68024c7dacebdc7bf98)

 usr.bin/lorder/lorder.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.