From 6d110b652a77965efb19039b9b61e4e64ee85448 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 28 Aug 2002 00:11:40 +0000 Subject: * ld-discard/discard.exp: xfail m6812. * ld-scripts/map-address.d: Adjust for extras emitted by pe targets. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-discard/discard.exp | 3 ++- ld/testsuite/ld-scripts/map-address.d | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'ld') diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 2c4a771..3758e28 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-08-28 Alan Modra + + * ld-discard/discard.exp: xfail m6812. + * ld-scripts/map-address.d: Adjust for extras emitted by pe targets. + 2002-08-27 Alan Modra * ld-mmix/b-nosym.d: Revert last change. diff --git a/ld/testsuite/ld-discard/discard.exp b/ld/testsuite/ld-discard/discard.exp index ef054e7..1a46ff1 100644 --- a/ld/testsuite/ld-discard/discard.exp +++ b/ld/testsuite/ld-discard/discard.exp @@ -41,6 +41,7 @@ for { set i 0 } { $i < [llength $test_list] } { incr i } { # We need to strip the ".d", but can leave the dirname. verbose [file rootname [lindex $test_list $i]] # These fail because they use the generic linker. - setup_xfail "arc-*" "d30v-*" "dlx-*" "i960-*" "or32-*" "pj-*" + setup_xfail "arc-*" "d30v-*" "dlx-*" "i960-*" "m6812-*" "m68hc12-*" + setup_xfail "or32-*" "pj-*" run_dump_test [file rootname [lindex $test_list $i]] } diff --git a/ld/testsuite/ld-scripts/map-address.d b/ld/testsuite/ld-scripts/map-address.d index da377c4..289b685 100644 --- a/ld/testsuite/ld-scripts/map-address.d +++ b/ld/testsuite/ld-scripts/map-address.d @@ -1,6 +1,6 @@ #... Linker script and memory map - +#... *0x0*010001 *\. = 0x10001 *0x0*010001 *foo = \. *0x0*010201 *\. = \(\. \+ 0x200\) -- cgit v1.1