diff options
author | Piotr Bury <pbury@goahead.com> | 2011-05-12 21:59:09 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-12 21:59:09 -0400 |
commit | 320a5dc07b907b1e640fd11ce49a04aa2b367711 (patch) | |
tree | 2013cd7929bfc4fc4115233318c216cea60b5b79 /elf/tst-unique4.h | |
parent | f574184a0e4b6ed69a5d9a3234543fba6d2a7367 (diff) | |
download | glibc-320a5dc07b907b1e640fd11ce49a04aa2b367711.tar glibc-320a5dc07b907b1e640fd11ce49a04aa2b367711.tar.gz glibc-320a5dc07b907b1e640fd11ce49a04aa2b367711.tar.bz2 glibc-320a5dc07b907b1e640fd11ce49a04aa2b367711.zip |
Fix resizing able for unique symbols when adding symbol for copy relocation
Diffstat (limited to 'elf/tst-unique4.h')
-rw-r--r-- | elf/tst-unique4.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/tst-unique4.h b/elf/tst-unique4.h new file mode 100644 index 0000000000..2d377f5d51 --- /dev/null +++ b/elf/tst-unique4.h @@ -0,0 +1,7 @@ +// BZ 12511 +template<int N> +struct S +{ + static int i; + static const int j; +}; |