From: vrokas Date: Mon, 12 Jan 2004 22:40:44 +0000 (+0000) Subject: 2004-01-13 Vangelis Rokas X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=78aad8c5dcd7e24189d1bd5a1a203e1b785bbf60;p=fw%2Fsdcc 2004-01-13 Vangelis Rokas 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 --- diff --git a/ChangeLog b/ChangeLog index 96c107ef..091bdacb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-01-13 Vangelis Rokas + + 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 * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented diff --git a/configure.in b/configure.in index e1172242..21735901 100755 --- a/configure.in +++ b/configure.in @@ -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