aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 02:42:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 02:42:39 +0000
commit7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42 (patch)
tree0ffd14523bd45197f366cb232d8f05f3d91f5c35 /nuttx/include
parent247e94d02aaac98b5e8007f8d47f68072cadc69d (diff)
downloadpx4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.tar.gz
px4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.tar.bz2
px4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.zip
Rename elf.h to elf32.h; Additional ELF loader changes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/elf32.h (renamed from nuttx/include/elf.h)8
-rw-r--r--nuttx/include/nuttx/binfmt/elf.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/include/elf.h b/nuttx/include/elf32.h
index caf0b1876..e16ae0091 100644
--- a/nuttx/include/elf.h
+++ b/nuttx/include/elf32.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * include/elf.h
+ * include/elf32.h
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -36,8 +36,8 @@
*
****************************************************************************/
-#ifndef __INCLUDE_ELF_H
-#define __INCLUDE_ELF_H
+#ifndef __INCLUDE_ELF32_H
+#define __INCLUDE_ELF32_H
/****************************************************************************
* Included Files
@@ -349,4 +349,4 @@ typedef struct
//extern Elf32_Dyn _DYNAMIC[] ;
-#endif /* __INCLUDE_ELF_H */
+#endif /* __INCLUDE_ELF32_H */
diff --git a/nuttx/include/nuttx/binfmt/elf.h b/nuttx/include/nuttx/binfmt/elf.h
index 6b13c1087..aa04adaf2 100644
--- a/nuttx/include/nuttx/binfmt/elf.h
+++ b/nuttx/include/nuttx/binfmt/elf.h
@@ -45,7 +45,7 @@
#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>
-#include <elf.h>
+#include <elf32.h>
/****************************************************************************
* Pre-processor Definitions