home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8338 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  847 b 

  1. From: bruno@hpfcso.FC.HP.COM (Bruno Melli)
  2. Date: Tue, 21 Jul 1992 16:23:52 GMT
  3. Subject: Re: Help Please!
  4. Message-ID: <7371157@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscdc!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!bruno
  7. Newsgroups: comp.sys.hp
  8. References: <1992Jul18.232116.2267@wyvern.twuug.com>
  9. Lines: 15
  10.  
  11. > What is end.o and what does it 'do'?
  12.  
  13. It is only used by the HP debuggers (xdb and cdb) so you can safely remove 
  14. it from your link list. There is nothing in the code that reference things
  15. in end.o so you won't get any unresolved references...
  16.  
  17. Just to satisfy your curiosity :-)
  18.  
  19. We use end.o to:
  20.  
  21. - Be able to call procedures from the command line in xdb.
  22. - Deal with shared libraries.
  23. - Deal with C++ 3.0 exception handling.
  24.  
  25. bruno.
  26.