* src/pic16/device.c (pic16_dump_usection): do not reserve 0 bytes,
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 16 Sep 2007 19:39:29 +0000 (19:39 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 16 Sep 2007 19:39:29 +0000 (19:39 +0000)
commit2acf2924c7d1ab3038751e0e5b5926f1dffbb2c9
tree6d96ff933c3e98716bbd4477264d19186cc78bd1
parente753cb0a1027ab5bbf6ed026de7f5440b0e91815
* src/pic16/device.c (pic16_dump_usection): do not reserve 0 bytes,
  as this raises a ton of gpasm warnings, just emit a second label
* src/pic16/devices.inc,
* device/lib/pic16/pics.all,
* device/lib/pic16/libdev/pic18f2585.c,
* device/lib/pic16/libdev/pic18f2680.c,
* device/lib/pic16/libdev/pic18f2682.c,
* device/lib/pic16/libdev/pic18f2685.c,
* device/lib/pic16/libdev/pic18f4585.c,
* device/lib/pic16/libdev/pic18f4680.c,
* device/lib/pic16/libdev/pic18f4682.c,
* device/lib/pic16/libdev/pic18f4685.c,
* device/include/pic16/pic18f2585.h,
* device/include/pic16/pic18f2680.h,
* device/include/pic16/pic18f2682.h,
* device/include/pic16/pic18f2685.h,
* device/include/pic16/pic18f4585.h,
* device/include/pic16/pic18f4680.h,
* device/include/pic16/pic18f4682.h,
* device/include/pic16/pic18f4685.h,
* device/include/pic16/pic18fregs.h: added 18f258518f2680,
  18f268218f268518f458518f468018f468218f4685,
  patch contributed by Anton Strobl, applied with changes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4915 4a8a32a2-be11-0410-ad9d-d568d2c75423
21 files changed:
ChangeLog
device/include/pic16/pic18f2585.h [new file with mode: 0644]
device/include/pic16/pic18f2680.h [new file with mode: 0644]
device/include/pic16/pic18f2682.h [new file with mode: 0644]
device/include/pic16/pic18f2685.h [new file with mode: 0644]
device/include/pic16/pic18f4585.h [new file with mode: 0644]
device/include/pic16/pic18f4680.h [new file with mode: 0644]
device/include/pic16/pic18f4682.h [new file with mode: 0644]
device/include/pic16/pic18f4685.h [new file with mode: 0644]
device/include/pic16/pic18fregs.h
device/lib/pic16/libdev/pic18f2585.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f2680.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f2682.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f2685.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f4585.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f4680.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f4682.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f4685.c [new file with mode: 0644]
device/lib/pic16/pics.all
src/pic16/device.c
src/pic16/devices.inc