cplusgnuLang.c
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* cplusgnuLang.c - force-link of C++ compiler support  */
  2. /* Copyright 2000 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01c,06nov01,sn   use new prefixed names
  7. 01b,24jan01,sn   use wrapper symbols
  8. 01a,11oct00,sn   wrote
  9. */
  10. /*
  11. DESCRIPTION
  12. This file pulls in C++ compiler (libgcc) support.
  13.  
  14. NOMANUAL
  15. */
  16. #ifndef __INCcplusLibgccC
  17. #define __INCcplusLibgccC
  18. extern char ___x_gnu___dummy_o;
  19. extern char ___x_gnu__eh_o;
  20. extern char ___x_gnu_cmathi_o;
  21. extern char ___x_gnu_cstdlibi_o;
  22. extern char ___x_gnu_tinfo_o;
  23. extern char ___x_gnu_tinfo2_o;
  24. extern char ___x_gnu_opnew_o;
  25. extern char ___x_gnu_opvnew_o;
  26. extern char ___x_gnu_opnewnt_o;
  27. extern char ___x_gnu_opvnewnt_o;
  28. extern char ___x_gnu_opdel_o;
  29. extern char ___x_gnu_opvdel_o;
  30. extern char ___x_gnu_opdelnt_o;
  31. extern char ___x_gnu_opvdelnt_o;
  32. extern char ___x_gnu_new_o;
  33. extern char ___x_gnu_exception_o;
  34. char * __cplusLibgccObjs [] =
  35. {
  36.     &___x_gnu___dummy_o,
  37.     &___x_gnu__eh_o,
  38.     &___x_gnu_cmathi_o,
  39.     &___x_gnu_cstdlibi_o,
  40.     &___x_gnu_tinfo_o,
  41.     &___x_gnu_tinfo2_o,
  42.     &___x_gnu_opnew_o,
  43.     &___x_gnu_opvnew_o,
  44.     &___x_gnu_opnewnt_o,
  45.     &___x_gnu_opvnewnt_o,
  46.     &___x_gnu_opdel_o,
  47.     &___x_gnu_opvdel_o,
  48.     &___x_gnu_opdelnt_o,
  49.     &___x_gnu_opvdelnt_o,
  50.     &___x_gnu_new_o,
  51.     &___x_gnu_exception_o,
  52.     0
  53. };
  54. #endif /* __INCcplusLibgccC */