summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/nxflat/nxflat.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-23 18:46:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-23 18:46:22 +0000
commit29be642fd2bc470a396326343e85ec020f90e3ff (patch)
treefc3f3842c6777c123e8792f8f8d4a5a020582b34 /misc/buildroot/toolchain/nxflat/nxflat.h
parent8ef1642bb0dd937623084d137f30f904db85209e (diff)
downloadnuttx-29be642fd2bc470a396326343e85ec020f90e3ff.tar.gz
nuttx-29be642fd2bc470a396326343e85ec020f90e3ff.tar.bz2
nuttx-29be642fd2bc470a396326343e85ec020f90e3ff.zip
Add logic to allocate GOT
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1929 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/nxflat/nxflat.h')
-rw-r--r--misc/buildroot/toolchain/nxflat/nxflat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/buildroot/toolchain/nxflat/nxflat.h b/misc/buildroot/toolchain/nxflat/nxflat.h
index 577d6a9e7..a35e6699a 100644
--- a/misc/buildroot/toolchain/nxflat/nxflat.h
+++ b/misc/buildroot/toolchain/nxflat/nxflat.h
@@ -175,8 +175,7 @@ struct nxflat_reloc_s
#define NXFLAT_RELOC_TYPE_REL32I 0
#define NXFLAT_RELOC_TYPE_REL32D 1
-#define NXFLAT_RELOC_TYPE_ABS32 2
-#define NXFLAT_RELOC_TYPE_NUM 3 /* Number of relocation types */
+#define NXFLAT_RELOC_TYPE_NUM 2 /* Number of relocation types */
/****************************************************************************
* NXFLAT Imported symbol type