diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-03-10 12:51:33 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-10 12:51:33 -0500 |
commit | 028478fa40d85a73b19638dbe3f83b1acebf370c (patch) | |
tree | 03f5573c44e2cde7b809f44134526d202c8b29e2 /elf/tst-unique3.h | |
parent | 908ea63341bbbca534411a0581cd16ba36e08706 (diff) | |
download | glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.tar glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.tar.gz glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.tar.bz2 glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.zip |
Fix copy relocations handling of unique objects.
Diffstat (limited to 'elf/tst-unique3.h')
-rw-r--r-- | elf/tst-unique3.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/elf/tst-unique3.h b/elf/tst-unique3.h new file mode 100644 index 0000000000..716d23641c --- /dev/null +++ b/elf/tst-unique3.h @@ -0,0 +1,8 @@ +// BZ 12510 +template<typename T> +struct S +{ + static int i; +}; + +extern int in_lib (void); |