* src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 24 Apr 2006 20:22:31 +0000 (20:22 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 24 Apr 2006 20:22:31 +0000 (20:22 +0000)
commit5979bbd157a5f3cd8018aed666e4dd41a3e08edf
treedbb32f9fcada27cd5baa341060f716fbc4282789
parent59d2c228a8d431278a412e538a9b51d042a5f7e4
* src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
    config word, "pic14_"-prefixed some extern functions
  (pic14_emitConfigWord): emit __config directive(s) if assignment to
    config word has been found
* src/pic/device.h: added prototypes
* src/pic/pcode.c: added "pic14_"-prefix where needed
* src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
* src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
  (pic14emitRegularMap): ignore config words,
  (pic14createInterruptVect): moved generating __config directives away
  (picglue): have __config directives emitted

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4119 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/pic/device.c
src/pic/device.h
src/pic/glue.c
src/pic/pcode.c
src/pic/ralloc.c