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:
authorNick Clifton <nickc@redhat.com>2003-03-25 23:56:01 +0300
committerNick Clifton <nickc@redhat.com>2003-03-25 23:56:01 +0300
commitb2b9de805fd5d5ddf6de3efb0868f9f464b961c9 (patch)
tree26dfefce366b35472ad1909770eb67016c145ad7 /include/elf/arm.h
parentce7a3610725da57c8f90b0f8620fbbb7eb3c1798 (diff)
Add iWMMXt support
Diffstat (limited to 'include/elf/arm.h')
-rw-r--r--include/elf/arm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/arm.h b/include/elf/arm.h
index 534701753..3b3f8d0e2 100644
--- a/include/elf/arm.h
+++ b/include/elf/arm.h
@@ -140,4 +140,7 @@ START_RELOC_NUMBERS (elf_arm_reloc_type)
RELOC_NUMBER (R_ARM_RBASE, 255)
END_RELOC_NUMBERS (R_ARM_max)
+/* The name of the note section used to identify arm variants. */
+#define ARM_NOTE_SECTION ".note.arm.ident"
+
#endif /* _ELF_ARM_H */