mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
14 lines
246 B
Makefile
14 lines
246 B
Makefile
# Test that orphan reloc sections are placed before .rela.plt even when
|
|
# .rela.plt is the only reloc section.
|
|
|
|
#source: reloc.s
|
|
#ld: -shared -z nocombreloc
|
|
#objdump: -hw
|
|
|
|
.*: +file format elf.*
|
|
#...
|
|
.*\.relaplatypus.*
|
|
#...
|
|
.*\.rela\.plt.*
|
|
#pass
|