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