mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* ld-elf/flags1.s: Use arm compatible .type syntax.
* ld-elf/flags1.d: Remove arm and xscale xfails, add i960, ip2k, moxie, mt.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2010-10-28 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* ld-elf/flags1.s: Use arm compatible .type syntax.
|
||||||
|
* ld-elf/flags1.d: Remove arm and xscale xfails, add i960, ip2k,
|
||||||
|
moxie, mt.
|
||||||
|
|
||||||
2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
* ld-s390/tlsbin.dd: bc 0,0 -> nop 0 and bcr 0,%r0 -> nopr %r0.
|
* ld-s390/tlsbin.dd: bc 0,0 -> nop 0 and bcr 0,%r0 -> nopr %r0.
|
||||||
|
@ -2,13 +2,12 @@
|
|||||||
#ld: -Tflags1.ld
|
#ld: -Tflags1.ld
|
||||||
#objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
|
#objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
|
||||||
#readelf: -l --wide
|
#readelf: -l --wide
|
||||||
#xfail: "arm*-*-*" "xscale-*-*"
|
#xfail: "avr-*-*" "dlx-*-*" "h8300-*-*" "i960-*-*" "ip2k-*-*" "m32r-*-*"
|
||||||
#xfail: "avr-*-*" "dlx-*-*" "h8300-*-*" "m32r-*-*" "msp430-*-*" "tic6x-*-*"
|
#xfail: "moxie-*-*" "mt-*-*" "msp430-*-*" "tic6x-*-*"
|
||||||
#xfail: "*-*-hpux*" "hppa*64*-*-*"
|
#xfail: "*-*-hpux*" "hppa*64*-*-*"
|
||||||
# Fails on the ARM because the .section type character is % rather than @.
|
# Fails on the AVR, DLX, H8300, I960, IP2K, M32R, MOXIE, MT, MSP430 and
|
||||||
# Fails on the AVR, DLX, H8300, M32R, MSP430 and TI C6X because the two
|
# TI C6X because the two sections are not merged into one segment.
|
||||||
# sections are not merged into one segment. (There is no good reason why
|
# (There is no good reason why they have to be).
|
||||||
# they have to be).
|
|
||||||
# Fails on HPUX systems because the .type pseudo-op behaves differently.
|
# Fails on HPUX systems because the .type pseudo-op behaves differently.
|
||||||
# Fails on hppa64 because a PHDR is always added.
|
# Fails on hppa64 because a PHDR is always added.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.text
|
.text
|
||||||
.globl start
|
.globl start
|
||||||
.type start, @function
|
.type start, %function
|
||||||
start:
|
start:
|
||||||
.byte 0
|
.byte 0
|
||||||
|
Reference in New Issue
Block a user