aboutsummaryrefslogtreecommitdiff
path: root/include/elf/tic6x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/tic6x.h')
-rw-r--r--include/elf/tic6x.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/tic6x.h b/include/elf/tic6x.h
index 46f43c8..e686cc3 100644
--- a/include/elf/tic6x.h
+++ b/include/elf/tic6x.h
@@ -158,4 +158,10 @@ enum
C6XABI_Tag_ISA_C674X = 8
};
+/* Special section names. */
+#define ELF_STRING_C6000_unwind ".c6xabi.exidx"
+#define ELF_STRING_C6000_unwind_info ".c6xabi.extab"
+#define ELF_STRING_C6000_unwind_once ".gnu.linkonce.c6xabi.exidx."
+#define ELF_STRING_C6000_unwind_info_once ".gnu.linkonce.c6xabi.extab."
+
#endif /* _ELF_TIC6X_H */