2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
authorvrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 12 Jan 2004 22:40:44 +0000 (22:40 +0000)
committervrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 12 Jan 2004 22:40:44 +0000 (22:40 +0000)
        Added portion of GNU PIC Library under the directory
        device/include/pic16 and device/lib/pic16. These files
        contain the declarations of SFRs for the PIC18Fxx2 devices.
        The directory is initialized via configure from toplevel.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3122 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
configure.in

index 96c107ef9c4d1ae4d95ce769a3a4b2c2b19bbca0..091bdacb3dbc5bcae9d6158d109e23dc72a0e927 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
+
+       Added portion of GNU PIC Library under the directory
+       device/include/pic16 and device/lib/pic16. These files
+       contain the declarations of SFRs for the PIC18Fxx2 devices.
+       The directory is initialized via configure from toplevel.
+       
 2004-01-12 Klaus Flittner <klaus_flittner@gmx.de>
 
        * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
index e1172242c682de881fc2a77ac4aee27b4c8cf9bf..217359010484bd1dc451ee185bcebce4c8e727da 100755 (executable)
@@ -650,6 +650,8 @@ mv ports ports.build
 AC_CONFIG_SUBDIRS(support/cpp2)
 AC_CONFIG_SUBDIRS(packihx)
 AC_CONFIG_SUBDIRS(sim/ucsim)
+AC_CONFIG_SUBDIRS(device/lib/pic16)
+
 AC_CONFIG_FILES([main.mk:main_in.mk
 src/Makefile
 as/mcs51/Makefile