forked from Imagelibrary/binutils-gdb
libctf: by-kind tests
These tiny testcases test opening-and-dumping of single type kinds, and also linking and then opening-and-dumping.
This commit is contained in:
4
libctf/testsuite/libctf-lookup/lookup-datasec-ctf.c
Normal file
4
libctf/testsuite/libctf-lookup/lookup-datasec-ctf.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#define __s __attribute__((section("NEW_SEC")))
|
||||
|
||||
int a;
|
||||
int b __s;
|
||||
Reference in New Issue
Block a user