summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/gdb-index-base-addr.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song2019-09-161-2/+2
| | | | | | | | Port the D64906 technique to EM_X86_64. Differential Revision: https://reviews.llvm.org/D67482 llvm-svn: 371958
* [DWARF] Fix typo, .gnu_index -> .gdb_indexFangrui Song2018-11-021-1/+1
| | | | llvm-svn: 346040
* Remove trailing whitespace.Rui Ueyama2017-12-121-1/+1
| | | | llvm-svn: 320520
* Update testcases for llvm-dwarfdump command line interface changeAdrian Prantl2017-09-111-1/+1
| | | | llvm-svn: 312974
* [ELF] - Add testcase testing .gdb_index generation when base address of CU ↵George Rimar2017-09-041-0/+70
is used. Recently (before r312477) lib/DebugInfo incorrectly handled the case when debug ranges uses base address of CU. Section index was not calulcated properly and LLD crashed on provided testcase. Differential revision: https://reviews.llvm.org/D37297 llvm-svn: 312478
OpenPOWER on IntegriCloud