aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/debuginfo.ldscript
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Add new dwarf symbolsWarner Losh2024-08-011-0/+5
| | | | | | | | | Add new symbols defined in dwarf 4 and dwarf 5. Submitted by: Matt Macy (in D17982, done differently) Sponsored by: Netflix Reviewed by: kib, markj, emaste Differential Revision: https://reviews.freebsd.org/D44072
* kernel: Move the debug stuff into a common scriptWarner Losh2024-08-011-0/+36
Move a copy of amd64's debug code into debug.ldscript. Make all the kernels use this. This has the effect of modernizing the STABS for powerpc as the others were almost already in sync. For the ones that weren't this adds the DWARF 3 debug symbols from i386/amd64. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D44071