summaryrefslogtreecommitdiffstats
path: root/src/util/symcheck.pl
Commit message (Expand)AuthorAgeFilesLines
* Restore the "shared symbol found only in a single object should beMichael Brown2007-07-171-2/+9
* Added symbols that the DBG() macros will use.Michael Brown2007-07-171-0/+12
* Use objdump -t for symcheck; it allows us to take the symbol sectionMichael Brown2007-07-171-36/+60
* Allow read-only symbols to be largeMichael Brown2005-05-031-2/+3
* Reduce large symbol warning threshold, now that most of the reallyMichael Brown2005-05-031-1/+1
* Report on misuses of shared symbols, and excessively large static symbols.Michael Brown2005-05-021-9/+55
* Tweaked to read more information (including symbol size) from blib.aMichael Brown2005-05-021-13/+45
* Linker no longer provides start and end symbols for each table; theseMichael Brown2005-04-271-5/+1Star
* Fixed to properly catch multiply defined symbols.Michael Brown2005-04-231-1/+1
* First working versionMichael Brown2005-04-231-0/+73