summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/dynsym-no-rosegment.s
Commit message (Collapse)AuthorAgeFilesLines
* [test] Change llvm-readobj -long-option to --long-option or well-known short ↵Fangrui Song2019-05-011-1/+1
| | | | | | | | | | | | options. NFC Also change some options that have different semantics (cause confusion) in llvm-readelf mode: -s => -S -t => --symbols -sd => --section-data llvm-svn: 359651
* [ELF] Remove checking for spurious '@' at the end of dynamic sym namesJames Henderson2019-01-081-2/+2
| | | | | | | | | | | | llvm-readobj currently has a bug (see PR40097) where it prints '@' at the end of unversioned dynamic symbols. This bug will be fixed in a separate later commit, but these tests need fixing first. Reviewed by: ruiu, Higuoxing Differential Revision: https://reviews.llvm.org/D56388 llvm-svn: 350614
* [ELF] - Do not produce broken .dynsym with --no-rosegment.George Rimar2017-10-061-0/+27
We produce broken output currently. Code that writes .dynsym assumes output buffer is zero-filled, though that is not always true. When --no-rosegment is given, buffer can be filled with trap instructions. Patch fixes the issue. It is relative with PR34705. Differential revision: https://reviews.llvm.org/D38579 llvm-svn: 315053
OpenPOWER on IntegriCloud