From 028478fa40d85a73b19638dbe3f83b1acebf370c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Mar 2011 12:51:33 -0500 Subject: Fix copy relocations handling of unique objects. --- elf/tst-unique3.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 elf/tst-unique3.h (limited to 'elf/tst-unique3.h') 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 +struct S +{ + static int i; +}; + +extern int in_lib (void); -- cgit 1.4.1