summaryrefslogtreecommitdiffstats
path: root/tools/unused-symbols-report.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-3/+4
| | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=timurrrr@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8678023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111960 0039d316-1c4b-4281-b951-d872f2087c98
* Check in a script that prints linker-determined unused symbols.evan@chromium.org2010-10-121-0/+170
This outputs an HTML report of symbols that the linker claimed were not used. It includes instructions on how to get the linker to emit that. Review URL: http://codereview.chromium.org/3739002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62342 0039d316-1c4b-4281-b951-d872f2087c98