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