K 10 svn:author V 6 emaste K 8 svn:date V 27 2017-12-05T20:19:13.418141Z K 7 svn:log V 516 use @@@ instead of @@ in __sym_default Using .symver foo,foo@@VER causes foo and foo@@VER to be output to the .o file. This requires foo to be weak since the linker handles foo@@VER as foo. Using .symver foo,foo@@@VER causes just foo@@ver to be output and avoid the need for making foo weak. It also reduces the constraint on how exactly a linker has to handle foo and foo@@VER being present. Submitted by: Rafael EspĂ­ndola Reviewed by: dim, kib Differential Revision: https://reviews.freebsd.org/D11653 END