Changeset 1588 for branches/GNU/src/gcc/faq.html
- Timestamp:
- Nov 3, 2004, 6:47:21 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/faq.html
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1587 r1588 492 492 rather than string compares, to determine type equality. This leads 493 493 to better performance. Like other objects that have to be present in the 494 final executable, these <code>std::type info_t</code> objects have what494 final executable, these <code>std::type_info</code> objects have what 495 495 is called vague linkage because they are not tightly bound to any one 496 496 particular translation unit (object file). The compiler has to emit … … 505 505 <ul> 506 506 <li>For a program which is linked against a shared library, no additional 507 precautions need taking.</li>507 precautions are needed.</li> 508 508 509 509 <li>You cannot create a shared library with the "<code>-Bsymbolic</code>" … … 540 540 C++ features, please read the <a 541 541 href="http://www.codesourcery.com/cxx-abi/">ABI specification</a>. 542 Note the <code>std::type info_t</code> objects which <i>must</i> be542 Note the <code>std::type_info</code> objects which <i>must</i> be 543 543 resolved all begin with "_ZTS". Refer to <code>ld</code>'s 544 544 documentation for a description of the "<code>-E</code>" & -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.