mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 23:04:09 +08:00
4565652e33
* ld-i386/reloc.d: Likewise. * ld-powerpc/powerpc.exp: Likewise. * ld-powerpc/reloc.d: Likewise.
17 lines
345 B
Makefile
17 lines
345 B
Makefile
# Test that orphan reloc sections are placed before .rela.plt even when
|
|
# .rela.plt is the only reloc section. Also tests that orphan non-alloc
|
|
# reloc sections go after alloc sections.
|
|
|
|
#source: reloc.s
|
|
#ld: -shared -z nocombreloc
|
|
#objdump: -hw
|
|
|
|
.*: +file format elf.*
|
|
#...
|
|
.*\.relaplatypus.*
|
|
#...
|
|
.*\.rela\.plt.*
|
|
#...
|
|
.*\.relaechidna.*
|
|
#pass
|