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/ld/testsuite
    from Rev 56 to Rev 58
    Reverse comparison

Rev 56 → Rev 58

/ld-elfvers/vers4a.dsym
0,0 → 1,2
0+ g DO \*ABS\* 0+ VERS_2\.0 VERS_2\.0
[0-9a-f]+ g DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ VERS_2\.0 (0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers23a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x065f090f vers23a.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers23c.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x065ea90f vers23c.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers4.c
0,0 → 1,32
/*
* Testcase to make sure that a versioned symbol definition in an
* application correctly defines the version node, if and only if
* the actual symbol is exported. This is built both with and without
* -export-dynamic.
*/
#include <stdio.h>
#include "vers.h"
 
extern int foo ();
 
int
bar()
{
return 3;
}
 
int
new_foo()
{
return 1000+bar();
 
}
 
SYMVER(new_foo, foo@@VERS_2.0);
 
int
main()
{
printf("%d\n", foo());
return 0;
}
/ld-elfvers/vers27b.ver
0,0 → 1,32
# Empty file
/ld-elfvers/vers27d.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x05ac0cff vers27d1.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers8.c
0,0 → 1,5
int
main()
{
return a(1) + b(1);
}
/ld-elfvers/vers1.ver
0,0 → 1,8
Version definitions:
[1-4] 0x01 0x0c96425f vers1.so
[1-4] 0x00 0x0a7927b1 VERS_1.1
[1-4] 0x00 0x0a7927b2 VERS_1.2
VERS_1.1
[1-4] 0x00 0x0a7922b0 VERS_2.0
VERS_1.2
 
/ld-elfvers/vers3.ver
0,0 → 1,4
Version References:
required from tmpdir/vers1.so:
0x0a7922b0 0x00 0[23] VERS_2.0
 
/ld-elfvers/vers31.dsym
0,0 → 1,2
0+ g +DO \*ABS\* 0+ +VERS_31\.0 +VERS_31\.0
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_31\.0 +_?_Z1fIA3_icEvPT_T0
/ld-elfvers/vers15.dsym
0,0 → 1,5
0+ g +DO \*ABS\* 0+ +VERS_1\.1 +VERS_1\.1
0+ g +DO \*ABS\* 0+ +VERS_1\.2 +VERS_1\.2
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(Base\) +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(VERS_1\.1\) +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_1\.2 +(0x[0-9a-f]+ )?_?show_foo
/ld-elfvers/vers22b.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+VERS\.0[ ]+(0x[0-9a-f]+ )?_?bar
/ld-elfvers/vers23d.dsym
0,0 → 1,2
[0-9a-f]* DF \*UND\* [0-9a-f]* VERS.0 (0x[0-9a-f][0-9a-f] )?_?bar
[0-9a-f]* DF \*UND\* [0-9a-f]* VERS.0 (0x[0-9a-f][0-9a-f] )?_?foo
/ld-elfvers/vers17.map
0,0 → 1,4
VERS_2.0 {
global:
show_foo;
};
/ld-elfvers/vers9.ver
0,0 → 1,5
Version definitions:
[1-3] 0x01 0x007cc969 vers9
[1-3] 0x00 0x0a7927b1 VERS_1.1
[1-3] 0x00 0x0a7927b2 VERS_1.2
 
/ld-elfvers/vers26b.dsym
0,0 → 1,5
# Empty file
/ld-elfvers/vers26a.map
0,0 → 1,5
VERS.0 {
global:
foo;
local: *;
};
/ld-elfvers/vers32a.c
0,0 → 1,5
void foo(void) {}
/ld-elfvers/vers27d.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+\(VERS\.0\)[ ]+(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers16.c
0,0 → 1,10
int show_bar ()
{
return 0;
}
extern int show_foo ();
 
int main ()
{
return show_foo ();
}
/ld-elfvers/vers26a.c
0,0 → 1,4
void
foo ()
{
}
/ld-elfvers/vers28b.c
0,0 → 1,3
#pragma weak foo
 
void foo () {}
/ld-elfvers/vers20a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x0652090f vers20a.so
[1-2] 0x00 0x0a7927b1 VERS_1.1
 
/ld-elfvers/vers31.ver
0,0 → 1,3
Version definitions:
[1-2] 0x01 0x0966595f vers31.so
[1-2] 0x00 0x07923ab0 VERS_31.0
/ld-elfvers/vers32a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x0670090f vers32a.so
[1-2] 0x00 0x05aa7921 VERS_1
 
/ld-elfvers/vers16a.ver
0,0 → 1,3
Version definitions:
[1-2] 0x01 0x064c090f vers16a.so
[1-2] 0x00 0x0a7927b1 VERS_1.1
/ld-elfvers/vers28a.ver
0,0 → 1,3
# Empty file
/ld-elfvers/vers28c.ver
0,0 → 1,4
Version References:
required from tmpdir/vers28b.so:
0x05aa7610 0x00 02 VERS.0
 
/ld-elfvers/vers24.rd
0,0 → 1,15
Relocation section .*
# Ensure there is a dynamic relocation against x
#...
[0-9a-f]+ +[0-9a-f]+ R_.* +_?x(| \+ 0)
#...
Symbol table '.dynsym' contains [0-9]+ entries:
# And ensure the dynamic symbol table contains at least x@VERS.0
# and foo@@VERS.0 symbols
#...
+[0-9]+: [0-9a-f]+ +(4 +OBJECT +GLOBAL +DEFAULT +[0-9]+ _?x|[0-9]+ +FUNC +GLOBAL +DEFAULT +[0-9]+ _?foo@)@VERS\.0
#...
+[0-9]+: [0-9a-f]+ +(4 +OBJECT +GLOBAL +DEFAULT +[0-9]+ _?x|[0-9]+ +FUNC +GLOBAL +DEFAULT +[0-9]+ _?foo@)@VERS\.0
#...
Symbol table '.symtab' contains [0-9]+ entries:
#pass
/ld-elfvers/vers22a.sym
0,0 → 1,15
[0-9a-f]+[ ]+g[ ]+F[ ]+\.(text|opd)[ ]+[0-9a-f]+ (0x[0-9a-f]+ )?_?bar@VERS.0
/ld-elfvers/vers20.map
0,0 → 1,7
VERS_1.1 {
global:
show_foo;
local:
*;
};
 
/ld-elfvers/vers18.sym
0,0 → 1,4
[0-9a-f]+ +w +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@
[0-9a-f]+ +w +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@VERS_1\.1
[0-9a-f]+ +w +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@VERS_1\.2
[0-9a-f]+ +w +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@@VERS_2\.0
/ld-elfvers/vers22.map
0,0 → 1,4
VERS.0 {
global:
bar;
};
/ld-elfvers/vers23a.dsym
0,0 → 1,3
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+\(VERS\.0\)[ ]+(0x[0-9a-f]+ )?_?bar
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+VERS\.0[ ]+(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers24.map
0,0 → 1,4
VERS.0 {
global: x; foo;
local: *;
};
/ld-elfvers/vers23a.map
0,0 → 1,5
VERS.0 {
global:
bar;
foo;
};
/ld-elfvers/vers21.c
0,0 → 1,34
#include "vers.h"
 
SYMVER(_old_foo, foo@VERS.0);
SYMVER(_old_bar, bar@VERS.0);
SYMVER(_old_foobar, foobar@VERS.0);
__asm__(".weak " SYMPFX(_old_bar));
 
int
bar ()
{
return 1;
}
 
int
_old_bar ()
{
return bar ();
}
 
int
foo ()
{
return 2;
}
 
int
_old_foo ()
{
return foo ();
}
 
int _old_foobar = -1;
 
int foobar = 1;
/ld-elfvers/vers27a.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+VERS\.0[ ]+(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers28c.dsym
0,0 → 1,2
[0-9a-f]+[ ]+DF[ ]+\*UND\*[ ]+[0-9a-f]+[ ]+VERS\.0[ ]+(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers23b.c
0,0 → 1,4
void
bar (void)
{
}
/ld-elfvers/vers29.c
0,0 → 1,5
/* Test for default versioning. */
void show()
{
}
 
/ld-elfvers/vers2.dsym
0,0 → 1,3
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS_2\.0 +(0x[0-9a-f]+ )?_?show_foo
0+ g +DO \*ABS\* 0+ +VERS_XXX_1\.1 VERS_XXX_1\.1
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_XXX_1\.1 (0x[0-9a-f]+ )?_?show_xyzzy
/ld-elfvers/vers1.map
0,0 → 1,13
VERS_1.1 {
local:
hide_old*;
hide_original*;
hide_new*;
};
 
VERS_1.2 {
} VERS_1.1;
 
VERS_2.0 {
show_bar1; show_bar2;
} VERS_1.2;
/ld-elfvers/vers1.c
0,0 → 1,103
/*
* Basic test of versioning. The idea with this is that we define
* a bunch of definitions of the same symbol, and we can theoretically
* then link applications against varying sets of these.
*/
#include "vers.h"
 
const char * show_bar1 = "asdf";
const char * show_bar2 = "asdf";
 
extern int new2_foo();
extern int bar33();
 
int
bar()
{
return 3;
}
 
/*
* The 'hide' prefix is something so that we can automatically search the
* symbol table and verify that none of these symbols were actually exported.
*/
int
hide_original_foo()
{
return 1+bar();
 
}
 
int
hide_old_foo()
{
return 10+bar();
 
}
 
int
hide_old_foo1()
{
return 100+bar();
 
}
 
int
hide_new_foo()
{
return 1000+bar();
 
}
 
SYMVER(hide_original_foo, show_foo@);
SYMVER(hide_old_foo, show_foo@VERS_1.1);
SYMVER(hide_old_foo1, show_foo@VERS_1.2);
SYMVER(hide_new_foo, show_foo@@VERS_2.0);
 
 
 
#ifdef DO_TEST10
/* In test 10, we try and define a non-existant version node. The linker
* should catch this and complain. */
int
hide_new_bogus_foo()
{
return 1000+bar();
 
}
SYMVER(hide_new_bogus_foo, show_foo@VERS_2.2);
#endif
 
 
 
 
#ifdef DO_TEST11
/*
* This test is designed to catch a couple of syntactic errors. The assembler
* should complain about both of the directives below.
*/
void
xyzzz()
{
new2_foo();
bar33();
}
 
SYMVER(new2_foo, fooVERS_2.0);
SYMVER(bar33, bar@@VERS_2.0);
#endif
 
#ifdef DO_TEST12
/*
* This test is designed to catch a couple of syntactic errors. The assembler
* should complain about both of the directives below.
*/
void
xyzzz()
{
new2_foo();
bar33();
}
 
SYMVER(bar33, bar@@VERS_2.0);
#endif
/ld-elfvers/vers25a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x065d090f vers25a.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers7.map
0,0 → 1,6
VERS_1 {
global:
show_b ;
local:
hide_a;
};
/ld-elfvers/vers7a.dsym
0,0 → 1,2
0+ g +DO \*ABS\* 0+ +VERS_1 +VERS_1
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_1 +(0x[0-9a-f]+ )?_?show_b
/ld-elfvers/vers5.c
0,0 → 1,53
/*
* Testcase to verify that foo@BAR and foo@@BAR are correctly detected
* as a multiply defined symbol.
*/
#include "vers.h"
 
const char * bar1 = "asdf";
const char * bar2 = "asdf";
 
int
bar()
{
return 3;
}
 
int
original_foo()
{
return 1+bar();
 
}
 
int
old_foo()
{
return 10+bar();
 
}
 
int
old_foo1()
{
return 100+bar();
 
}
 
int
new_foo()
{
return 1000+bar();
 
}
 
SYMVER(original_foo, foo@);
SYMVER(old_foo, foo@VERS_1.1);
SYMVER(old_foo1, foo@VERS_1.2);
SYMVER(new_foo, foo@@VERS_1.2);
 
int
main ()
{
return 0;
}
/ld-elfvers/vers7a.c
0,0 → 1,20
/*
* Test supplied by Ulrich. Verify that we can correctly force 'a'
* to local scope.
*/
#include "vers.h"
 
int
__a_internal (int e)
{
return e + 10;
}
 
int
__b_internal (int e)
{
return e + 42;
}
 
SYMVER(__a_internal, hide_a@@VERS_1);
SYMVER(__b_internal, show_b@@VERS_1);
/ld-elfvers/vers21.sym
0,0 → 1,3
[0-9a-f]+[ ]+g[ ]+O[ ]+\.s?data[ ]+[0-9a-f]+ (0x[0-9a-f]+ )?_?foobar@VERS\.0
[0-9a-f]+[ ]+w[ ]+F[ ]+\.(text|opd)[ ]+[0-9a-f]+ (0x[0-9a-f]+ )?_?bar@VERS\.0
[0-9a-f]+[ ]+g[ ]+F[ ]+\.(text|opd)[ ]+[0-9a-f]+ (0x[0-9a-f]+ )?_?foo@VERS\.0
/ld-elfvers/vers9.c
0,0 → 1,49
/*
* Testcase to verify that reference to foo@BAR and a definition of foo@@BAR
* are not treated as a multiple def.
*/
#include "vers.h"
 
const char * bar1 = "asdf";
const char * bar2 = "asdf";
 
extern int old_foo1();
 
int
bar()
{
return 3;
}
 
int
original_foo()
{
return 1+bar();
 
}
 
int
old_foo()
{
return 10+bar();
 
}
 
int
new_foo()
{
return 1000+bar();
 
}
 
int
main()
{
old_foo1();
return 0;
}
 
SYMVER(original_foo, foo@);
SYMVER(old_foo, foo@VERS_1.1);
SYMVER(old_foo1, foo@VERS_1.2);
SYMVER(new_foo, foo@@VERS_1.2);
/ld-elfvers/vers21.dsym
0,0 → 1,4
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+w[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+\(VERS\.0\)[ ]+(0x[0-9a-f]+|)[ ]*_?bar
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+\(VERS\.0\)[ ]+(0x[0-9a-f]+|)[ ]*_?foo
[0-9a-f]+[ ]+g[ ]+DO[ ]+\.s?data[ ]+[0-9a-f]+[ ]+\(VERS\.0\)[ ]+_?foobar
/ld-elfvers/vers27d1.c
0,0 → 1,8
#include "vers.h"
 
void
foo ()
{
}
 
SYMVER(foo, foo@VERS.0);
/ld-elfvers/vers31.map
0,0 → 1,5
VERS_31.0 {
extern "C++" {
"void f<int [3], char>(int (*) [3], char)";
};
};
/ld-elfvers/vers32a.dsym
0,0 → 1,2
0+ g +DO \*ABS\* 0+ +VERS_1 +VERS_1
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_1 +(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers17.dsym
0,0 → 1,2
0+ g +DO \*ABS\* 0+ +VERS_2\.0 +VERS_2\.0
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_2\.0 +(0x[0-9a-f]+ )?_?show_foo
/ld-elfvers/vers30.c
0,0 → 1,7
void global (void) {}
void local (void) {}
void foo (void) {}
void bar (void) {}
void info (void) {}
void baz (void) __asm ("extern");
void baz (void) {}
/ld-elfvers/vers25b.dsym
0,0 → 1,7
# Empty file.
/ld-elfvers/vers29.dsym
0,0 → 1,7
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+vers29\.so[ ]+(0x[0-9a-f]+ )?_?show
/ld-elfvers/vers24a.c
0,0 → 1,7
/* Test whether .symver x, x@foo
causes relocations against x within the same shared library
to become dynamic relocations against x@foo. */
#include "vers.h"
 
int x = 12;
SYMVER(x, x@VERS.0);
/ld-elfvers/vers32b.c
0,0 → 1,7
/* Empty */
/ld-elfvers/vers17.c
0,0 → 1,5
int
show_foo ()
{
return 99;
}
/ld-elfvers/vers26b.c
0,0 → 1,10
#pragma weak foo
 
void foo ();
 
void
ref ()
{
if (foo)
foo ();
}
/ld-elfvers/vers4.sym
0,0 → 1,10
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?foo@@VERS_2\.0
/ld-elfvers/vers6.sym
0,0 → 1,4
0+ *F? *\*UND\* 0+ _?show_foo@
0+ *F? *\*UND\* 0+ _?show_foo@VERS_1\.1
0+ *F? *\*UND\* 0+ _?show_foo@VERS_1\.2
0+ *F? *\*UND\* 0+ _?show_foo@VERS_2\.0
/ld-elfvers/vers28c.c
0,0 → 1,7
extern void foo ();
 
void
bar ()
{
foo ();
}
/ld-elfvers/vers22a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x0660090f vers22a.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers18.ver
0,0 → 1,7
Version definitions:
[1-4] 0x01 0x0964e95f vers18.so
[1-4] 0x00 0x0a7927b1 VERS_1.1
[1-4] 0x00 0x0a7927b2 VERS_1.2
VERS_1.1
[1-4] 0x00 0x0a7922b0 VERS_2.0
VERS_1.2
/ld-elfvers/vers26b.ver
0,0 → 1,7
# Empty file
/ld-elfvers/vers27d4.dsym
0,0 → 1,7
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS\.0 +(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers30.dsym
0,0 → 1,5
0+ g DO \*ABS\* 0+ VERS_30\.0 VERS_30\.0
[0-9a-f]+ g DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ VERS_30\.0 _?global
[0-9a-f]+ g DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ VERS_30\.0 _?foo
[0-9a-f]+ g DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ VERS_30\.0 _?info
[0-9a-f]+ g DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ VERS_30\.0 _?extern
/ld-elfvers/vers22a.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+\(VERS\.0\)[ ]+(0x[0-9a-f]+ )?_?bar
/ld-elfvers/vers26a.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+VERS\.0[ ]+(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers25a.map
0,0 → 1,5
VERS.0 {
global:
foo;
local: *;
};
/ld-elfvers/vers22.c
0,0 → 1,7
extern void bar ();
 
void
foo ()
{
bar ();
}
/ld-elfvers/vers27c.dsym
0,0 → 1,7
# Empty file
/ld-elfvers/vers27a.c
0,0 → 1,7
void foo () {}
/ld-elfvers/vers.exp
0,0 → 1,1002
# Expect script for ld-version tests
# Copyright 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
# 2009, 2010 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.
#
# Written by Eric Youngdale (eric@andante.jic.com)
 
#
 
# This test can only be run if ld generates native executables.
if ![isnative] then {return}
 
# This test can only be run on a couple of ELF platforms.
# Square bracket expressions seem to confuse istarget.
# This is similar to the test that is used in ld-shared, BTW.
if { ![istarget hppa*64*-*-hpux*]
&& ![istarget hppa*-*-linux*]
&& ![istarget i?86-*-sysv4*]
&& ![istarget i?86-*-unixware]
&& ![istarget i?86-*-elf*]
&& ![istarget i?86-*-linux*]
&& ![istarget i?86-*-gnu*]
&& ![istarget ia64-*-elf*]
&& ![istarget ia64-*-linux*]
&& ![istarget m68k-*-linux*]
&& ![istarget mips*-*-irix5*]
&& ![istarget powerpc*-*-elf*]
&& ![istarget powerpc*-*-linux*]
&& ![istarget powerpc*-*-sysv4*]
&& ![istarget sparc*-*-elf]
&& ![istarget sparc*-*-solaris2*]
&& ![istarget sparc*-*-linux*]
&& ![istarget arm*-*-linux*]
&& ![istarget mips*-*-linux*]
&& ![istarget alpha*-*-linux*]
&& ![istarget s390*-*-linux*]
&& ![istarget sh\[34\]*-*-linux*]
&& ![istarget x86_64-*-linux*] } {
return
}
 
if { [istarget *-*-linux*aout*]
|| [istarget *-*-linux*oldld*] } {
return
}
 
if { [istarget rs6000*-*-aix*] || [istarget powerpc*-*-aix*] } {
return
}
 
set diff diff
set tmpdir tmpdir
set VOBJDUMP_FLAGS --private-headers
set DOBJDUMP_FLAGS --dynamic-syms
set SOBJDUMP_FLAGS --syms
set shared "--shared --no-undefined-version"
set script --version-script
 
if [istarget mips*-*-*] {
set picflag ""
} else {
# Unfortunately, the gcc argument is -fpic and the cc argument is
# -KPIC. We have to try both.
set picflag "-fpic"
send_log "$CC $picflag\n"
verbose "$CC $picflag"
catch "exec $CC $picflag" exec_output
send_log "$exec_output\n"
verbose "--" "$exec_output"
if { [string match "*illegal option*" $exec_output]
|| [string match "*option ignored*" $exec_output]
|| [string match "*unrecognized option*" $exec_output]
|| [string match "*passed to ld*" $exec_output] } {
if [istarget *-*-sunos4*] {
set picflag "-pic"
} else {
set picflag "-KPIC"
}
}
}
 
case $target_triplet in {
{ ia64-*-* } { set as_options "-x" }
{ sparc-*-* } { set as_options "-Av9a" }
default { set as_options "" }
}
 
proc test_ar { test lib object expect } {
global ar
global nm
global tmpdir
global srcdir
global subdir
global diff
 
verbose -log "$ar -cr $tmpdir/$lib $tmpdir/$object"
catch "exec $ar -cr $tmpdir/$lib $tmpdir/$object" exec_output
set exec_output [prune_warnings $exec_output]
if ![string match "" $exec_output] {
verbose -log "$exec_output"
unresolved "$test"
return
}
verbose -log "$nm --print-armap $tmpdir/$lib | grep \" in \" | egrep \"VERS\\|bar\\|foo\" | sort > $tmpdir/nm.out"
 
catch "exec $nm --print-armap $tmpdir/$lib | grep \\\ in\\\ | egrep VERS\\\|bar\\\|foo | sort > $tmpdir/nm.out" exec_output
if [string match "" $exec_output] then {
catch "exec sort $srcdir/$subdir/$expect | $diff $tmpdir/nm.out -" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
pass $test
return
} else {
verbose -log "$exec_output"
fail "$test"
return
}
} else {
verbose -log "$exec_output"
fail "$test"
}
}
 
#
# objdump_emptysymstuff
# Check non-dynamic symbols and make sure there are none with '@'.
#
proc objdump_emptysymstuff { objdump object } {
global SOBJDUMP_FLAGS
global version_output
global diff
 
if ![info exists SOBJDUMP_FLAGS] { set SOBJDUMP_FLAGS "" }
 
verbose -log "$objdump $SOBJDUMP_FLAGS $object | sed -n /\@/p"
 
catch "exec $objdump $SOBJDUMP_FLAGS $object | sed -n /\@/p" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
# We shouldn't get anything here.
return 1
} else {
# it is not normal to come here - we have no output to compare.
verbose -log "$exec_output"
verbose -log "objdump_emptysymstuff: did not expect any output from objdump"
return 0
}
 
}
 
#
# objdump_emptydynsymstuff
# Check dynamic symbols and make sure there are none with '@'.
#
proc objdump_emptydynsymstuff { objdump object } {
global DOBJDUMP_FLAGS
global version_output
global diff
 
if ![info exists VOBJDUMP_FLAGS] { set VOBJDUMP_FLAGS "" }
 
verbose -log "$objdump $DOBJDUMP_FLAGS $object | sed -n /VERS/p\\\;/show/p"
 
catch "exec $objdump $DOBJDUMP_FLAGS $object | sed -n /VERS/p\\\;/show/p" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
# We shouldn't get anything here.
return 1
} else { if [string match "*objdump: *: not a dynamic object" $exec_output] then {
return 1
} else {
# it is not normal to come here - we have no output to compare.
verbose -log "$exec_output"
verbose -log "objdump_emptydynsymstuff: did not expect any output from objdump"
return 0
} }
}
 
#
# objdump_emptyverstuff
# Make sure there is no version information
#
proc objdump_emptyverstuff { objdump object } {
global VOBJDUMP_FLAGS
global version_output
global diff
global tmpdir
 
if {[which $objdump] == 0} then {
perror "$objdump does not exist"
return 0
}
 
if ![info exists VOBJDUMP_FLAGS] { set VOBJDUMP_FLAGS "" }
 
verbose -log "$objdump $VOBJDUMP_FLAGS $object | sed -n /Version/,\\\$p > $tmpdir/objdump.out"
 
catch "exec $objdump $VOBJDUMP_FLAGS $object | sed -n /Version/,\\\$p" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
# it is normal to fail here - we have no output to compare.
return 1
} else { if { [string match "*libc*" $exec_output] } then {
# this probably means that there is version information in libc, so we
# can't really perform this test.
return 1
} else {
verbose -log "$exec_output"
verbose -log "objdump_emptyverstuff: did not expect any output from objdump"
return 0
} }
 
}
 
#
# objdump_symstuff
# Dump non-dynamic symbol stuff and make sure that it is sane.
#
proc objdump_symstuff { objdump object expectfile } {
global SOBJDUMP_FLAGS
global version_output
global diff
global tmpdir
 
if ![info exists SOBJDUMP_FLAGS] { set SOBJDUMP_FLAGS "" }
 
verbose -log "$objdump $SOBJDUMP_FLAGS $object | grep \@ | sort > $tmpdir/objdump.out"
 
catch "exec $objdump $SOBJDUMP_FLAGS $object | grep \@ | sort > $tmpdir/objdump.out" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
 
# Now do a line-by-line comparison to effectively diff the darned things
# The stuff coming from the expectfile is actually a regex, so we can
# skip over the actual addresses and so forth. This is currently very
# simpleminded - it expects a one-to-one correspondence in terms of line
# numbers.
 
if [file exists $expectfile] then {
set file_a [open $expectfile r]
} else {
perror "$expectfile doesn't exist"
return 0
}
if [file exists $tmpdir/objdump.out] then {
set file_b [open $tmpdir/objdump.out r]
} else {
perror "$tmpdir/objdump.out doesn't exist"
return 0
}
 
verbose "# Diff'ing: $expectfile $tmpdir/objdump.out" 2
 
set eof -1
set differences 0
 
while { [gets $file_a line] != $eof } {
if [regexp "^#.*$" $line] then {
continue
} else {
lappend list_a $line
}
}
close $file_a
 
while { [gets $file_b line] != $eof } {
if [regexp "^#.*$" $line] then {
continue
} else {
lappend list_b $line
}
}
close $file_b
for { set i 0 } { $i < [llength $list_a] } { incr i } {
set line_a [lindex $list_a $i]
set line_b [lindex $list_b $i]
 
verbose "\t$expectfile: $i: $line_a" 3
verbose "\t/tmp/objdump.out: $i: $line_b" 3
if [regexp $line_a $line_b] then {
continue
} else {
verbose -log "\t$expectfile: $i: $line_a"
verbose -log "\t$tmpdir/objdump.out: $i: $line_b"
return 0
}
}
if { [llength $list_a] != [llength $list_b] } {
verbose -log "Line count"
return 0
}
if $differences<1 then {
return 1
}
return 0
} else {
verbose -log "$exec_output"
return 0
}
 
}
 
#
# objdump_dymsymstuff
# Dump dynamic symbol stuff and make sure that it is sane.
#
proc objdump_dynsymstuff { objdump object expectfile } {
global DOBJDUMP_FLAGS
global version_output
global diff
global tmpdir
 
if ![info exists DOBJDUMP_FLAGS] { set DOBJDUMP_FLAGS "" }
 
verbose -log "$objdump $DOBJDUMP_FLAGS $object | sed -n /VERS/p\\\;/show/p | sort | uniq > $tmpdir/objdump.out"
 
catch "exec $objdump $DOBJDUMP_FLAGS $object | sed -n /VERS/p\\\;/show/p | sort | uniq > $tmpdir/objdump.out" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
 
# Now do a line-by-line comparison to effectively diff the darned things
# The stuff coming from the expectfile is actually a regex, so we can
# skip over the actual addresses and so forth. This is currently very
# simpleminded - it expects a one-to-one correspondence in terms of line
# numbers.
 
if [file exists $expectfile] then {
set file_a [open $expectfile r]
} else {
warning "$expectfile doesn't exist"
return 0
}
if [file exists $tmpdir/objdump.out] then {
set file_b [open $tmpdir/objdump.out r]
} else {
fail "$tmpdir/objdump.out doesn't exist"
return 0
}
 
verbose "# Diff'ing: $expectfile $tmpdir/objdump.out" 2
 
set eof -1
set differences 0
 
while { [gets $file_a line] != $eof } {
if [regexp "^#.*$" $line] then {
continue
} else {
lappend list_a $line
}
}
close $file_a
 
while { [gets $file_b line] != $eof } {
if [regexp "^#.*$" $line] then {
continue
} else {
lappend list_b $line
}
}
close $file_b
# Support empty files.
if { ![info exists list_a] && ![info exists list_b] } then {
return 1
}
 
for { set i 0 } { $i < [llength $list_b] } { incr i } {
set line_b [lindex $list_b $i]
# The tests are rigged so that we should never export a symbol with the
# word 'hide' in it. Thus we just search for it, and bail if we find it.
if [regexp "hide" $line_b] then {
verbose -log "\t$tmpdir/objdump.out: $i: $line_b"
return 0
}
 
verbose "\t$expectfile: $i: $line_b" 3
 
# We can't assume that the sort is consistent across
# systems, so we must check each regexp. When we find a
# regexp, we null it out, so we don't match it twice.
for { set j 0 } { $j < [llength $list_a] } { incr j } {
set line_a [lindex $list_a $j]
 
if [regexp $line_a $line_b] then {
lreplace $list_a $j $j "CAN NOT MATCH"
break
}
}
 
if { $j >= [llength $list_a] } {
verbose -log "\t$tmpdir/objdump.out: $i: $line_b"
return 0
}
}
if { [llength $list_a] != [llength $list_b] } {
verbose -log "Line count"
return 0
}
if $differences<1 then {
return 1
}
return 0
} else {
verbose -log "$exec_output"
return 0
}
 
}
 
#
# objdump_versionstuff
# Dump version definitions/references and make sure that it is sane.
#
proc objdump_versionstuff { objdump object expectfile } {
global VOBJDUMP_FLAGS
global version_output
global diff
global tmpdir
 
if {[which $objdump] == 0} then {
perror "$objdump does not exist"
return 0
}
 
if ![info exists VOBJDUMP_FLAGS] { set VOBJDUMP_FLAGS "" }
 
verbose -log "$objdump $VOBJDUMP_FLAGS $object | sed -n /Version/,\\\$p > $tmpdir/objdump.out"
 
catch "exec $objdump $VOBJDUMP_FLAGS $object | sed -n /Version/,\\\$p > $tmpdir/objdump.out" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
 
# It's OK if there are extra lines in the actual output; they
# may come from version information in libc. We require that
# every line in EXPECTFILE appear in the output in any order.
 
set f2 [open $expectfile r]
while { [gets $f2 l2] != -1 } {
if { ![regexp "^#.*$" $l2] } then {
set f1 [open $tmpdir/objdump.out r]
while { [gets $f1 l1] != -1 } {
if { [string match $l2 $l1] } then {
break
}
}
close $f1
 
if { ![string match $l2 $l1] } then {
verbose -log "Did not find \"$l2\""
set f1 [open $tmpdir/objdump.out r]
while { [gets $f1 l1] != -1 } {
verbose -log $l1
}
close $f1
close $f2
return 0
}
}
}
close $f2
return 1
} else {
verbose -log "$exec_output"
return 0
}
}
 
proc build_binary { shared pic test source libname other mapfile verexp versymexp symexp ldargs } {
global ld
global srcdir
global subdir
global exec_output
global host_triplet
global tmpdir
global as
global as_options
global objdump
global CC
global CFLAGS
global script
 
if ![ld_compile "$CC -S $pic $CFLAGS" $srcdir/$subdir/$source $tmpdir/$libname.s] {
unresolved "$test"
return
}
 
if ![ld_assemble $as "$as_options $tmpdir/$libname.s" $tmpdir/$libname.o ] {
unresolved "$test"
return
}
 
set other_lib ""
if ![string match "" $other] then {
foreach o $other {
set other_lib "$other_lib $tmpdir/$o"
}
}
 
if [string match "" $mapfile] then {
set script_arg ""
} else {
set script_arg "$script $srcdir/$subdir/$mapfile"
}
 
if {![ld_simple_link $ld $tmpdir/$libname.so "$shared $tmpdir/$libname.o $other_lib $script_arg $ldargs"]} {
fail "$test"
return
}
 
if {![objdump_versionstuff $objdump $tmpdir/$libname.so $srcdir/$subdir/$verexp ]} {
fail "$test"
return
}
 
if {![objdump_dynsymstuff $objdump $tmpdir/$libname.so $srcdir/$subdir/$versymexp ]} {
fail "$test"
return
}
 
if [string match "" $symexp] then {
if {![objdump_emptysymstuff $objdump $tmpdir/$libname.o ]} {
fail "$test"
return
}
} else {
if {![objdump_symstuff $objdump $tmpdir/$libname.o $srcdir/$subdir/$symexp ]} {
fail "$test"
return
}
}
 
pass $test
}
 
proc build_executable { test source libname other mapfile verexp versymexp symexp } {
build_binary "" "" $test $source $libname $other $mapfile $verexp $versymexp $symexp ""
}
 
proc build_vers_lib_no_pic { test source libname other mapfile verexp versymexp symexp } {
global shared
build_binary $shared "" $test $source $libname $other $mapfile $verexp $versymexp $symexp ""
}
 
proc build_vers_lib_pic { test source libname other mapfile verexp versymexp symexp } {
global picflag
global shared
build_binary $shared $picflag $test $source $libname $other $mapfile $verexp $versymexp $symexp ""
}
 
proc build_vers_lib_pic_flags { test source libname other mapfile verexp versymexp symexp ldargs } {
global picflag
global shared
build_binary $shared $picflag $test $source $libname $other $mapfile $verexp $versymexp $symexp $ldargs
}
 
proc test_ldfail { test flag source execname other mapfile whyfail } {
global srcdir
global subdir
global exec_output
global host_triplet
global tmpdir
global as
global as_options
global objdump
global CC
global CFLAGS
global script
 
if [string match "" $other] then {
set other_lib ""
} else {
set other_lib $tmpdir/$other
}
 
if ![ld_compile "$CC -S $flag $CFLAGS" $srcdir/$subdir/$source $tmpdir/$execname.s] {
unresolved "$test"
return
}
 
if ![ld_assemble $as "$as_options $tmpdir/$execname.s" $tmpdir/$execname.o ] {
unresolved "$test"
return
}
 
verbose -log "This link should fail because of $whyfail"
 
if [string match "" $mapfile] then {
set script_arg ""
} else {
set script_arg "-Wl,$script $srcdir/$subdir/$mapfile"
}
 
if {![ld_simple_link $CC $tmpdir/$execname "$tmpdir/$execname.o $other_lib $script_arg"]} {
pass "$test"
return
}
fail "$test"
}
 
proc test_asfail { test flag source execname whyfail } {
global srcdir
global subdir
global tmpdir
global as
global CC
global CFLAGS
 
if ![ld_compile "$CC -S $flag $CFLAGS" $srcdir/$subdir/$source $tmpdir/$execname.s] {
unresolved "$test"
return
}
 
verbose -log "This assemble should fail because of $whyfail"
catch "exec $as -o $tmpdir/$execname.o $tmpdir/$execname.s" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
fail "$test"
return
}
verbose -log "$exec_output"
pass "$test"
}
 
proc test_strip_vers_lib { test srclib libname verexp versymexp } {
global strip
global srcdir
global subdir
global exec_output
global host_triplet
global tmpdir
global objdump
 
verbose -log "cp $tmpdir/$srclib $tmpdir/$libname.so"
exec cp $tmpdir/$srclib $tmpdir/$libname.so
 
verbose -log "$strip $tmpdir/$libname.so"
catch "exec $strip $tmpdir/$libname.so" exec_output
if [string match "" $exec_output] then {
 
# If strip went OK, then run the usual tests on the thing to make sure that
# it is sane.
if {![objdump_versionstuff $objdump $tmpdir/$libname.so $srcdir/$subdir/$verexp ]} {
fail "$test"
return
}
if {![objdump_dynsymstuff $objdump $tmpdir/$libname.so $srcdir/$subdir/$versymexp ]} {
fail "$test"
return
}
} else {
verbose -log "$exec_output"
fail "$test"
return
}
pass $test
}
 
 
proc build_exec { test source execname flags solibname verexp versymexp symexp } {
global srcdir
global subdir
global exec_output
global host_triplet
global tmpdir
global as
global as_options
global objdump
global CC
global CFLAGS
 
set shared "--shared --no-undefined-version"
set script --version-script
if ![ld_compile "$CC -S $CFLAGS" $srcdir/$subdir/$source $tmpdir/$execname.s] {
unresolved "$test"
return
}
 
if ![ld_assemble $as "$as_options $tmpdir/$execname.s" $tmpdir/$execname.o ] {
unresolved "$test"
return
}
 
if [string match "" $solibname] then {
set solibname_lib ""
} else {
set solibname_lib $tmpdir/$solibname
}
 
if {![ld_simple_link $CC $tmpdir/$execname "$flags $tmpdir/$execname.o $solibname_lib"]} {
fail "$test"
return
}
 
if [string match "" $verexp] then {
#
# Make sure we get nothing back.
#
if {![objdump_emptyverstuff $objdump $tmpdir/$execname ]} {
fail "$test"
return
}
} else {
if {![objdump_versionstuff $objdump $tmpdir/$execname $srcdir/$subdir/$verexp ]} {
fail "$test"
return
}
}
 
if [string match "" $versymexp] then {
if {![objdump_emptydynsymstuff $objdump $tmpdir/$execname ]} {
fail "$test"
return
}
} else {
if {![objdump_dynsymstuff $objdump $tmpdir/$execname $srcdir/$subdir/$versymexp ]} {
fail "$test"
return
}
}
 
if [string match "" $symexp] then {
if {![objdump_emptysymstuff $objdump $tmpdir/$execname.o ]} {
fail "$test"
return
}
} else {
if {![objdump_symstuff $objdump $tmpdir/$execname.o $srcdir/$subdir/$symexp ]} {
fail "$test"
return
}
}
 
pass $test
}
 
if [istarget x86_64-*-linux*] {
# x86_64 doesn't like non-pic shared libraries
set pic "yes"
} else {
set pic "no"
}
 
#
# Basic test - build a library with versioned symbols.
#
build_vers_lib_pic "vers1" vers1.c vers1 "" vers1.map vers1.ver vers1.dsym vers1.sym
 
 
#
# Test #2 - build a library, and link it against the library we built in step
# 1.
#
build_vers_lib_pic "vers2" vers2.c vers2 vers1.so vers2.map vers2.ver vers2.dsym ""
 
#
# Test #3 - build an executable, and link it against vers1.so.
#
build_exec "vers3" vers3.c vers3 "" vers1.so vers3.ver vers3.dsym ""
 
#
# Test #4 - Make sure a version implicitly defined in an executable
# causes a version node to be created. Verify this both with and without
# --export-dynamic.
#
 
# This test fails on MIPS. On the MIPS we must put foo in the dynamic
# symbol table, which the test does not expect.
setup_xfail "mips*-*-*"
build_exec "vers4" vers4.c vers4 "" "" "" "" vers4.sym
 
build_exec "vers4a" vers4.c vers4a "-Wl,-export-dynamic" "" vers4a.ver vers4a.dsym vers4a.sym
 
# Verify that --no-export-dynamic undoes the effect of --export-dynamic.
setup_xfail "mips*-*-*"
build_exec "vers4b" vers4.c vers4b "-Wl,-export-dynamic -Wl,--no-export-dynamic" "" "" "" vers4.sym
 
 
#
# Try multiple definitions foo@BAR and foo@@BAR and make sure the linker
# complains.
#
test_ldfail "vers5" "" vers5.c vers5 "" "" "multiple definition of foo@VERS_1.2"
 
#
#
# Now build a test that should reference a bunch of versioned symbols.
# All of them should be correctly referenced.
#
build_exec "vers6" vers6.c vers6 "" vers1.so vers6.ver vers6.dsym vers6.sym
 
#
# Another test to verify that something made local via 'local' is truly not
# accessible.
#
if [string match "yes" $pic] then {
xfail "vers7a"
xfail "vers7"
} else {
build_vers_lib_no_pic "vers7a" vers7a.c vers7a "" vers7.map vers7a.ver vers7a.dsym vers7a.sym
 
test_ldfail "vers7" "" vers7.c vers7 vers7a.so "" "undefined reference to hide_a"
}
 
 
#
# This test is designed to verify that we can pass a linker script on the
# command line as if it were a normal .o file.
#
catch "exec cp $srcdir/$subdir/vers8.map $tmpdir/" ignore_output
build_vers_lib_pic "vers8" vers1.c vers8 vers8.map "" vers8.ver vers1.dsym vers1.sym
 
#
# This test tries to make sure that version references to versioned symbols
# don't collide with default definitions with the same symbol.
#
build_exec "vers9" vers9.c vers9 "-Wl,-export-dynamic" "" vers9.ver vers9.dsym vers9.sym
 
 
#
# Try and use a non-existant version node. The linker should fail with
# an error message.
#
test_ldfail "vers10" "-DDO_TEST10" vers1.c vers10 "" "vers1.map --shared" "invalid version"
 
#
# Try and some things the assembler should complain about.
#
test_asfail "vers11" "-DDO_TEST11" vers1.c vers11 "no @ in symver"
 
test_asfail "vers12" "-DDO_TEST12" vers1.c vers12 "extern version definition"
 
#
# Put a shared library in an archive library, and make sure the global
# archive symbol table is sane.
#
test_ar "ar with versioned solib" vers13.a vers1.so vers13.asym
 
#
# Strip a shared library, and make sure we didn't screw something up in there.
#
test_strip_vers_lib "vers14" vers1.so vers14 vers1.ver vers1.dsym
 
 
#
# Build another test with some versioned symbols. Here we are going to
# try and override something from the library, and we shouldn't get
# any errors.
#
build_exec "vers15" vers15.c vers15 "" vers1.so vers15.ver vers15.dsym vers15.sym
 
#
# Test that when we override a versioned symbol from the library this
# symbol appears in the dynamic symbol table of the executable.
#
build_vers_lib_pic "vers16a" vers16a.c vers16a "" vers16.map vers16a.ver vers16a.dsym ""
build_exec "vers16" vers16.c vers16 "" vers16a.so "" vers16.dsym ""
 
# Test a weak versioned symbol.
build_vers_lib_pic "vers17" vers17.c vers17 "" vers17.map vers17.ver vers17.dsym ""
build_vers_lib_pic "vers18" vers18.c vers18 vers17.so vers18.map vers18.ver vers18.dsym vers18.sym
build_exec "vers19" vers19.c vers19 "-Wl,-rpath,. -Wl,-rpath-link,." vers18.so vers19.ver vers19.dsym ""
 
build_vers_lib_no_pic "vers20a" vers20.c vers20a "" vers20.map vers20a.ver vers20.dsym ""
exec cp $tmpdir/vers20a.so $tmpdir/vers20b.so
build_vers_lib_no_pic "vers20" vers20.c vers20 "vers20a.so vers20b.so" vers20.map vers20.ver vers20.dsym ""
 
# Test .symver override.
build_vers_lib_pic "vers21" vers21.c vers21 "" vers21.map vers21.ver vers21.dsym vers21.sym
 
# Test moving default definition from one DSO to another.
build_vers_lib_pic "vers22a" vers22a.c vers22a "" vers22.map vers22a.ver vers22a.dsym vers22a.sym
build_vers_lib_pic "vers22b" vers22b.c vers22b "" vers22.map vers22b.ver vers22b.dsym ""
build_vers_lib_pic "vers22" vers22.c vers22 "vers22a.so vers22b.so" "" vers22.ver vers22.dsym ""
 
# Test versioned definitions in different files.
if [string match "yes" $pic] then {
xfail "vers23a"
xfail "vers23b"
xfail "vers23c"
xfail "vers23d"
xfail "vers23"
} else {
build_vers_lib_no_pic "vers23a" vers23a.c vers23a "" vers23a.map vers23a.ver vers23a.dsym vers23a.sym
build_vers_lib_no_pic "vers23b" vers23b.c vers23b "" vers23b.map vers23b.ver vers23b.dsym ""
build_vers_lib_no_pic "vers23c" vers23b.c vers23c "vers23a.so" vers23b.map vers23c.ver vers23b.dsym ""
build_exec "vers23d" vers23.c vers23d "tmpdir/vers23a.so tmpdir/vers23c.so" "" vers23.ver vers23d.dsym ""
build_exec "vers23" vers23.c vers23 "tmpdir/vers23a.so tmpdir/vers23b.o tmpdir/vers23b.so" "" vers23.ver vers23.dsym ""
}
 
# Test .symver x,x@VERS.0
set as_pic_flags ""
if [istarget sparc*-*-*] {
set as_pic_flags "-K PIC"
}
run_ld_link_tests [list "\"vers24a\"
\"-shared --version-script $srcdir/$subdir/vers24.map\"
\"$as_pic_flags $as_options\" {vers24a.c vers24b.c} { { readelf -Wrs vers24.rd } }
\"libvers24a.so\" \"-fpic\""]
run_ld_link_tests [list "\"vers24b\"
\"-shared --version-script $srcdir/$subdir/vers24.map\"
\"$as_pic_flags $as_options\" {vers24b.c vers24a.c} { { readelf -Wrs vers24.rd } }
\"libvers24b.so\" \"-fpic\""]
run_ld_link_tests [list "\"vers24c\"
\"-shared --version-script $srcdir/$subdir/vers24.map\"
\"$as_pic_flags $as_options\" {vers24c.c} { { readelf -Wrs vers24.rd } }
\"libvers24c.so\" \"-fpic\""]
 
# Test versioned definition vs. normal definition in different files.
if [string match "yes" $pic] then {
xfail "vers25a"
xfail "vers25b1"
xfail "vers25b2"
} else {
build_vers_lib_no_pic "vers25a" vers25a.c vers25a "" vers25a.map vers25a.ver vers25a.dsym ""
build_vers_lib_no_pic "vers25b1" vers25b.c vers25b1 "vers25a.o vers25a.so" "" vers25b.ver vers25b.dsym ""
build_vers_lib_no_pic "vers25b2" vers25b.c vers25b2 "vers25a.so vers25a.o" "" vers25b.ver vers25b.dsym ""
}
 
build_vers_lib_pic "vers26a" vers26a.c vers26a "" vers26a.map vers26a.ver vers26a.dsym ""
build_vers_lib_pic "vers26b1" vers26b.c vers26b1 "" "" vers26b.ver vers26b.dsym ""
build_vers_lib_pic "vers26b2" vers26b.c vers26b2 "vers26a.so vers26b1.so vers26a.o" "" vers26b.ver vers26b.dsym ""
if [string match "yes" $pic] then {
xfail "vers26b3"
} else {
build_vers_lib_no_pic "vers26b3" vers26b.c vers26b3 "vers26a.so vers26b1.so vers26a.o" "" vers26b.ver vers26b.dsym ""
}
 
# Test versioned definition vs. hidden definition in different files.
if [string match "yes" $pic] then {
xfail "vers27a"
xfail "vers27b"
xfail "vers27c1"
xfail "vers27c2"
xfail "vers27d1"
xfail "vers27d2"
xfail "vers27d3"
xfail "vers27d4"
xfail "vers27d5"
} else {
build_vers_lib_no_pic "vers27a" vers27a.c vers27a "" vers27a.map vers27a.ver vers27a.dsym ""
build_vers_lib_no_pic "vers27b" vers27b.c vers27b "" "" vers27b.ver vers27b.dsym ""
build_vers_lib_no_pic "vers27c1" vers27c.c vers27c1 "vers27b.o vers27a.so" "" vers27c.ver vers27c.dsym ""
build_vers_lib_no_pic "vers27c2" vers27c.c vers27c2 "vers27a.so vers27b.o" "" vers27c.ver vers27c.dsym ""
build_vers_lib_pic "vers27d1" vers27d1.c vers27d1 "" vers27a.map vers27d.ver vers27d.dsym vers27d.sym
build_vers_lib_pic "vers27d2" vers27d2.c vers27d2 "" "" vers27b.ver vers27b.dsym ""
build_executable "vers27d3" vers27d3.c vers27d3 "vers27b.o vers27d2.so vers27d1.so" "" vers27b.ver vers27b.dsym ""
build_vers_lib_pic "vers27d4" vers27d2.c vers27d4 "vers27a.so" "" vers27d4.ver vers27d4.dsym ""
build_executable "vers27d5" vers27d3.c vers27d5 "vers27d4.so vers27b.o vers27a.so" "" vers27b.ver vers27b.dsym ""
}
 
# Test weak versioned definition vs. strong definition in different
# files.
build_vers_lib_pic "vers28a" vers28a.c vers28a "" "" vers28a.ver vers28a.dsym ""
build_vers_lib_pic "vers28b" vers28b.c vers28b "" vers28b.map vers28b.ver vers28b.dsym ""
build_vers_lib_pic "vers28c" vers28c.c vers28c "vers28b.so vers28a.so" "" vers28c.ver vers28c.dsym ""
build_vers_lib_pic_flags "vers29" vers29.c vers29 "" "" vers29.ver vers29.dsym "" "--default-symver"
 
# Test #30 - test handling of symbol names global, local and extern in the
# version script.
build_vers_lib_pic "vers30" vers30.c vers30 "" vers30.map vers30.ver vers30.dsym ""
 
# Test #31 -- quoted strings in version sections.
build_vers_lib_pic "vers31" vers31.c vers31 "" vers31.map vers31.ver vers31.dsym ""
 
# Test #32 -- linker --defsym
build_vers_lib_pic "vers32a" vers32a.c vers32a "" vers32.map vers32a.ver vers32a.dsym ""
build_vers_lib_pic_flags "vers32b" vers32b.c vers32b "vers32a.so" vers32.map vers32b.ver vers32b.dsym "" "--defsym foo=0"
/ld-elfvers/vers21.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x0965595f vers21.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers23.ver
0,0 → 1,4
Version References:
required from tmpdir/vers23a.so:
0x05aa7610 0x00 ?? VERS.0
 
/ld-elfvers/vers23b.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x065e990f vers23b.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers2.c
0,0 → 1,13
/*
* Test function. This is built into a shared library, and references a
* versioned symbol foo that is in test.so.
*/
#include <stdio.h>
 
extern int show_foo ();
 
void
show_xyzzy()
{
printf("%d", show_foo());
}
/ld-elfvers/vers27a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x065b090f vers27a.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers29.ver
0,0 → 1,3
Version definitions:
[1-2] 0x01 0x0965d95f vers29.so
[1-2] 0x00 0x0965d95f vers29.so
/ld-elfvers/vers27c.ver
0,0 → 1,3
# Empty file
/ld-elfvers/vers6.c
0,0 → 1,26
/*
* Testcase to make sure that if we externally reference a versioned symbol
* that we always get the right one.
*/
#include <stdio.h>
#include "vers.h"
 
extern int foo_1();
extern int foo_2();
extern int foo_3();
extern int foo_4();
 
int
main()
{
printf("Expect 4, get %d\n", foo_1());
printf("Expect 13, get %d\n", foo_2());
printf("Expect 103, get %d\n", foo_3());
printf("Expect 1003, get %d\n", foo_4());
return 0;
}
 
SYMVER(foo_1, show_foo@);
SYMVER(foo_2, show_foo@VERS_1.1);
SYMVER(foo_3, show_foo@VERS_1.2);
SYMVER(foo_4, show_foo@VERS_2.0);
/ld-elfvers/vers2.ver
0,0 → 1,8
Version definitions:
[1-2] 0x01 0x0c96525f vers2.so
[1-2] 0x00 0x08785b51 VERS_XXX_1.1
 
Version References:
required from tmpdir/vers1.so:
0x0a7922b0 0x00 03 VERS_2.0
 
/ld-elfvers/vers27d2.c
0,0 → 1,7
void foo ();
 
void
ref ()
{
foo ();
}
/ld-elfvers/vers23.dsym
0,0 → 1,7
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS\.0 +(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers6.ver
0,0 → 1,6
Version References:
required from tmpdir/vers1.so:
0x0a7927b1 0x00 ?? VERS_1.1
0x0a7927b2 0x00 ?? VERS_1.2
0x0a7922b0 0x00 ?? VERS_2.0
 
/ld-elfvers/vers16a.dsym
0,0 → 1,3
[0-9a-f]+ g +DO (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_1\.1 +VERS_1\.1
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_1\.1 +(0x[0-9a-f]+ )?_?show_bar
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +Base +(0x[0-9a-f]+ )?_?show_foo
/ld-elfvers/vers16.map
0,0 → 1,3
VERS_1.1 {
global: show_bar;
};
/ld-elfvers/vers8.ver
0,0 → 1,8
Version definitions:
[1-4] 0x01 0x0c96b25f vers8.so
[1-4] 0x00 0x0a7927b1 VERS_1.1
[1-4] 0x00 0x0a7927b2 VERS_1.2
VERS_1.1
[1-4] 0x00 0x0a7922b0 VERS_2.0
VERS_1.2
 
/ld-elfvers/vers31.c
0,0 → 1,6
/* void f<int [3], char>(int (*) [3], char) */
void _Z1fIA3_icEvPT_T0_() {}
 
/* void f<double [3], long>(double (*) [3], long) */
void _Z1fIA3_dlEvPT_T0_() {}
 
/ld-elfvers/vers19.dsym
0,0 → 1,6
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS_2\.0 +(0x[0-9a-f]+ )?_?show_foo
/ld-elfvers/vers18.map
0,0 → 1,12
VERS_1.1 {
local:
hide_old*;
hide_original*;
hide_new*;
};
 
VERS_1.2 {
} VERS_1.1;
 
VERS_2.0 {
} VERS_1.2;
/ld-elfvers/vers22a.c
0,0 → 1,8
#include "vers.h"
 
SYMVER(_old_bar, bar@VERS.0);
 
void
_old_bar ()
{
}
/ld-elfvers/vers28b.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+w[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+VERS\.0[ ]+(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers24b.c
0,0 → 1,5
extern int x;
void foo (void)
{
x = 24;
}
/ld-elfvers/vers16a.c
0,0 → 1,8
int show_bar ()
{
return 1;
}
int show_foo ()
{
return show_bar ();
}
/ld-elfvers/vers18.c
0,0 → 1,44
#include "vers.h"
 
int
bar ()
{
return 3;
}
 
#pragma weak hide_original_foo
 
int
hide_original_foo ()
{
return 1 + bar ();
}
 
#pragma weak hide_old_foo
 
int
hide_old_foo ()
{
return 10 + bar();
}
 
#pragma weak hide_old_foo1
 
int
hide_old_foo1 ()
{
return 100 + bar ();
}
 
#pragma weak hide_new_foo
 
int
hide_new_foo ()
{
return 1000 + bar ();
}
 
SYMVER(hide_original_foo, show_foo@);
SYMVER(hide_old_foo, show_foo@VERS_1.1);
SYMVER(hide_old_foo1, show_foo@VERS_1.2);
SYMVER(hide_new_foo, show_foo@@VERS_2.0);
/ld-elfvers/vers1.dsym
0,0 → 1,9
0+ g +DO \*ABS\* 0+ +VERS_1\.1 +VERS_1\.1
0+ g +DO \*ABS\* 0+ +VERS_1\.2 +VERS_1\.2
0+ g +DO \*ABS\* 0+ +VERS_2\.0 +VERS_2\.0
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(Base\) +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(VERS_1\.1\) +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(VERS_1\.2\) +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_2\.0 +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ g +DO (\.s?data|\*ABS\*) [0-9a-f]+ +VERS_2\.0 +_?show_bar1
[0-9a-f]+ g +DO (\.s?data|\*ABS\*) [0-9a-f]+ +VERS_2\.0 +_?show_bar2
/ld-elfvers/vers30.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x0966695f vers30.so
[1-2] 0x00 0x079239b0 VERS_30.0
 
/ld-elfvers/vers7a.sym
0,0 → 1,2
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?hide_a@@VERS_1
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_b@@VERS_1
/ld-elfvers/vers32b.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x066f990f vers32b.so
[1-2] 0x00 0x05aa7921 VERS_1
 
/ld-elfvers/vers9.dsym
0,0 → 1,4
0+ g +DO \*ABS\* 0+ +VERS_1\.1 +VERS_1\.1
0+ g +DO \*ABS\* 0+ +VERS_1\.2 +VERS_1\.2
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(VERS_1\.1\) +(0x[0-9a-f]+ )?_?foo
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_1\.2 +(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers28b.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x0659990f vers28b.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers13.asym
0,0 → 1,10
VERS_1.1 in vers1.so
VERS_1.2 in vers1.so
VERS_2.0 in vers1.so
bar in vers1.so
show_bar1 in vers1.so
show_bar2 in vers1.so
show_foo@ in vers1.so
show_foo@@VERS_2.0 in vers1.so
show_foo@VERS_1.1 in vers1.so
show_foo@VERS_1.2 in vers1.so
/ld-elfvers/vers15.sym
0,0 → 1,3
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@VERS_1\.1
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@@VERS_1\.2
/ld-elfvers/vers20.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS_1\.1[ ]+VERS_1\.1
[0-9a-f]+[ ]+g[ ]+DO[ ]+\.s?bss[ ]+[0-9a-f]+[ ]+VERS_1\.1[ ]+_?show_foo
/ld-elfvers/vers21.map
0,0 → 1,8
VERS.0 {
global:
bar;
foo;
foobar;
local:
*;
};
/ld-elfvers/vers16.dsym
0,0 → 1,2
[0-9a-f]+ g +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+( +Base +)? (0x[0-9a-f]+ )?_?show_bar
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +(0x[0-9a-f]+ )?_?show_foo
/ld-elfvers/vers25a.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+VERS\.0[ ]+(0x[0-9a-f]+ )?_?foo
/ld-elfvers/vers23b.map
0,0 → 1,4
VERS.0 {
global:
bar;
};
/ld-elfvers/vers27a.map
0,0 → 1,5
VERS.0 {
global:
foo;
local: *;
};
/ld-elfvers/vers23.c
0,0 → 1,10
extern void bar ();
extern void foo ();
 
int
main ()
{
bar ();
foo ();
return 0;
}
/ld-elfvers/vers25a.c
0,0 → 1,10
void foo () {}
/ld-elfvers/vers27b.c
0,0 → 1,3
#include "vers.h"
void foo () {}
asm (".hidden " SYMPFX(foo));
/ld-elfvers/vers4a.sym
0,0 → 1,3
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?foo@@VERS_2\.0
/ld-elfvers/vers2.map
0,0 → 1,4
 
VERS_XXX_1.1 {
show_xyzzy;
};
/ld-elfvers/vers6.dsym
0,0 → 1,4
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS_2.0 +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS_1.2 +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS_1.1 +(0x[0-9a-f]+ )?_?show_foo
/ld-elfvers/vers3.c
0,0 → 1,13
/*
* Main program for test1, test2.
*/
#include <stdio.h>
 
extern int show_foo ();
 
int
main()
{
printf("%d\n", show_foo());
return 0;
}
/ld-elfvers/vers25b.ver
0,0 → 1,13
# Empty file
/ld-elfvers/vers8.map
0,0 → 1,15
VERSION {
VERS_1.1 {
local:
hide_old*;
hide_original*;
hide_new*;
};
VERS_1.2 {
} VERS_1.1;
VERS_2.0 {
show_bar1; show_bar2;
} VERS_1.2;
}
/ld-elfvers/vers7.c
0,0 → 1,13
/*
* Test program that goes with test7.so
*/
 
extern int hide_a();
extern int show_b();
 
int
main()
{
return hide_a(1) + show_b(1);
return 0;
}
/ld-elfvers/vers23a.sym
0,0 → 1,13
[0-9a-f]+[ ]+g[ ]+F[ ]+\.(text|opd)[ ]+[0-9a-f]+ (0x[0-9a-f]+ )?_?bar@VERS.0
/ld-elfvers/vers30.map
0,0 → 1,6
VERS_30.0 {
global:
foo; info; global; extern "C" { extern; };
local:
local; bar; *;
};
/ld-elfvers/vers27d3.c
0,0 → 1,21
extern void ref ();
extern void foo ();
 
void
_start ()
{
foo ();
ref ();
}
 
void
__start ()
{
_start ();
}
 
void
start ()
{
__start ();
}
/ld-elfvers/vers32.map
0,0 → 1,21
VERS_1 { foo; };
/ld-elfvers/vers23b.dsym
0,0 → 1,2
0+[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+0+[ ]+VERS\.0[ ]+VERS\.0
[0-9a-f]+[ ]+g[ ]+DF[ ]+\.(text|opd)[ ]+[0-9a-f]+[ ]+VERS\.0[ ]+(0x[0-9a-f]+ )?_?bar
/ld-elfvers/vers7a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x096d595f vers7a.so
[1-2] 0x00 0x05aa7921 VERS_1
 
/ld-elfvers/vers27d.sym
0,0 → 1,4
[0-9a-f]+[ ]+g[ ]+F[ ]+\.(text|opd)[ ]+[0-9a-f]+ (0x[0-9a-f]+ )?_?foo@VERS\.0
/ld-elfvers/vers27b.dsym
0,0 → 1,4
# Empty file
/ld-elfvers/vers.h
0,0 → 1,9
/* Add the symbol prefix to the symbol as needed.
Usage: SYMPFX(foo); */
#define __SYMPFX(pfx, sym) #pfx sym
#define _SYMPFX(pfx, sym) __SYMPFX(pfx, sym)
#define SYMPFX(sym) _SYMPFX(__USER_LABEL_PREFIX__, #sym)
 
/* Generate a .symver reference with symbol prefixes.
Usage: SYMVER(foo, foobar@ver); */
#define SYMVER(name, name2) __asm__(".symver " SYMPFX(name) "," SYMPFX(name2))
/ld-elfvers/vers15.c
0,0 → 1,37
/*
* Testcase to make sure that if we externally reference a versioned symbol
* that we always get the right one.
*/
#include <stdio.h>
#include "vers.h"
 
int
foo_1()
{
return 1034;
}
 
int
foo_2()
{
return 1343;
}
 
int
foo_3()
{
return 1334;
}
 
int
main()
{
printf("Expect 4, get %d\n", foo_1());
printf("Expect 13, get %d\n", foo_2());
printf("Expect 103, get %d\n", foo_3());
return 0;
}
 
SYMVER(foo_1, show_foo@);
SYMVER(foo_2, show_foo@VERS_1.1);
SYMVER(foo_3, show_foo@@VERS_1.2);
/ld-elfvers/vers22b.c
0,0 → 1,4
void
bar ()
{
}
/ld-elfvers/vers28b.map
0,0 → 1,5
VERS.0 {
global:
foo;
local: *;
};
/ld-elfvers/vers1.sym
0,0 → 1,4
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@VERS_1\.1
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@VERS_1\.2
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?show_foo@@VERS_2\.0
/ld-elfvers/vers24c.c
0,0 → 1,11
/* Test whether .symver x, x@foo
causes relocations against x within the same shared library
to become dynamic relocations against x@foo. */
#include "vers.h"
 
int x = 12;
SYMVER(x, x@VERS.0);
void foo (void)
{
x = 24;
}
/ld-elfvers/vers19.c
0,0 → 1,10
#include <stdio.h>
 
extern int show_foo ();
 
int
main ()
{
printf ("%d\n", show_foo ());
return 0;
}
/ld-elfvers/vers28a.c
0,0 → 1,10
void foo () {}
/ld-elfvers/vers27d4.ver
0,0 → 1,3
Version References:
required from tmpdir/vers27a.so:
0x05aa7610 0x00 02 VERS.0
/ld-elfvers/vers3.dsym
0,0 → 1,3
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS_2\.0 +(0x[0-9a-f]+ )?_?show_foo
/ld-elfvers/vers9.sym
0,0 → 1,4
0+ *F? *\*UND\* 0+ _?foo@VERS_1\.2
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?foo@
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?foo@VERS_1\.1
[0-9a-f]+ g +F \.(text|opd) [0-9a-f]+ (0x[0-9a-f]+ )?_?foo@@VERS_1\.2
/ld-elfvers/vers15.ver
0,0 → 1,5
Version definitions:
[1-3] 0x01 0x07cc9645 vers15
[1-3] 0x00 0x0a7927b1 VERS_1.1
[1-3] 0x00 0x0a7927b2 VERS_1.2
 
/ld-elfvers/vers22b.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x065f990f vers22b.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers17.ver
0,0 → 1,3
Version definitions:
[1-2] 0x01 0x0964f95f vers17.so
[1-2] 0x00 0x0a7922b0 VERS_2.0
/ld-elfvers/vers26a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x065c090f vers26a.so
[1-2] 0x00 0x05aa7610 VERS.0
 
/ld-elfvers/vers19.ver
0,0 → 1,3
Version References:
required from tmpdir/vers18.so:
0x0a7922b0 0x00 0[23] VERS_2.0
/ld-elfvers/vers22.dsym
0,0 → 1,3
[0-9a-f]+ +DF \*UND\* [0-9a-f]+ +VERS\.0 +(0x[0-9a-f]+ )?_?bar
/ld-elfvers/vers4a.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x07cc96a1 vers4a
[1-2] 0x00 0x0a7922b0 VERS_2.0
 
/ld-elfvers/vers32b.dsym
0,0 → 1,2
[0-9a-f]+ g +D +\*ABS\* [0-9a-f]+ +VERS_1 +(0x[0-9a-f]+ )?_?foo
0+ g +DO \*ABS\* 0+ +VERS_1 +VERS_1
/ld-elfvers/vers20.c
0,0 → 1,2
int show_foo;
/ld-elfvers/vers18.dsym
0,0 → 1,7
0+ g +DO \*ABS\* 0+ +VERS_1\.1 +VERS_1\.1
0+ g +DO \*ABS\* 0+ +VERS_1\.2 +VERS_1\.2
0+ g +DO \*ABS\* 0+ +VERS_2\.0 +VERS_2\.0
[0-9a-f]+ +w +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(Base\) +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ +w +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(VERS_1\.1\) +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ +w +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ \(VERS_1\.2\) +(0x[0-9a-f]+ )?_?show_foo
[0-9a-f]+ +w +DF (\.text|\.opd|\*ABS\*) [0-9a-f]+ +VERS_2\.0 +(0x[0-9a-f]+ )?_?show_foo
/ld-elfvers/vers28a.dsym
0,0 → 1,7
# Empty file
/ld-elfvers/vers23a.c
0,0 → 1,13
#include "vers.h"
 
SYMVER(_old_bar, bar@VERS.0);
 
void
_old_bar (void)
{
}
 
void
foo (void)
{
}
/ld-elfvers/vers25b.c
0,0 → 1,13
/* Empty file */
/ld-elfvers/vers27c.c
0,0 → 1,13
/* Empty file */
/ld-elfvers/vers20.ver
0,0 → 1,4
Version definitions:
[1-2] 0x01 0x0965695f vers20.so
[1-2] 0x00 0x0a7927b1 VERS_1.1
 
/ld-elfvers/vers22.ver
0,0 → 1,4
Version References:
required from tmpdir/vers22b.so:
0x05aa7610 0x00 02 VERS.0
 

powered by: WebSVN 2.1.0

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