]> git.sur5r.net Git - cc65/commit
Changed the way that ld65 handles bad offset/start segment attributes, and reports... 224/head
authorGreg King <gregdk@users.sf.net>
Thu, 22 Oct 2015 23:24:08 +0000 (19:24 -0400)
committerGreg King <gregdk@users.sf.net>
Thu, 22 Oct 2015 23:24:08 +0000 (19:24 -0400)
commit8e9bf4d41930f11eaf3ac4d1bf774b30ffa92c3b
treeecd62484b9de922fdb7d84decce713d361d07535
parentf4335eca8782febf5667536602092f15d28a74f6
Changed the way that ld65 handles bad offset/start segment attributes, and reports memory area overflows.

1. Offset/start attributes within a memory area are ignored after an overflow.
2. If a previous segment ends past an offset/start address, then that address is not used.
3. Short map files were generated for memory overflows; now, they are generated for bad offset/start addresses, too.
src/ld65/config.c
src/ld65/main.c