I have the following:
- A library called toto.so where the object Toto is implemented:
class Toto
{
public:
Toto();
static Toto *instance() { return self; }
private:
static Toto *self;
};
- A main.cpp linked against toto.so:
int mai
--- Additional Comments From glazzara at gmail dot com 2006-12-13 12:02
---
Created an attachment (id=1461)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1461&action=view)
A small example to reproduce the bug
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3713
--- Y
--
What|Removed |Added
CC||dwarak dot rajagopal at amd
||dot com
http://sourceware.org/bug
--- Additional Comments From hjl at lucon dot org 2006-12-13 18:03 ---
Fixed by
http://sourceware.org/ml/binutils/2006-12/msg00154.html
--
What|Removed |Added
St
--- Additional Comments From amodra at bigpond dot net dot au 2006-12-14
03:00 ---
http://sources.redhat.com/ml/binutils-cvs/2006-12/msg00068.html
--
What|Removed |Added