log

age author description
Sun, 22 Mar 2009 18:26:59 +0000 lost Allow export to import undefined symbols
Sun, 22 Mar 2009 18:01:30 +0000 lost Add .end as synonym for end
Sun, 22 Mar 2009 17:58:43 +0000 lost Allow relative addressing to ignore a # before the operand (16 bit too!)
Sun, 22 Mar 2009 17:57:39 +0000 lost Allow relative addressing to ignore a # before the operand
Sun, 22 Mar 2009 17:50:42 +0000 lost First pass at allowing symbols starting with digits but containing $
Sun, 22 Mar 2009 17:25:19 +0000 lost Allow $ to be a local symbol and allow symbols with $ to start with a digit
Sun, 22 Mar 2009 16:28:40 +0000 lost Allow exporting multiple symbols on a single directive
Sun, 22 Mar 2009 16:12:06 +0000 lost Added ~ prefix operator (1s complement)
Sun, 22 Mar 2009 16:08:20 +0000 lost Added 'sym=expr' opcode handling
Sun, 22 Mar 2009 06:52:06 +0000 lost Added 'front-end' script for lwar
Sun, 22 Mar 2009 06:51:48 +0000 lost Added --extract and --replace to lwar
Sun, 22 Mar 2009 04:24:39 +0000 lost Added LWEX0 (LWOS simple binary) target to lwlink
Sat, 21 Mar 2009 19:49:01 +0000 lost Updated documentation to reflect recent changes
Sat, 21 Mar 2009 19:47:45 +0000 lost Added support for outputting a linkmap
Sat, 21 Mar 2009 17:39:45 +0000 lost Make lwlink display all undefined references instead of bailing after the first one
Sat, 21 Mar 2009 17:03:42 +0000 lost modified lwlink to merge contiguous sections in the DECB output file to avoid the explosion of preambles
Fri, 06 Mar 2009 01:35:40 +0000 lost Arranged for lwasm and lwlink to remove the output file in case they fail
Thu, 05 Mar 2009 02:23:47 +0000 lost Initial version of a wrapper script to behave something like 'ld'
Thu, 05 Mar 2009 02:23:25 +0000 lost Added library paths and --section-base
Wed, 04 Mar 2009 05:34:17 +0000 lost Added as front-end script for use with gcc6809
Wed, 04 Mar 2009 03:48:39 +0000 lost Added html docs 2.2
Wed, 04 Mar 2009 03:44:49 +0000 lost Added autotool files for releae 2.2
Wed, 04 Mar 2009 03:42:10 +0000 lost branched in preparation for 2.2 release 2.2 2.2
Tue, 03 Mar 2009 01:27:24 +0000 lost Updated docs to reflect recent changes
Tue, 03 Mar 2009 00:42:47 +0000 lost added --merge to lwar
Mon, 02 Mar 2009 04:13:49 +0000 lost Fixed stupid errors with changes for archive handling
Sun, 01 Mar 2009 22:59:52 +0000 lost lwar now creates, lists, and adds to archive files
Sun, 01 Mar 2009 19:37:03 +0000 lost Added LWAR skeleton
Sun, 01 Mar 2009 00:53:21 +0000 lost Added ability to use 0x and 0X as prefixes for hexadecimal numbers
Sun, 08 Feb 2009 03:00:44 +0000 lost Allow lines starting with # to be ignored