summaryrefslogtreecommitdiff
path: root/misc/pascal/libpoff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-06 23:58:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-06 23:58:48 +0000
commit17e2c087f897117b7e928ae9af908017cd343cf5 (patch)
tree3cf74cb37364cb861d8f3e272567d6fab8f0fc4c /misc/pascal/libpoff
parent97efe4ad4c41971345dd2d494da4d05e2ecac55e (diff)
downloadnuttx-17e2c087f897117b7e928ae9af908017cd343cf5.tar.gz
nuttx-17e2c087f897117b7e928ae9af908017cd343cf5.tar.bz2
nuttx-17e2c087f897117b7e928ae9af908017cd343cf5.zip
Missing macros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@646 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/pascal/libpoff')
-rw-r--r--misc/pascal/libpoff/pfprivate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/pascal/libpoff/pfprivate.h b/misc/pascal/libpoff/pfprivate.h
index ed5e239e6..0cf152c5c 100644
--- a/misc/pascal/libpoff/pfprivate.h
+++ b/misc/pascal/libpoff/pfprivate.h
@@ -90,6 +90,11 @@
#ifndef CONFIG_POFF_SWAPNEEDED
# define poffSwapFileHeader(p)
# define poffSwapSectionHeader(p)
+# define poffSwapSymbolTableData(p)
+# define poffSwapRelocationData(p)
+# define poffSwapFileTableData(p)
+# define poffSwapLineNumberData(p)
+# define poffSwapDebugData(p)
#endif
/***************************************************************************