Add missing files

This commit is contained in:
H.J. Lu 2013-01-17 23:39:05 +00:00
parent 06a6a421f2
commit af55cbae94
6 changed files with 42 additions and 1 deletions

View File

@ -3,7 +3,8 @@
* ld-size/size32-3-i386.d: New file.
* ld-size/size32-3-x32.d: Likewise.
* ld-size/size32-3-x86-64.d: Likewise.
* ld-size/size32-3.s: Likewise.
* ld-size/size32-3a.s: Likewise.
* ld-size/size32-3b.s: Likewise.
2013-01-16 H.J. Lu <hongjiu.lu@intel.com>

View File

@ -0,0 +1,11 @@
#source: size32-3a.s
#source: size32-3b.s
#as: --32
#ld: -shared -melf_i386 -z nocombreloc
#readelf: -r --wide
#target: x86_64-*-* i?86-*-*
#failif
#...
.* +R_386_NONE +.*
#...

View File

@ -0,0 +1,11 @@
#source: size32-3a.s
#source: size32-3b.s
#as: --x32
#ld: -shared -melf32_x86_64 -z nocombreloc
#readelf: -r --wide
#target: x86_64-*-*
#failif
#...
.* +R_X86_64_NONE +.*
#...

View File

@ -0,0 +1,11 @@
#source: size32-3a.s
#source: size32-3b.s
#as: --64
#ld: -shared -melf_x86_64 -z nocombreloc
#readelf: -r --wide
#target: x86_64-*-*
#failif
#...
.* +R_X86_64_NONE +.*
#...

View File

@ -0,0 +1,5 @@
# 32-bit size relocation against hidden symbol in shared object
.comm xxx,40,32
.data
.p2align 2
.long xxx@SIZE

View File

@ -0,0 +1,2 @@
# 32-bit size relocation against hidden symbol in shared object
.hidden xxx