mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* ld-elf/extract-symbol-1sec.d: Expect to fail for the RX target.
* ld-scripts/overlay-size.d: Likewise. * ld-scripts/rgn-at1.d: Likewise. * ld-scripts/rgn-at2.d: Likewise. * ld-scripts/rgn-at3.d: Likewise. * ld-scripts/rgn-at4.d: Likewise. * ld-scripts/rgn-over8-ok.d: Likewise.
This commit is contained in:
parent
72dcaf823d
commit
fad84867f9
@ -1,3 +1,13 @@
|
||||
2009-11-18 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* ld-elf/extract-symbol-1sec.d: Expect to fail for the RX target.
|
||||
* ld-scripts/overlay-size.d: Likewise.
|
||||
* ld-scripts/rgn-at1.d: Likewise.
|
||||
* ld-scripts/rgn-at2.d: Likewise.
|
||||
* ld-scripts/rgn-at3.d: Likewise.
|
||||
* ld-scripts/rgn-at4.d: Likewise.
|
||||
* ld-scripts/rgn-over8-ok.d: Likewise.
|
||||
|
||||
2009-11-15 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* ld-pe/direct2_client.c: New file.
|
||||
|
@ -3,7 +3,8 @@
|
||||
#ld: -Textract-symbol-1.ld
|
||||
#objcopy_linked_file: --extract-symbol
|
||||
#objdump: --headers
|
||||
#xfail: "hppa*-*-*"
|
||||
#xfail: "hppa*-*-*" "rx-*-*"
|
||||
# FAILS on the RX because the linker has to set LMA == VMA for the Renesas loader.
|
||||
#...
|
||||
Sections:
|
||||
*Idx +Name +Size +VMA +LMA .*
|
||||
|
@ -1,6 +1,9 @@
|
||||
# ld: -T overlay-size.t -Map tmpdir/overlay-size.map
|
||||
# name: overlay size
|
||||
# objdump: --headers
|
||||
# xfail: rx-*-*
|
||||
# FAILS on the RX because the linker has to set LMA == VMA for the
|
||||
# Renesas loader.
|
||||
#
|
||||
# The .bss[123] LMAs are deliberately blanked out. We can't
|
||||
# reliably map overlaid sections to segments.
|
||||
|
@ -2,6 +2,9 @@
|
||||
# source: rgn-at.s
|
||||
# ld: -T rgn-at1.t
|
||||
# objdump: -w -h
|
||||
# xfail: rx-*-*
|
||||
# FAILS on the RX because the linker has to set LMA == VMA for the
|
||||
# Renesas loader.
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
@ -2,6 +2,9 @@
|
||||
# source: rgn-at.s
|
||||
# ld: -T rgn-at2.t
|
||||
# objdump: -w -h
|
||||
# xfail: rx-*-*
|
||||
# FAILS on the RX because the linker has to set LMA == VMA for the
|
||||
# Renesas loader.
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
@ -2,6 +2,9 @@
|
||||
# source: rgn-at.s
|
||||
# ld: -T rgn-at3.t
|
||||
# objdump: -w -h
|
||||
# xfail: rx-*-*
|
||||
# FAILS on the RX because the linker has to set LMA == VMA for the
|
||||
# Renesas loader.
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
@ -2,6 +2,9 @@
|
||||
# source: rgn-at.s
|
||||
# ld: -T rgn-at4.t
|
||||
# objdump: -w -h
|
||||
# xfail: rx-*-*
|
||||
# FAILS on the RX because the linker has to set LMA == VMA for the
|
||||
# Renesas loader.
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
@ -2,6 +2,9 @@
|
||||
# source: rgn-over8.s
|
||||
# ld: -T rgn-over8.t
|
||||
# objdump: -w -h
|
||||
# xfail: rx-*-*
|
||||
# FAILS on the RX because the linker has to set LMA == VMA for the
|
||||
# Renesas loader.
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user