2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
authorvrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 12 Jan 2004 23:31:46 +0000 (23:31 +0000)
committervrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 12 Jan 2004 23:31:46 +0000 (23:31 +0000)
commita20bdd65ab5d25b38eaace299accab49179e26b3
tree74997671f842616206dfbe40e9d197b1d8ec4391
parentb476fcae348a01937258a77b046a7bb5ce5d6622
2004-01-13 Vangelis Rokas <vrokas@otenet.gr>

        Mainly changes to support compilation of the device libraries
        * src/pic16/device.c: stack is allocated via symbol and not
        via literal number. The symbol is placed in the corresponding
        position of the data ram
        * (pic16_dump_section): relocatable and absolute uninitialized
        data are now emitted in sorted order to reduce section naming,
        * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
        weren't marked as being in the access bank,

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3125 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
configure
src/pic16/device.c
src/pic16/gen.c
src/pic16/genarith.c
src/pic16/genutils.c
src/pic16/glue.c
src/pic16/main.c
src/pic16/pcode.c
src/pic16/pcode.h
src/pic16/ralloc.c