CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2021/11/07 01:09:04
Modified files: usr.bin/nm : elf.c Log message: nm: add some .text.* support for symbols .text.* are generated when using -ffunction-sections. makes nm(1) to correctly identify the function symbols as N_TEXT. found while debugging librsvg build error, where some symbols where not found by libtool(1) (which is using nm(1)). ok gkoehler@