mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
4565652e33
* ld-i386/reloc.d: Likewise. * ld-powerpc/powerpc.exp: Likewise. * ld-powerpc/reloc.d: Likewise.
19 lines
433 B
Makefile
19 lines
433 B
Makefile
# Test that orphan reloc sections are placed before .rel.plt even when
|
|
# .rel.plt is the only reloc section.
|
|
#source: reloc.s
|
|
#as: --32
|
|
#ld: -shared -melf_i386 -z nocombreloc
|
|
#objdump: -hw
|
|
#target: i?86-*-*
|
|
|
|
.*: +file format elf32-i386
|
|
#...
|
|
.*\.relplatypus.*
|
|
#...
|
|
.*\.rel\.plt.*
|
|
# x86 ld doesn't output non-alloc reloc sections to shared libs, so disable
|
|
# the following two lines for the time being.
|
|
# #...
|
|
# .*\.relechidna.*
|
|
#pass
|