population of libstdc++-v3/libsupc++/fundamental_type_info.o

Korisk korisk@yandex.ru
Wed Jun 19 07:03:00 GMT 2013


Hello!
File fundamental_type_info.o comprises symbols of typeinfo for fundamental types (typeinfo of int, typeinfo of char ... etc).
Source file (libstdc++-v3/libsupc++/fundamental_type_info.cc) contains a small piece of code:
 #include "tinfo.h"
 namespace __cxxabiv1 {
  __fundamental_type_info::
 ~__fundamental_type_info ()
 {}
 }
Compilation command for the source file doesn´t contain any unusual options.

So the question:
How fundamental_type_info.o is populated with symbols? Any hints or suggestions would be helpful.

Thank you.

I use gcc-4.8.0 on Linux 3.7.3-101.fc17.x86_64 #1 SMP



More information about the Libstdc++ mailing list