* src/pic16/device.c (pic16_dump_usection): force udata sections
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 15 Sep 2008 09:28:11 +0000 (09:28 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 15 Sep 2008 09:28:11 +0000 (09:28 +0000)
commitc5499f98aa5c2ce7df3a6e5dcf0fd69b6c3818cd
tree1b1893a4ee64ca23201ed160f8eadcf662a29950
parentc292f3679b277c42cbf293ac18c48548632f7205
* src/pic16/device.c (pic16_dump_usection): force udata sections
  into the addressable range (0..0xFFF), workaround for a gpsim
  bug preventing simulation of regtest bug1750318
* src/pic16/ralloc.c (deassignLRs): cosmetic changes,
  (serialRegAssign): fixed regtest bug-971834,
  (pic16_packRegisters): avoid null-pointer dereference

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5238 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/pic16/device.c
src/pic16/ralloc.c