mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
and symbol map are required to support various consequences of the dot symbol scheme: - Symbols beginning with a dot are reserved, so start private symbols with an underscore. - In order to set RTLD breakpoints, gdb must be able to locate the text entry point, not the data section function descriptor, so add .r_debug_state to the symbol map on powerpc64. Obtained from: projects/ppc64
1 line
12 B
Makefile
1 line
12 B
Makefile
# $FreeBSD$
|