Short: PhxLnk V4.31 Amiga DOS Linker Author: frank@phoenix.owl.de (Frank Wille) Uploader: frank@phoenix.owl.de Version: 4.31 Type: dev/asm Replaces: dev/asm/PhxLnk430* Requires: OS2.04 PhxLnk is Freeware and supports all features of a standard Amiga-DOS linker (like BLink), except overlay hunks. There are two versions of PhxLnk, one is optimized for OS2.x and another for OS3.x. Some features: o Links object files and libraries (SAS/C extended libraries too). o Sections may be forced to Chip RAM. o Small code and small data support. o Optional compatibility with SAS/C's small data mode. o '_MERGED' sections are recognized automatically and coalesced like Small Data sections. o Symbolic and Source Level Debugging (PowerVisor compatibility included). o Can generate ALVs (automatic link vectors). o Debugging informations are removed on request. o Empty sections can be removed. o Zero bytes at the end of a section will be deleted and appear in the HUNK_HEADER block only. o User can define XDEF symbols. They may be numeric (absolute) or symbolic (absolute or relocatible). o Generates HUNK_RELOC32SHORT blocks by default. CHANGES SINCE PHXLNK V4.30 (last Aminet release): o Because of an unaligned structure, the last two PhxLnk versions crashed on 68000 and 68010. o HUNK_DEBUG blocks are accepted before a code, data or bss hunk, but are ignored then.