2005-12-18 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/unknown2.d: New. * ld-elf/unknown2.s: Likewise.
This commit is contained in:
parent
f1753a02f7
commit
e6ec7ebdb9
3 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ld-elf/unknown2.d: New.
|
||||
* ld-elf/unknown2.s: Likewise.
|
||||
|
||||
2005-12-12 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* ld-arm/arm-call.d: New test.
|
||||
|
|
7
ld/testsuite/ld-elf/unknown2.d
Normal file
7
ld/testsuite/ld-elf/unknown2.d
Normal file
|
@ -0,0 +1,7 @@
|
|||
#source: unknown2.s
|
||||
#ld: -shared
|
||||
#readelf: -S
|
||||
|
||||
#...
|
||||
\[[ 0-9]+\] \.note.foo[ \t]+NOTE[ \t]+.*
|
||||
#pass
|
6
ld/testsuite/ld-elf/unknown2.s
Normal file
6
ld/testsuite/ld-elf/unknown2.s
Normal file
|
@ -0,0 +1,6 @@
|
|||
.section .note.foo,"a","note"
|
||||
.space 16
|
||||
.section .data,"aw"
|
||||
.space 3800
|
||||
.section .rodata,"a"
|
||||
.space 4
|
Loading…
Add table
Add a link
Reference in a new issue