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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-scripts/] [phdrs.exp] - Diff between revs 98 and 163

Show entire file | Details | Blame | View Log

Rev 98 Rev 163
Line 58... Line 58...
    }
    }
    set exec_output [run_host_cmd "$objdump" "--private-headers tmpdir/phdrs"]
    set exec_output [run_host_cmd "$objdump" "--private-headers tmpdir/phdrs"]
    set exec_output [prune_warnings $exec_output]
    set exec_output [prune_warnings $exec_output]
    verbose -log $exec_output
    verbose -log $exec_output
 
 
 
    # The RX port sets the p_paddr of loadable segments to 0 in order
 
    # to be compatible with Renesas tools.  When an RX executable is
 
    # loaded into a BFD based tool the code tries to reconstruct the
 
    # correct vaddr and paddr values.  This is not always possible
 
    # however and this test is one example of where the reconstruction
 
    # fails.
 
    setup_xfail rx-*-*
 
 
    if [regexp $phdrs_regexp $exec_output] {
    if [regexp $phdrs_regexp $exec_output] {
        pass $testname
        pass $testname
    } else {
    } else {
        fail $testname
        fail $testname
    }
    }

powered by: WebSVN 2.1.0

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