home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / linker / phxlnk / phxlnk423.readme < prev   
Text File  |  1996-05-03  |  2KB  |  37 lines

  1. Short:    PhxLnk V4.23 Amiga DOS Linker
  2. Author:   frank@phoenix.owl.de (Frank Wille)
  3. Uploader: frank@phoenix.owl.de
  4. Version:  4.23
  5. Type:     dev/asm
  6. Replaces: dev/asm/PhxLnk422*
  7. Requires: OS2.04
  8.  
  9. PhxLnk is Freeware and supports all features of a standard Amiga-DOS linker
  10. (like BLink), except of overlay hunks and automatic link vectors (ALV).
  11. There are two versions of PhxLnk, one for OS2.x and another for OS3.x.
  12.  
  13. Implemented functions:
  14. o Links object files and libraries (SAS/C extended libraries too)
  15. o Sections may be forced to Chip RAM
  16. o Small Code, Small Data support
  17. o SAS/C-Blink Small Data compatibility available
  18. o '_MERGED' sections are recognized automatically (and coalesced like
  19.   Small Data sections)
  20. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  21. o Debug blocks are removed on request
  22. o Deletes empty sections
  23. o Zero bytes at the end of a section will be deleted and appear in the
  24.   HUNK_HEADER block only
  25. o User may define absolute external symbols
  26. o Generates HUNK_RELOC32SHORT blocks by default
  27.  
  28. CHANGES SINCE PHXLNK V4.22 (last Aminet release):
  29.  
  30. o LoadSeg() V40 doesn't like a section length of zero, because it will 
  31.   refuse to clear the bss-part of a section in this special case. Now, a 
  32.   minimal section length of one longword is guaranteed.
  33. o PhxLnk uses its own buffered I/O routines instead those which the 
  34.   dos.library offers. The size of the buffer is adjustable by the new CLI 
  35.   parameter BUFSIZE/K/N, which defaults to 8192. Creating an FFS file is 
  36.   more than five times faster as with v4.22.
  37.