summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim/sdcc-2.6.0-asz80-symlen.patch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-30 23:34:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-30 23:34:20 +0000
commitcec4c4d2c9468a0d0234d306c886ba97515b1690 (patch)
tree326bbe7079e54314b42270d115ae6d39e8f037b8 /nuttx/configs/z80sim/sdcc-2.6.0-asz80-symlen.patch
parentf3532ac59f8b6bb4d4a7239b73b5fcb4b66ed6b1 (diff)
downloadpx4-nuttx-cec4c4d2c9468a0d0234d306c886ba97515b1690.tar.gz
px4-nuttx-cec4c4d2c9468a0d0234d306c886ba97515b1690.tar.bz2
px4-nuttx-cec4c4d2c9468a0d0234d306c886ba97515b1690.zip
More SDCC compilation fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@468 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z80sim/sdcc-2.6.0-asz80-symlen.patch')
-rw-r--r--nuttx/configs/z80sim/sdcc-2.6.0-asz80-symlen.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/z80sim/sdcc-2.6.0-asz80-symlen.patch b/nuttx/configs/z80sim/sdcc-2.6.0-asz80-symlen.patch
new file mode 100644
index 000000000..d91c18d98
--- /dev/null
+++ b/nuttx/configs/z80sim/sdcc-2.6.0-asz80-symlen.patch
@@ -0,0 +1,11 @@
+--- sdcc/as/z80/asm.h 2007-12-30 16:49:53.000000000 -0600
++++ sdcc.orig/as/z80/asm.h 2007-12-30 16:49:14.000000000 -0600
+@@ -65,7 +65,7 @@
+ #define RTTERM ')' /* Right expression delimeter */
+
+ #ifdef SDK
+-#define NCPS 80 /* characters per symbol */
++#define NCPS 32 /* characters per symbol */
+ #else /* SDK */
+ #define NCPS 8 /* Chars. per symbol */
+ #endif /* SDK */