Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-02-24 04:43:49 +0300
committerH.J. Lu <hjl.tools@gmail.com>2009-02-24 04:43:49 +0300
commitbe6f5dfdc711f7535ce58a9e5869b787719c0455 (patch)
tree8a9f21dc43207e82385a7b4fce470b5e51db4c0c /include/elf/common.h
parent02b20a23114a743022b3cfac023b3a6eb8fdd072 (diff)
2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
* common.h (STB_LOPROC): Replace Application-specific with Processor-specific in comments. (STB_HIPROC): Likewise. (STT_LOPROC): Likewise. (STT_HIPROC): Likewise.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 5a0c32299..557c650ad 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -533,8 +533,8 @@
#define STB_WEAK 2 /* Like globals, lower precedence */
#define STB_LOOS 10 /* OS-specific semantics */
#define STB_HIOS 12 /* OS-specific semantics */
-#define STB_LOPROC 13 /* Application-specific semantics */
-#define STB_HIPROC 15 /* Application-specific semantics */
+#define STB_LOPROC 13 /* Processor-specific semantics */
+#define STB_HIPROC 15 /* Processor-specific semantics */
#define STT_NOTYPE 0 /* Symbol type is unspecified */
#define STT_OBJECT 1 /* Symbol is a data object */
@@ -547,8 +547,8 @@
#define STT_SRELC 9 /* Signed Complex relocation expression */
#define STT_LOOS 10 /* OS-specific semantics */
#define STT_HIOS 12 /* OS-specific semantics */
-#define STT_LOPROC 13 /* Application-specific semantics */
-#define STT_HIPROC 15 /* Application-specific semantics */
+#define STT_LOPROC 13 /* Processor-specific semantics */
+#define STT_HIPROC 15 /* Processor-specific semantics */
/* The following constants control how a symbol may be accessed once it has
become part of an executable or shared library. */