mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Check in the new files.
This commit is contained in:
parent
365f913182
commit
834216a99a
1
ld/testsuite/ld-elfvers/vers25a.c
Normal file
1
ld/testsuite/ld-elfvers/vers25a.c
Normal file
@ -0,0 +1 @@
|
||||
void foo () {}
|
2
ld/testsuite/ld-elfvers/vers25a.dsym
Normal file
2
ld/testsuite/ld-elfvers/vers25a.dsym
Normal file
@ -0,0 +1,2 @@
|
||||
[0]*[ ]+g[ ]+DO[ ]+\*ABS\*[ ]+[0]*[ ]+VERS.0[ ]+VERS.0
|
||||
[0-9a-f]*[ ]+g[ ]+DF[ ]+.text[ ]+[0-9a-f]*[ ]+VERS.0[ ]+(0x[0-9a-f]*|)[ ]*foo
|
5
ld/testsuite/ld-elfvers/vers25a.map
Normal file
5
ld/testsuite/ld-elfvers/vers25a.map
Normal file
@ -0,0 +1,5 @@
|
||||
VERS.0 {
|
||||
global:
|
||||
foo;
|
||||
local: *;
|
||||
};
|
4
ld/testsuite/ld-elfvers/vers25a.ver
Normal file
4
ld/testsuite/ld-elfvers/vers25a.ver
Normal file
@ -0,0 +1,4 @@
|
||||
Version definitions:
|
||||
1 0x01 0x065d090f vers25a.so
|
||||
2 0x00 0x05aa7610 VERS.0
|
||||
|
Loading…
Reference in New Issue
Block a user