OpenCores
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/trunk/gnu/binutils/binutils/testsuite/binutils-all
    from Rev 163 to Rev 166
    Reverse comparison

Rev 163 → Rev 166

/dw2-decodedline.S
2,13 → 2,13
.file 1 "dw2-decodedline.c"
.file 2 "directory/file1.c"
.text
.globl f1
.globl f1
.type f1, %function
f1:
.loc 2 1 0
nop
.size f1, .-f1
.globl main
.globl main
.type main, %function
main:
.loc 1 2 0
/dlltool.exp
53,6 → 53,21
setup_xfail *-*
}
 
verbose "$DLLTOOL -l libversion.a --def $srcdir/$subdir/version.def" 1
catch "exec $DLLTOOL -l libersion.a --def $srcdir/$subdir/version.def" err
 
if ![string match "" $err] then {
send_log "$err\n"
verbose "$err" 1
fail "dlltool (version.dll)"
} else {
pass "dlltool (version.dll)"
}
 
if { "$target_xfail" == "yes" } {
setup_xfail *-*
}
 
verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err
 
/version.def
0,0 → 1,17
LIBRARY VERSION.dll
EXPORTS
GetFileVersionInfoA1
GetFileVersionInfoSizeA2
GetFileVersionInfoSizeW3
GetFileVersionInfoW4
VerFindFileA5
VerFindFileW6
VerInstallFileA7
VerInstallFileW8
VerLanguageNameA9
VerLanguageNameW10
VerQueryValueA11
VerQueryValueIndexA12
VerQueryValueIndexW13
VerQueryValueW14
 
/readelf.exp
1,4 → 1,4
# Copyright 1999, 2000, 2001, 2003, 2004, 2007, 2009
# Copyright 1999, 2000, 2001, 2003, 2004, 2007, 2009, 2012
# Free Software Foundation, Inc.
 
# This program is free software; you can redistribute it and/or modify
337,3 → 337,18
readelf_compressed_wa_test
 
readelf_dump_test
 
# PR 13482 - Check for off-by-one errors when dumping .note sections.
if {![binutils_assemble $srcdir/$subdir/version.s tmpdir/version.o]} then {
perror "could not assemble version note test file"
unresolved "readelf - failed to assemble"
return
}
 
if ![is_remote host] {
set tempfile tmpdir/version.o
} else {
set tempfile [remote_download host tmpdir/version.o]
}
 
readelf_test -n $tempfile readelf.n {}
/version.s
0,0 → 1,18
.version "Version 1.0"
/objdump.exp
38,11 → 38,11
set cpus_expected [list]
lappend cpus_expected alpha arc arm cris
lappend cpus_expected d10v d30v fr30 fr500 fr550 h8 hppa i386 i860 i960 ip2022
lappend cpus_expected m16c m32c m32r m68hc11 m68hc12 m68k m88k MCore
lappend cpus_expected m16c m32c m32r m68hc11 m68hc12 m68k m88k MCore MicroBlaze
lappend cpus_expected mips mn10200 mn10300 ms1 msp ns32k pj powerpc pyramid
lappend cpus_expected romp rs6000 s390 sh sparc
lappend cpus_expected tahoe tic54x tic80 tms320c30 tms320c4x tms320c54x v850
lappend cpus_expected vax we32k x86-64 xscale xtensa z8k z8001 z8002
lappend cpus_expected tahoe tic54x tic80 tilegx tms320c30 tms320c4x tms320c54x
lappend cpus_expected v850 vax we32k x86-64 xscale xtensa z8k z8001 z8002
lappend cpus_expected open8
 
# Make sure the target CPU shows up in the list.
204,8 → 204,19
}
 
# Test objdump -WL on a file that contains line information for multiple files and search directories.
# Not supported on mcore, moxie and openrisc targets because they do not (yet) support the generation
# of DWARF2 line debug information.
 
if { ![is_elf_format] || [istarget "ia64*-*-*"]} then {
if { ![is_elf_format]
|| [istarget "hppa64*-*-hpux*"]
|| [istarget "i370-*-*"]
|| [istarget "i960-*-*"]
|| [istarget "ia64*-*-*"]
|| [istarget "mcore-*-*"]
|| [istarget "moxie-*-*"]
|| [istarget "openrisc-*-*"]
|| [istarget "or32-*-*"]
} then {
unsupported "objump decode line"
} else {
if { ![binutils_assemble $srcdir/$subdir/dw2-decodedline.S tmpdir/dw2-decodedline.o] } then {
/readelf.n
0,0 → 1,5
 
Notes at offset 0x0*0.. with length 0x0*018:
Owner[ ]*Data size[ ]*Description
Version 1.0[ ]*0x0*0[ ]*NT_VERSION \(version\)
#pass
/objcopy.exp
980,6 → 980,9
}
}
 
# The symbol table for MIPS targets is not sorted by ascending value,
# so the regexps in localize-hidden-1.d fail to match.
setup_xfail "mips-*-*"
run_dump_test "localize-hidden-1"
run_dump_test "testranges"
run_dump_test "testranges-ia64"

powered by: WebSVN 2.1.0

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