summaryrefslogtreecommitdiffstats
path: root/share/mk/version_gen.awk
Commit message (Collapse)AuthorAgeFilesLines
* Distinguish the cases when a dup symbol is in different versionsyar2007-10-181-6/+24
| | | | | | | (evil, needs a error) or in the same version (harmless, deserves a mere warning). Noticed by: grehan@, tinderbox
* MFp4:yar2007-10-171-29/+75
| | | | | | | | | | - Check for duplicated symbols and suggest moving them to ObsoleteVersions. - Improve and unify error handling. - Make the regular expressions more uniform, robust, and less sensitive to harmless variations in the input such as those to whitespace amount. Reviewed by: deischen Tested with: md5 (Version.map files in /usr/obj stay the same)
* Put local symbol suppression rule into most recent (e.g. last) versionkan2007-07-211-3/+5
| | | | | | block. Approved by: re (kensmith)
* When generating the version map file, order versions oldestdeischen2007-04-231-19/+36
| | | | | | | first to make it easier for rtld to choose the oldest version of a symbol. Sumbitted by: kan
* Teach bsd.lib.mk to auto generate a version map file based ondeischen2006-03-161-0/+166
a set of symbol definitions (VERSION_DEF) and symbol mappings (SYMBOL_MAPS). Add an awk script to generate the version map. Suggested by: ru Helped by: ru Reviewed by: ru
OpenPOWER on IntegriCloud