diff options
Diffstat (limited to 'elf/tst-secondary.h')
-rw-r--r-- | elf/tst-secondary.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/tst-secondary.h b/elf/tst-secondary.h new file mode 100644 index 0000000000..0487e25c60 --- /dev/null +++ b/elf/tst-secondary.h @@ -0,0 +1,3 @@ +#define GLOBAL 1 +#define WEAK 2 +#define SECONDARY 3 |