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:
authorHans-Peter Nilsson <hp@axis.com>2000-09-29 20:52:42 +0400
committerHans-Peter Nilsson <hp@axis.com>2000-09-29 20:52:42 +0400
commit2470ae91c341bff07507fdee80d6b88f24a64cc7 (patch)
tree94c3574c29e711c708b04be76747b4d16e60d256 /include/elf/cris.h
parent830ac3d276e8d729aac62fdae627de6280bebebb (diff)
* cris.h (EF_CRIS_UNDERSCORE): New.
Diffstat (limited to 'include/elf/cris.h')
-rw-r--r--include/elf/cris.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/cris.h b/include/elf/cris.h
index 576630d84..957f19448 100644
--- a/include/elf/cris.h
+++ b/include/elf/cris.h
@@ -41,4 +41,7 @@ START_RELOC_NUMBERS (elf_cris_reloc_type)
END_RELOC_NUMBERS (R_CRIS_max)
+/* User symbols in this file have a leading underscore. */
+#define EF_CRIS_UNDERSCORE 0x00000001
+
#endif /* _ELF_CRIS_H */