summaryrefslogtreecommitdiffstats
path: root/src/util/symcheck.pl
Commit message (Collapse)AuthorAgeFilesLines
* Restore the "shared symbol found only in a single object should beMichael Brown2007-07-171-2/+9
| | | | treated as being provided by that object" code.
* 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
| | | | into account (and so remove the false positives due to .tbl.* symbols).
* 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
| | | | large symbols have been fixed.
* 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
| | | | markers are now static labels within the objects that refer to them.
* Fixed to properly catch multiply defined symbols.Michael Brown2005-04-231-1/+1
|
* First working versionMichael Brown2005-04-231-0/+73