summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/gnu-sections.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] Install llvm-readelf aliasPetr Hosek2017-07-191-0/+2
| | | | | | | | | | | Install an llvm-readelf symlink to llvm-readobj. When invoked as *readelf*, default to -elf-output-style=GNU. Patch by Roland McGrath Differential Revision: https://reviews.llvm.org/D33869 llvm-svn: 308408
* [llvm-readobj] Accept (and ignore) --wide (-W) command-line switchPetr Hosek2017-07-181-0/+6
| | | | | | | | | | | | | Accept and ignore --wide/-W. In GNU readelf this switch is necessary to get the output format that's consistent between 32-bit and 64-bit targets. llvm-readobj always produces that output format. Patch by Roland McGrath Differential Revision: https://reviews.llvm.org/D33873 llvm-svn: 308396
* [llvm-readobj] Accept -S as an alias for --sectionsPetr Hosek2017-07-181-1/+1
| | | | | | | | | | | | | | | In GNU readelf, the short option for --sections is upper-case -S. Note that GNU uses lower-case -s to mean --symbols, while LLVM uses -s to mean --sections and -t to mean --symbols (-t has yet a different meaning in GNU). So command-line uses with -S can now be compatible, but uses with -s or -t are still incompatible. Patch by Roland McGrath Differential Revision: https://reviews.llvm.org/D33872 llvm-svn: 308392
* [llvm-readobj] Impl GNU style printing of sections and relocationsHemant Kulkarni2016-03-151-0/+35
| | | | | | Differential Revision: http://reviews.llvm.org/D17523 llvm-svn: 263561
* Reverts change r261907 and r261918Hemant Kulkarni2016-02-251-35/+0
| | | | llvm-svn: 261927
* [llvm-readobj] Enable GNU style sections and relocations printingHemant Kulkarni2016-02-251-0/+35
http://reviews.llvm.org/D17523 llvm-svn: 261907
OpenPOWER on IntegriCloud