Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tru64: Place cmOStringStream vtable uniquely (#10541) | Brad King | 2010-06-10 | 1 | -0/+16 |
GCC places the vtable in the object implementing the first non-pure, non-inline virtual method. Since the symbol is not weak on Tru64, make the location unique by putting the destructor in a single object file. |