Edit

IABSD.fr/src/usr.bin/nm

Branch :

  • Show log

    Commit

  • Author : semarie
    Date : 2021-11-07 08:09:04
    Hash : 2493c10c
    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@