aboutsummaryrefslogtreecommitdiff
path: root/src/util/sortobjdump.pl
AgeCommit message (Collapse)AuthorFilesLines
2008-10-10[util] Don't die on undefined symbols in sortobjdump.plMichael Brown1-1/+1
Undefined symbols shouldn't reach sortobjdump.pl, but if they do then it is not a helpful place to report the error.
2005-04-27Special handling for symbols of the form "xxx_end", to make table endMichael Brown1-4/+8
markers appear before the symbols that immediately follow the table.
2005-04-27Use symbol size as a third index, mainly so that zero-length symbolsMichael Brown1-7/+9
(e.g. section start indicators) show up before the symbols they're indicating the start of.
2005-04-27First versionMichael Brown1-0/+34