Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-readobj] Change -long-option to --long-option in tests. NFC | Fangrui Song | 2019-05-01 | 1 | -1/+1 |
| | | | | | | | | | | We use both -long-option and --long-option in tests. Switch to --long-option for consistency. In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf. While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf). llvm-svn: 359649 | ||||
* | Replace coff-/elf-dump with llvm-readobj | Nico Rieck | 2013-04-12 | 1 | -12/+18 |
| | | | | llvm-svn: 179361 | ||||
* | Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas | Rafael Espindola | 2011-12-10 | 1 | -1/+5 |
| | | | | | | | | does. The _GLOBAL_OFFSET_TABLE_ is still magical in that we get a R_386_GOTPC, but it doesn't change the immediate in the same way as when the expression has no right hand side symbol. llvm-svn: 146311 | ||||
* | Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389. | Eli Friedman | 2011-07-20 | 1 | -2/+3 |
| | | | | llvm-svn: 135607 | ||||
* | Update tests | Rafael Espindola | 2011-04-07 | 1 | -1/+1 |
| | | | | llvm-svn: 129116 | ||||
* | Handle _GLOBAL_OFFSET_TABLE_ correctly. | Rafael Espindola | 2010-10-20 | 1 | -0/+18 |
llvm-svn: 116932 |