mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-23 11:04:32 +00:00
* ld-d10v/reloc-007.d: Don't error.
* ld-d10v/reloc-008.d: Likewise. * ld-d10v/reloc-015.d: Likewise. * ld-d10v/reloc-016.d: Likewise. * ld-d10v/reloc-012.ld: Use a sane offset.
This commit is contained in:
parent
70a0e63d55
commit
009600a9b7
@ -1,3 +1,11 @@
|
|||||||
|
2010-09-23 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* ld-d10v/reloc-007.d: Don't error.
|
||||||
|
* ld-d10v/reloc-008.d: Likewise.
|
||||||
|
* ld-d10v/reloc-015.d: Likewise.
|
||||||
|
* ld-d10v/reloc-016.d: Likewise.
|
||||||
|
* ld-d10v/reloc-012.ld: Use a sane offset.
|
||||||
|
|
||||||
2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||||
|
|
||||||
* ld-arm/attr-merge-6.attr: Update test for change in canonical CPU
|
* ld-arm/attr-merge-6.attr: Update test for change in canonical CPU
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#source: reloc-005.s
|
#source: reloc-005.s
|
||||||
#ld: -T $srcdir/$subdir/reloc-007.ld
|
#ld: -T $srcdir/$subdir/reloc-007.ld
|
||||||
#objdump: -D
|
#objdump: -D
|
||||||
|
# now that we treat addresses as wrapping, it isn't possible to fail
|
||||||
#error: relocation truncated to fit: R_D10V_18_PCREL
|
#error: relocation truncated to fit: R_D10V_18_PCREL
|
||||||
|
|
||||||
# Test 18 bit pc rel reloc bad boundary
|
# Test 18 bit pc rel reloc bad boundary
|
||||||
|
#pass
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#source: reloc-005.s
|
#source: reloc-005.s
|
||||||
#ld: -T $srcdir/$subdir/reloc-008.ld
|
#ld: -T $srcdir/$subdir/reloc-008.ld
|
||||||
#objdump: -D
|
#objdump: -D
|
||||||
|
# now that we treat addresses as wrapping, it isn't possible to fail
|
||||||
#error: relocation truncated to fit: R_D10V_18_PCREL
|
#error: relocation truncated to fit: R_D10V_18_PCREL
|
||||||
|
|
||||||
# Test 18 bit pc rel reloc normal bad
|
# Test 18 bit pc rel reloc normal bad
|
||||||
|
#pass
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
.text 0x01014000 :
|
.text 0x01014000 :
|
||||||
{
|
{
|
||||||
foo = .;
|
foo = .;
|
||||||
. = (. + 0x80004);
|
. = (. + 0x20004);
|
||||||
*(.text)
|
*(.text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#source: reloc-005.s
|
#source: reloc-005.s
|
||||||
#ld: -T $srcdir/$subdir/reloc-015.ld
|
#ld: -T $srcdir/$subdir/reloc-015.ld
|
||||||
#objdump: -D
|
#objdump: -D
|
||||||
|
# now that we treat addresses as wrapping, it isn't possible to fail
|
||||||
#error: relocation truncated to fit: R_D10V_18_PCREL
|
#error: relocation truncated to fit: R_D10V_18_PCREL
|
||||||
|
|
||||||
# Test 18 bit pc rel negative reloc bad boundary
|
# Test 18 bit pc rel negative reloc bad boundary
|
||||||
|
#pass
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#source: reloc-005.s
|
#source: reloc-005.s
|
||||||
#ld: -T $srcdir/$subdir/reloc-016.ld
|
#ld: -T $srcdir/$subdir/reloc-016.ld
|
||||||
#objdump: -D
|
#objdump: -D
|
||||||
|
# now that we treat addresses as wrapping, it isn't possible to fail
|
||||||
#error: relocation truncated to fit: R_D10V_18_PCREL
|
#error: relocation truncated to fit: R_D10V_18_PCREL
|
||||||
|
|
||||||
# Test 18 bit pc rel negative reloc normal bad
|
# Test 18 bit pc rel negative reloc normal bad
|
||||||
|
#pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user