2002-09-30 05:25:20 +00:00
|
|
|
# Test that orphan reloc sections are placed before .rela.plt even when
|
2005-04-19 05:44:55 +00:00
|
|
|
# .rela.plt is the only reloc section.
|
2002-09-30 05:25:20 +00:00
|
|
|
|
|
|
|
#source: reloc.s
|
2002-10-10 02:53:17 +00:00
|
|
|
#ld: -shared -z nocombreloc
|
2002-09-30 05:25:20 +00:00
|
|
|
#objdump: -hw
|
|
|
|
|
|
|
|
.*: +file format elf.*
|
|
|
|
#...
|
|
|
|
.*\.relaplatypus.*
|
|
|
|
#...
|
|
|
|
.*\.rela\.plt.*
|
|
|
|
#pass
|