OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mn10300/] [mn10300.exp] - Diff between revs 38 and 156

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
# Expect script for ld-mn10300 tests
# Expect script for ld-mn10300 tests
#   Copyright (C) 2007 Free Software Foundation
#   Copyright (C) 2007 Free Software Foundation
#
#
# This file is free software; you can redistribute it and/or modify
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
#
if {!([istarget "am3*-*-*"]) && !([istarget "mn10300*-*-*"]) } {
if {!([istarget "am3*-*-*"]) && !([istarget "mn10300*-*-*"]) } {
    return
    return
}
}
# Set up a list as described in ld-lib.exp
# Set up a list as described in ld-lib.exp
set mn10300_tests {
set mn10300_tests {
    {
    {
        "am33 string merging"
        "am33 string merging"
        "-relax -Ttext 0x8000074"
        "-relax -Ttext 0x8000074"
        ""
        ""
        { "i36434.s" "i36434-2.s" }
        { "i36434.s" "i36434-2.s" }
        { {objdump -dz i36434.d} }
        { {objdump -dz i36434.d} }
        "i36434.x"
        "i36434.x"
    }
    }
    {
    {
        "difference of two same-section symbols"
        "difference of two same-section symbols"
        "-Ttext 0"
        "-Ttext 0"
        ""
        ""
        { "i112045-1.s" }
        { "i112045-1.s" }
        { {objdump -d i112045-1.d} }
        { {objdump -d i112045-1.d} }
        "i112045-1.x"
        "i112045-1.x"
    }
    }
    {
    {
        "difference of two same-section symbols where the difference is held in another section"
        "difference of two same-section symbols where the difference is held in another section"
        "-relax -Ttext 100"
        "-relax -Ttext 100"
        ""
        ""
        { "i112045-3.s" }
        { "i112045-3.s" }
        { {objdump -D i112045-3.d} }
        { {objdump -D i112045-3.d} }
        "i112045-3.x"
        "i112045-3.x"
    }
    }
    {
    {
        "relaxation and alignment directives"
        "relaxation and alignment directives"
        "-relax -Ttext 100 -Tbss 300"
        "-relax -Ttext 100 -Tbss 300"
        ""
        ""
        { "i127740.s" }
        { "i127740.s" }
        { {objdump -d i127740.d} }
        { {objdump -d i127740.d} }
        "i127740.x"
        "i127740.x"
    }
    }
    {
    {
        "adjustment of symbols due to relaxation"
        "adjustment of symbols due to relaxation"
        "-Tdata 1f -Ttext 0 -relax"
        "-Tdata 1f -Ttext 0 -relax"
        ""
        ""
        { "i135409-1.s" }
        { "i135409-1.s" }
        { {readelf --syms i135409-1.d} }
        { {readelf --syms i135409-1.d} }
        "i135409-1.x"
        "i135409-1.x"
    }
    }
    {
    {
        "adjustment of symbols due to relaxation (with alignment directives)"
        "adjustment of symbols due to relaxation (with alignment directives)"
        "-Tdata 1f -Ttext 0 -relax"
        "-Tdata 1f -Ttext 0 -relax"
        ""
        ""
        { "i135409-2.s" }
        { "i135409-2.s" }
        { {readelf --syms i135409-2.d} }
        { {readelf --syms i135409-2.d} }
        "i135409-2.x"
        "i135409-2.x"
    }
    }
    {
    {
        "adjustment of symbols due to relaxation (with a symbol in the deleted region)"
        "adjustment of symbols due to relaxation (with a symbol in the deleted region)"
        "-Tdata 1f -Ttext 0 -relax"
        "-Tdata 1f -Ttext 0 -relax"
        ""
        ""
        { "i135409-3.s" }
        { "i135409-3.s" }
        { {objdump -d i135409-3.d} }
        { {objdump -d i135409-3.d} }
        "i135409-3.x"
        "i135409-3.x"
    }
    }
    {
    {
        "adjusting a 16-bit forward branch"
        "adjusting a 16-bit forward branch"
        "-Ti135409-4.t -relax"
        "-Ti135409-4.t -relax"
        ""
        ""
        { "i135409-4.s" }
        { "i135409-4.s" }
        { {objdump -d i135409-4.d} }
        { {objdump -d i135409-4.d} }
        "i135409-4.x"
        "i135409-4.x"
    }
    }
    {
    {
        "adjusting a 16-bit backward branch"
        "adjusting a 16-bit backward branch"
        "-Ti135409-5.t -relax"
        "-Ti135409-5.t -relax"
        ""
        ""
        { "i135409-5.s" }
        { "i135409-5.s" }
        { {objdump -d i135409-5.d} }
        { {objdump -d i135409-5.d} }
        "i135409-5.x"
        "i135409-5.x"
    }
    }
    {
    {
        "relaxing offsets into a merged string section"
        "relaxing offsets into a merged string section"
        "-Ti143317.t -shared -relax"
        "-Ti143317.t -shared -relax"
        ""
        ""
        { "i143317.s" }
        { "i143317.s" }
        { {objdump -d i143317.d} }
        { {objdump -d i143317.d} }
        "i143317.x"
        "i143317.x"
    }
    }
}
}
run_ld_link_tests $mn10300_tests
run_ld_link_tests $mn10300_tests
if {!([istarget "am3*-*-*"])} {
if {!([istarget "am3*-*-*"])} {
    return
    return
}
}
set am33_tests {
set am33_tests {
    {
    {
        "difference of two same-section symbols (in a shared library)"
        "difference of two same-section symbols (in a shared library)"
        "-shared"
        "-shared"
        ""
        ""
        { "i112045-2.s" }
        { "i112045-2.s" }
        { {objdump -R i112045-2.d} }
        { {objdump -R i112045-2.d} }
        "i112045-2.x"
        "i112045-2.x"
    }
    }
}
}
run_ld_link_tests $am33_tests
run_ld_link_tests $am33_tests
proc i126256-test { } {
proc i126256-test { } {
    global CC
    global CC
    global ld
    global ld
    global srcdir
    global srcdir
    global subdir
    global subdir
    set tmpdir tmpdir
    set tmpdir tmpdir
    set testname "Seg fault whilst linking one shared library into another when relaxation is enabled."
    set testname "Seg fault whilst linking one shared library into another when relaxation is enabled."
    if {![is_remote host] && [which $CC] == 0} then {
    if {![is_remote host] && [which $CC] == 0} then {
        return
        return
    }
    }
    if { ![ld_compile "$CC -mrelax -fPIC" $srcdir/$subdir/i126256-1.c $tmpdir/i126256-1.o] } {
    if { ![ld_compile "$CC -mrelax -fPIC" $srcdir/$subdir/i126256-1.c $tmpdir/i126256-1.o] } {
        unresolved $testname
        unresolved $testname
        return
        return
    }
    }
    if { ![ld_compile "$CC -mrelax -fPIC" $srcdir/$subdir/i126256-2.c $tmpdir/i126256-2.o] } {
    if { ![ld_compile "$CC -mrelax -fPIC" $srcdir/$subdir/i126256-2.c $tmpdir/i126256-2.o] } {
        unresolved $testname
        unresolved $testname
        return
        return
    }
    }
    if { ![ld_simple_link $ld $tmpdir/i126256-1.so "-shared $tmpdir/i126256-1.o -e 0"]} {
    if { ![ld_simple_link $ld $tmpdir/i126256-1.so "-shared $tmpdir/i126256-1.o -e 0"]} {
        unresolved $testname
        unresolved $testname
        return
        return
    }
    }
    if { ![ld_simple_link $ld $tmpdir/i126256-2.so "--relax -shared $tmpdir/i126256-2.o $tmpdir/i126256-1.so -e 0"]} {
    if { ![ld_simple_link $ld $tmpdir/i126256-2.so "--relax -shared $tmpdir/i126256-2.o $tmpdir/i126256-1.so -e 0"]} {
        fail $testname
        fail $testname
        return
        return
    }
    }
    pass $testname
    pass $testname
}
}
i126256-test
i126256-test
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.