summaryrefslogtreecommitdiff
path: root/nuttx/include/nxflat.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-22 22:42:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-22 22:42:21 +0000
commitb809a139fa845066eb21a2602f1642b98f841151 (patch)
treeaeaba3641cf4294f81e58b7a46ebf20af48271b5 /nuttx/include/nxflat.h
parentf759cd068190d9a8820c1c4d57fbe03b85daa000 (diff)
downloadpx4-nuttx-b809a139fa845066eb21a2602f1642b98f841151.tar.gz
px4-nuttx-b809a139fa845066eb21a2602f1642b98f841151.tar.bz2
px4-nuttx-b809a139fa845066eb21a2602f1642b98f841151.zip
Back-out one relocation type
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1926 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nxflat.h')
-rw-r--r--nuttx/include/nxflat.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/nuttx/include/nxflat.h b/nuttx/include/nxflat.h
index aab02963e..3f381bf6e 100644
--- a/nuttx/include/nxflat.h
+++ b/nuttx/include/nxflat.h
@@ -167,11 +167,6 @@ struct nxflat_reloc_s
* into D-Space at the the offset.
* Fixup: Add allocated D-Space address to the
* offset.
- * NXFLAT_RELOC_TYPE_REL32ID Meaning: Object file contains a 32-bit offset
- * into I-Space at the the offset, but will
- * be referenced as data
- * Fixup: Add mapped I-Space address - allocated
- * D-Space address to the offset.
* NXFLAT_RELOC_TYPE_ABS32 Meaning: Offset refers to a struct nxflat_import_s
* describing a function pointer to be
* imported.
@@ -181,9 +176,8 @@ struct nxflat_reloc_s
#define NXFLAT_RELOC_TYPE_REL32I 0
#define NXFLAT_RELOC_TYPE_REL32D 1
-#define NXFLAT_RELOC_TYPE_REL32ID 2
-#define NXFLAT_RELOC_TYPE_ABS32 3
-#define NXFLAT_RELOC_TYPE_NUM 4 /* Number of relocation types */
+#define NXFLAT_RELOC_TYPE_ABS32 2
+#define NXFLAT_RELOC_TYPE_NUM 3 /* Number of relocation types */
/****************************************************************************
* NXFLAT Imported symbol type