home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / plbin.zip / pl / dld-3.2 / TODO < prev   
Text File  |  1992-05-26  |  636b  |  15 lines

  1. shrink the size of the online symbol table and relocation info by
  2. removing the unnecessary items: (all nlist for the debugging info, and
  3. the reloc info for the local symbols).
  4.  
  5. higher level interface to the symtab and unlink functions
  6.     call_func (func, args);
  7.  
  8. add in support to link (mmap) in SunOS 4's shared library.
  9.  
  10. *maybe* : provide support for multiple symbol tables--kind of like the
  11. idea of "package" as in Lisp.  This allows different package to define
  12. the same global symbol and so on.  But don't know how this should be
  13. intergrate with C's scope rules, or if there is any conflict with
  14. them.  Need to think about this more.
  15.