Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-nm: treat weak undefined as undefined. | Rafael Espindola | 2015-07-06 | 1 | -2/+2 |
| | | | | | | This matches the behavior of gnu ld. llvm-svn: 241512 | ||||
* | When sorting by address, undefined symbols go first. | Rafael Espindola | 2015-07-06 | 1 | -16/+17 |
| | | | | | | This matches gnu nm. llvm-svn: 241488 | ||||
* | Object, COFF: Cleanup symbol type code, improve binutils compatibility | David Majnemer | 2014-10-31 | 1 | -1/+1 |
| | | | | | | | Do a better job classifying symbols. This increases the consistency between the COFF handling code and the ELF side of things. llvm-svn: 220952 | ||||
* | Changed the lvm-nm alias "-s" for -print-armap to "-M". | Kevin Enderby | 2014-07-08 | 1 | -1/+1 |
| | | | | | | | | | | This will allow the "-s" flag to implemented in the future as it is in darwin’s nm(1) to list symbols only in the specified section. Given a LGTM by Shankar Easwaran who originally implemented the support for lvm-nm’s -print-armap and archive map symbols. llvm-svn: 212576 | ||||
* | numerically sort the symbols, so that the testcase result is uniform | Shankar Easwaran | 2012-11-13 | 1 | -23/+23 |
| | | | | llvm-svn: 167872 | ||||
* | llvm-nm: Make sort more stable when symbol names are equal. | Daniel Dunbar | 2012-11-13 | 1 | -1/+1 |
| | | | | llvm-svn: 167866 | ||||
* | Adding changes to support GNU style archive library reading | Shankar Easwaran | 2012-11-13 | 1 | -0/+225 |
llvm-svn: 167853 |