mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
PR ld/21233: xfail failing test-parts for cris*-*-*
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2017-04-05 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
PR ld/21233
|
||||||
|
* testsuite/ld-elf/shared.exp: Xfail all PR21233 tests but the
|
||||||
|
first test for cris*-*-*.
|
||||||
|
|
||||||
2017-04-04 Maciej W. Rozycki <macro@imgtec.com>
|
2017-04-04 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
PR ld/21233
|
PR ld/21233
|
||||||
|
@ -130,7 +130,8 @@ if { [check_gc_sections_available] } {
|
|||||||
"$LFLAGS -shared -T pr21233.ld" "" "$AFLAGS_PIC" \
|
"$LFLAGS -shared -T pr21233.ld" "" "$AFLAGS_PIC" \
|
||||||
{pr21233-l.s} \
|
{pr21233-l.s} \
|
||||||
{{readelf --dyn-syms pr21233-l.sd}} \
|
{{readelf --dyn-syms pr21233-l.sd}} \
|
||||||
"libpr21233.so"] \
|
"libpr21233.so"]]
|
||||||
|
run_ld_link_tests [list \
|
||||||
[list \
|
[list \
|
||||||
"PR ld/21233 dynamic symbols with section GC (--undefined)" \
|
"PR ld/21233 dynamic symbols with section GC (--undefined)" \
|
||||||
"$LFLAGS --gc-sections -e foo --undefined=bar -T pr21233.ld" \
|
"$LFLAGS --gc-sections -e foo --undefined=bar -T pr21233.ld" \
|
||||||
@ -152,7 +153,7 @@ if { [check_gc_sections_available] } {
|
|||||||
"tmpdir/libpr21233.so" "" \
|
"tmpdir/libpr21233.so" "" \
|
||||||
{pr21233.s} \
|
{pr21233.s} \
|
||||||
{{readelf --dyn-syms pr21233.sd}} \
|
{{readelf --dyn-syms pr21233.sd}} \
|
||||||
"pr21233-3"]]
|
"pr21233-3"]] "cris*-*-*"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check to see if the C compiler works
|
# Check to see if the C compiler works
|
||||||
|
Reference in New Issue
Block a user