mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 11:25:52 +08:00
nm ifunc test tweaks
* testsuite/binutils-all/nm.exp (ifunc): xfail more targets.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2020-11-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/binutils-all/nm.exp (ifunc): xfail more targets.
|
||||
|
||||
2020-11-20 Nick Alcock <nick.alcock@oracle.com>
|
||||
|
||||
* readelf.c (dump_section_as_ctf): Use .dynsym and .dynstr, not
|
||||
|
@ -304,12 +304,12 @@ if [is_elf_format] {
|
||||
|
||||
# The following targets are known to not support ifuncs.
|
||||
setup_xfail "alpha*-*-*"
|
||||
setup_xfail "arm*-*-nto*"
|
||||
setup_xfail "arm*-*-netbsdelf*"
|
||||
setup_xfail "mips*-*-*"
|
||||
setup_xfail "arm*-elf" "arm*-*-nto*" "arm*-*-netbsdelf*"
|
||||
setup_xfail "*-*-hpux*"
|
||||
setup_xfail "mips*-*-*" "tx39*-*-*"
|
||||
setup_xfail "msp430*-*-*"
|
||||
setup_xfail "tx39*-*-*"
|
||||
setup_xfail "visium*-*-*"
|
||||
setup_xfail "x86_64-*-cloudabi*"
|
||||
|
||||
set testname "nm --ifunc-chars"
|
||||
if {![binutils_assemble $srcdir/$subdir/ifunc.s tmpdir/ifunc.o]} then {
|
||||
|
Reference in New Issue
Block a user