From e2dfa4a4d0f4bb032baa68cbce7ab64b48d8d7ba Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Jun 2007 20:31:09 +0000 Subject: SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert -- might have broken the 8051/2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@277 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index c02857e72..3443e8a7f 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -171,5 +171,8 @@ source files. * tools/mkconfig.c: No long depends on asprintf() and _GNU_SOURCE and so should now build in non-GNU, non-GLIBC environments. + * include/nuttx/compiler.h: Fix for using SDCC with the Z80. + * include/assert.h & arch/pjrc-8051/src/up_assert.c: SDCC does support + __FILE__and __LINE__ (not tested) * Started m68322 -- cgit v1.2.3