]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
S/390: z13 use GNU attribute to indicate vector ABI
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 27 Apr 2015 08:32:23 +0000 (10:32 +0200)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 27 Apr 2015 08:32:23 +0000 (10:32 +0200)
commit643f7afb0d7f63dcff873d3cbfd7ed3eaf94197f
tree4bff220a5e5372b4ab9ee2a33d6bf761dbf3248c
parent3b78cfe1033fafa6ca36c69cf8587c1bd96996ca
S/390: z13 use GNU attribute to indicate vector ABI

bfd/
* elf-s390-common.c (elf_s390_merge_obj_attributes): New function.
* elf32-s390.c (elf32_s390_merge_private_bfd_data): Call
elf_s390_merge_obj_attributes.
* elf64-s390.c (elf64_s390_merge_private_bfd_data): New function.

binutils/
* readelf.c (display_s390_gnu_attribute): New function.
(process_s390_specific): New function.
(process_arch_specific): Call process_s390_specific.

gas/
* doc/as.texinfo: Document Tag_GNU_S390_ABI_Vector.

include/elf/
* s390.h: Define Tag_GNU_S390_ABI_Vector.
bfd/ChangeLog
bfd/elf-s390-common.c
bfd/elf32-s390.c
bfd/elf64-s390.c
binutils/ChangeLog
binutils/readelf.c
gas/doc/as.texinfo
gas/testsuite/ChangeLog
include/elf/ChangeLog
include/elf/s390.h