Browse Source
bfd/ PR ld/17773 * elflink.c (bfd_elf_final_link): Assign the file position for the symbol string table only there are symbols to be emitted. ld/testsuite/ PR ld/17773 * ld-elf/binutils.exp (binutils_test): Add an optional readelf_options. Replace -l with $readelf_options. Add a gap test. * ld/testsuite/ld-elf/gap.s: New file.gdb-7.9-branch
5 changed files with 47 additions and 24 deletions
@ -0,0 +1,4 @@ |
|||
.text |
|||
.global _start |
|||
_start: |
|||
.long 0 |
|||
Loading…
Reference in new issue