1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00
Greg King cf7f7b9ef2 Fixed ld65's precalculation of memory-area sizes.
Before this fix, BSS-type and ZP-type segments never were counted.  Now, they are counted if their memory areas are filled.  (It must be done because their places in the output file are filled.)

The fix allows us to build programs for the CBM510 and CBM610 platforms.  We won't see an "Internal error" diagnostic message about a bad file-offset.
2013-07-10 02:37:09 -04:00
..
2013-06-27 23:09:54 +02:00
2013-06-27 23:09:54 +02:00
2013-05-28 21:56:37 +02:00
2013-04-27 17:39:52 +02:00
2013-05-24 18:36:59 +02:00
2013-06-07 23:13:46 +02:00