mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
* ld-ifunc/ifunc.exp: Don't chck static non-ifunc-using executable.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ld-ifunc/ifunc.exp: Don't chck static non-ifunc-using
|
||||||
|
executable.
|
||||||
|
|
||||||
2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
|
2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ld-ifunc/ifunc-1-local-x86.d: Updated.
|
* ld-ifunc/ifunc-1-local-x86.d: Updated.
|
||||||
|
@ -241,10 +241,11 @@ if {! [check_osabi tmpdir/dynamic_prog {UNIX - Linux}]} {
|
|||||||
fail "Dynamic ifunc-using executable does not have an OS/ABI field of LINUX"
|
fail "Dynamic ifunc-using executable does not have an OS/ABI field of LINUX"
|
||||||
set fails [expr $fails + 1]
|
set fails [expr $fails + 1]
|
||||||
}
|
}
|
||||||
if {! [check_osabi tmpdir/static_nonifunc_prog {UNIX - System V}]} {
|
# FIXME: This test will fail if libc.a has ifunc functons.
|
||||||
fail "Static non-ifunc-using executable does not have an OS/ABI field of System V"
|
#if {! [check_osabi tmpdir/static_nonifunc_prog {UNIX - System V}]} {
|
||||||
set fails [expr $fails + 1]
|
# fail "Static non-ifunc-using executable does not have an OS/ABI field of System V"
|
||||||
}
|
# set fails [expr $fails + 1]
|
||||||
|
#}
|
||||||
|
|
||||||
# The linked ifunc using executables and the shared library containing
|
# The linked ifunc using executables and the shared library containing
|
||||||
# ifunc should contain an IFUNC symbol. The non-ifunc using executable
|
# ifunc should contain an IFUNC symbol. The non-ifunc using executable
|
||||||
|
Reference in New Issue
Block a user