aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog7
-rw-r--r--include/elf/tic6x-attrs.h8
2 files changed, 15 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index de57262..39de1ff 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-02 Joseph Myers <joseph@codesourcery.com>
+
+ * tic6x-attrs.h (Tag_ABI_wchar_t, Tag_ABI_stack_align_needed,
+ Tag_ABI_stack_align_preserved, Tag_ABI_PID, Tag_ABI_PIC,
+ Tag_ABI_array_object_alignment,
+ Tag_ABI_array_object_align_expected, Tag_ABI_conformance): Define.
+
2010-10-29 Joseph Myers <joseph@codesourcery.com>
* tic6x-attrs.h (Tag_ABI_compatibility): Define.
diff --git a/include/elf/tic6x-attrs.h b/include/elf/tic6x-attrs.h
index c8d8332..21ce1e4 100644
--- a/include/elf/tic6x-attrs.h
+++ b/include/elf/tic6x-attrs.h
@@ -23,5 +23,13 @@
name and value. */
TAG(Tag_ISA, 4)
+TAG(Tag_ABI_wchar_t, 6)
+TAG(Tag_ABI_stack_align_needed, 8)
+TAG(Tag_ABI_stack_align_preserved, 10)
TAG(Tag_ABI_DSBT, 12)
+TAG(Tag_ABI_PID, 14)
+TAG(Tag_ABI_PIC, 16)
+TAG(Tag_ABI_array_object_alignment, 18)
+TAG(Tag_ABI_array_object_align_expected, 20)
TAG(Tag_ABI_compatibility, 32)
+TAG(Tag_ABI_conformance, 67)