|
Last change
on this file was 607, checked in by bird, 22 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
345 bytes
|
| Line | |
|---|
| 1 | # Test that orphan reloc sections are placed before .rela.plt even when
|
|---|
| 2 | # .rela.plt is the only reloc section. Also tests that orphan non-alloc
|
|---|
| 3 | # reloc sections go after alloc sections.
|
|---|
| 4 |
|
|---|
| 5 | #source: reloc.s
|
|---|
| 6 | #ld: -shared -z nocombreloc
|
|---|
| 7 | #objdump: -hw
|
|---|
| 8 |
|
|---|
| 9 | .*: +file format elf.*
|
|---|
| 10 | #...
|
|---|
| 11 | .*\.relaplatypus.*
|
|---|
| 12 | #...
|
|---|
| 13 | .*\.rela\.plt.*
|
|---|
| 14 | #...
|
|---|
| 15 | .*\.relaechidna.*
|
|---|
| 16 | #pass
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.