mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
Check in the new files.
This commit is contained in:
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
|
||||||
|
|
Reference in New Issue
Block a user