* ld-elf/pr14926.d: Disable for d10v, msp, xstormy.
* ld-elf/sec-to-seg.exp: Choose correct variant output to suit updated microblaze page size.
This commit is contained in:
parent
405bf443e5
commit
d6391ce5a6
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-01-14 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ld-elf/pr14926.d: Disable for d10v, msp, xstormy.
|
||||
* ld-elf/sec-to-seg.exp: Choose correct variant output to suit
|
||||
updated microblaze page size.
|
||||
|
||||
2013-01-10 Will Newton <will.newton@imgtec.com>
|
||||
|
||||
* ld-elf/merge.d: Mark Meta as xfail.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#ld: -Ttext=0x60
|
||||
#readelf: -S --wide
|
||||
#notarget: d10v-*-* msp*-*-* xstormy*-*-*
|
||||
# the above targets use memory regions that don't allow 0x60 for .text
|
||||
|
||||
#...
|
||||
\[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*60[ \t]+.*
|
||||
|
|
|
@ -83,7 +83,6 @@ if { [istarget avr-*-*]
|
|||
|| [istarget ip2k-*-*]
|
||||
|| [istarget m32r-*-*]
|
||||
|| [istarget m88k-*-*]
|
||||
|| [istarget microblaze-*-*]
|
||||
|| [istarget moxie-*-*]
|
||||
|| [istarget msp430-*-*]
|
||||
|| [istarget mt-*-*]
|
||||
|
|
Loading…
Reference in a new issue