URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/open8_urisc
- from Rev 124 to Rev 125
- ↔ Reverse comparison
Rev 124 → Rev 125
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/tls-1.s
0,0 → 1,19
.globl foo |
foo: |
|
.section .tls_data |
.p2align 2 |
.type i,%object |
.size i,4 |
i: |
.space 4 |
.globl __tls__i |
.section .tls_vars |
.p2align 2 |
.type __tls__i,%object |
.size __tls__i,12 |
__tls__i: |
.4byte i |
.4byte 0 |
.4byte 4 |
|
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/tls-1.d
0,0 → 1,25
# source: tls-1.s |
# ld: --entry foo -q |
# nm: -r |
|
#... |
[0-9a-f]+ N __wrs_rtp_tls_vars_start |
#... |
0000000c A __wrs_rtp_tls_vars_size |
#... |
[0-9a-f]+ N __wrs_rtp_tls_data_start |
#... |
00000004 A __wrs_rtp_tls_data_size |
#... |
00000004 A __wrs_rtp_tls_data_align |
#... |
[0-9a-f]+ N ___wrs_rtp_tls_vars_start |
#... |
0000000c A ___wrs_rtp_tls_vars_size |
#... |
[0-9a-f]+ N ___wrs_rtp_tls_data_start |
#... |
00000004 A ___wrs_rtp_tls_data_size |
#... |
00000004 A ___wrs_rtp_tls_data_align |
#pass |
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/tls-2.s
0,0 → 1,19
.globl foo |
foo: |
|
.section .tls_data |
.p2align 2 |
.type i,%object |
.size i,4 |
i: |
.space 4 |
.globl __tls__i |
.section .tls_vars |
.p2align 2 |
.type __tls__i,%object |
.size __tls__i,12 |
__tls__i: |
.4byte i |
.4byte 0 |
.4byte 4 |
|
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/tls-2.d
0,0 → 1,11
# source: tls-2.s |
# ld: --entry foo -q --force-dynamic |
# readelf: -d |
|
#... |
0x60000010 \(Operating System specific: 60000010\) 0x[0-9a-f]+ |
0x60000011 \(Operating System specific: 60000011\) 0x4 |
0x60000015 \(Operating System specific: 60000015\) 0x4 |
0x60000012 \(Operating System specific: 60000012\) 0x[0-9a-f]+ |
0x60000013 \(Operating System specific: 60000013\) 0xc |
#... |
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/tls-3.s
0,0 → 1,34
.globl foo |
foo: |
|
.section .tls_data,"a" |
.p2align 2 |
|
.type i,%object |
.size i,4 |
i: |
.space 4 |
|
.globl j |
.type j,%object |
.size j,4 |
j: |
.space 4 |
|
.section .tls_vars,"a" |
.p2align 2 |
.type __tls__i,%object |
.size __tls__i,12 |
__tls__i: |
.4byte i |
.4byte 0 |
.4byte 4 |
|
.globl __tls__j |
.type __tls__j,%object |
.size __tls__j,12 |
__tls__j: |
.4byte j |
.4byte 0 |
.4byte 4 |
|
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/tls-3.d
0,0 → 1,7
# source: tls-3.s |
# ld: -shared -z now |
# objdump: -R |
|
#... |
DYNAMIC RELOCATION RECORDS \(none\) |
|
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/plt-mips1.s
0,0 → 1,7
lw $25,%call16(Foo)($28) |
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/plt-mips1.d
0,0 → 1,10
# target: mips*-*-* |
# source: plt-mips1.s |
# ld: -shared -z now |
# readelf: -s |
|
#... |
+[0-9]*: 00000000 +0 +FUNC +GLOBAL +DEFAULT +UND Foo |
#... |
+[0-9]*: 00000000 +0 +FUNC +GLOBAL +DEFAULT +UND Foo |
#... |
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/rpath-1.s
0,0 → 1,2
.global foo |
foo: |
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/rpath-1.d
0,0 → 1,6
# source: rpath-1.s |
# ld: --entry foo --rpath /dir1 --rpath /dir2 --rpath net:/dir4 --rpath /dir2 --rpath /dir1 --rpath /dir3 --force-dynamic -q |
# readelf: -d |
#... |
0x0+f \(RPATH\).*Library rpath: \[/dir1;/dir2;net:/dir4;/dir3\] |
#pass |
/trunk/gnu/binutils/ld/testsuite/ld-vxworks/vxworks.exp
0,0 → 1,27
# Expect script for VxWorks tests |
# Copyright 2007 Free Software Foundation, Inc. |
# |
# This file is part of the GNU Binutils. |
# |
# This program is free software; you can redistribute it and/or modify |
# it under the terms of the GNU General Public License as published by |
# the Free Software Foundation; either version 3 of the License, or |
# (at your option) any later version. |
# |
# This program is distributed in the hope that it will be useful, |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# GNU General Public License for more details. |
# |
# You should have received a copy of the GNU General Public License |
# along with this program; if not, write to the Free Software |
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, |
# MA 02110-1301, USA. |
|
if { [istarget *-*-vxworks*] } { |
foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] { |
if { [runtest_file_p $runtests $test] } { |
run_dump_test [file rootname $test] |
} |
} |
} |