mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* ld-discard/discard.exp: xfail m6812.
* ld-scripts/map-address.d: Adjust for extras emitted by pe targets.
This commit is contained in:
parent
6459ecfa96
commit
6d110b652a
@ -1,3 +1,8 @@
|
||||
2002-08-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-discard/discard.exp: xfail m6812.
|
||||
* ld-scripts/map-address.d: Adjust for extras emitted by pe targets.
|
||||
|
||||
2002-08-27 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-mmix/b-nosym.d: Revert last change.
|
||||
|
@ -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]]
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
#...
|
||||
Linker script and memory map
|
||||
|
||||
#...
|
||||
*0x0*010001 *\. = 0x10001
|
||||
*0x0*010001 *foo = \.
|
||||
*0x0*010201 *\. = \(\. \+ 0x200\)
|
||||
|
Loading…
Reference in New Issue
Block a user