summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/nxflat/readnxflat.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 14:39:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 14:39:32 +0000
commit30e6de40af96d3f36f863716200d08d25106c41b (patch)
treefb4cc00da8482dfe88f0cfc3207366d9ccfd12ce /misc/buildroot/toolchain/nxflat/readnxflat.c
parent2a75b2d7b6eb3d1281db4a1679da78ce16a7f857 (diff)
downloadnuttx-30e6de40af96d3f36f863716200d08d25106c41b.tar.gz
nuttx-30e6de40af96d3f36f863716200d08d25106c41b.tar.bz2
nuttx-30e6de40af96d3f36f863716200d08d25106c41b.zip
Need to use GOTOFF offsets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1949 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/nxflat/readnxflat.c')
-rw-r--r--misc/buildroot/toolchain/nxflat/readnxflat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/nxflat/readnxflat.c b/misc/buildroot/toolchain/nxflat/readnxflat.c
index 81b5b05b2..c5d5a6366 100644
--- a/misc/buildroot/toolchain/nxflat/readnxflat.c
+++ b/misc/buildroot/toolchain/nxflat/readnxflat.c
@@ -67,11 +67,13 @@
/***********************************************************************
* Definitions
***********************************************************************/
+
#define NXFLAT_HDR_SIZE sizeof(struct nxflat_hdr_s)
/***********************************************************************
* Private Data
***********************************************************************/
+
static const char *program_name;
static const char *nxflat_filename;