]> sourceware.org Git - newlib-cygwin.git/commitdiff
bfd:
authorJoseph Myers <joseph@codesourcery.com>
Fri, 29 Oct 2010 16:47:54 +0000 (16:47 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 29 Oct 2010 16:47:54 +0000 (16:47 +0000)
* elf32-tic6x.c (elf32_tic6x_obj_attrs_arg_type): Check
Tag_ABI_compatibility not Tag_compatibility.
(elf32_tic6x_merge_attributes): Update compatibility attribute
name in comment.  Return FALSE if merging common attributes fails.

binutils:
* readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
not hardcoded 32.  Display name of this attribute.

gas:
* doc/c-tic6x.texi (TIC6X Directives): Mention
Tag_ABI_compatibility.

gas/testsuite:
* gas/tic6x/attr-compatibility-directive-1.d,
gas/tic6x/attr-compatibility-directive-1.s,
gas/tic6x/attr-compatibility-directive-2.d,
gas/tic6x/attr-compatibility-directive-2.s: New tests.

include/elf:
* tic6x-attrs.h (Tag_ABI_compatibility): Define.

ld/testsuite:
* ld-tic6x/attr-compatibility-gnu-gnu.d,
ld-tic6x/attr-compatibility-gnu-other.d,
ld-tic6x/attr-compatibility-gnu.s,
ld-tic6x/attr-compatibility-other-gnu.d,
ld-tic6x/attr-compatibility-other-other.d,
ld-tic6x/attr-compatibility-other.s: New tests.

include/elf/ChangeLog
include/elf/tic6x-attrs.h

index a8e25fd5a231e5d84100f500594bd9f0edc5e61c..de57262e9f7eb2aa562006aa756a2af7490f8493 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * tic6x-attrs.h (Tag_ABI_compatibility): Define.
+
 2010-10-29  Bernd Schmidt  <bernds@codesourcery.com>
             Joseph Myers  <joseph@codesourcery.com>
 
index f131cffd15bce0f1b8b55deabec3d6c7c12b24a8..c8d8332d6ed95a998d6a1e0617f823e1a12bc106 100644 (file)
@@ -24,3 +24,4 @@
 
 TAG(Tag_ISA, 4)
 TAG(Tag_ABI_DSBT, 12)
+TAG(Tag_ABI_compatibility, 32)
This page took 0.034713 seconds and 5 git commands to generate.