home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gcc / help / 2763 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  895 b 

  1. Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!howland.reston.ans.net!hsdndev!husc-news.harvard.edu!husc9.harvard.edu!ebrown
  2. From: ebrown@husc9.harvard.edu (Eric Brown)
  3. Newsgroups: gnu.gcc.help
  4. Subject: help: want to use tcov with gcc
  5. Message-ID: <1992Dec17.100619.18606@husc3.harvard.edu>
  6. Date: 17 Dec 92 15:06:18 GMT
  7. Distribution: gnu
  8. Organization: Harvard University Science Center
  9. Lines: 16
  10. Nntp-Posting-Host: husc9.harvard.edu
  11.  
  12. I would like to run 'tcov' (or an equivalent) to find out how much of
  13. my code is being executed.  When I use the '-a' option with gcc I get
  14. the following message:
  15.  
  16.     ld: Undefined symbol
  17.             ___bb_init_func
  18.  
  19. I am runing GCC 2.3.2 on a SUN4.
  20.  
  21. I check the source, and it seems like the code to put this function in
  22. libgcc.a on runs on the SUN3.  Is this correct ?
  23.  
  24. Does anyone know how to get this to work on the SUN4?
  25.  
  26. Thanx,
  27. ebrown@husc.harvard.edu
  28.