log

age author description
Tue, 21 Apr 2009 02:57:37 +0000 lost Added some info on building gcc6809 to use lwtools
Tue, 21 Apr 2009 02:04:57 +0000 lost Updated ar and as scripts to be able to work with libgcc etc.
Mon, 20 Apr 2009 02:24:33 +0000 lost Made lwlink smarter about not included unneeded (unreferenced) members of a library file
Sun, 19 Apr 2009 17:44:46 +0000 lost checkpoint
Sun, 29 Mar 2009 14:52:28 +0000 lost Added 8 bit external references for base page addressing mode
Sun, 22 Mar 2009 22:11:12 +0000 lost Added |, &, and ^ binary bitwise operators
Sun, 22 Mar 2009 21:20:45 +0000 lost Yet again try to get importing undefined exports working
Sun, 22 Mar 2009 20:07:37 +0000 lost take 2: importing undefined exports
Sun, 22 Mar 2009 19:26:26 +0000 lost Fixed crash on unrecognized pragma
Sun, 22 Mar 2009 18:32:13 +0000 lost Allow export to import undefined symbols
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