summaryrefslogtreecommitdiff
path: root/sys/conf/debuginfo.ldscript
AgeCommit message (Collapse)Author
2024-07-31kernel: Add new dwarf symbolsWarner Losh
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
2024-07-31kernel: Move the debug stuff into a common scriptWarner Losh
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