mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
Rename the Arm AEABI CPU architecture tag constants and macro definitions to include the profile suffix for A-profile architectures. This makes the naming consistent with existing v8-R and v8-M tag names, while preserving the existing numeric tag values. Update BFD, GAS and Gold usage accordingly, including attribute combination tables, architecture checks, and mach selection. |
||
|---|---|---|
| .. | ||
| aarch64.h | ||
| arm.h | ||
| ChangeLog | ||
| ChangeLog-0815 | ||
| ChangeLog-2016 | ||
| ChangeLog-2017 | ||
| ChangeLog-2018 | ||
| ChangeLog-2019 | ||
| ChangeLog-2020 | ||
| dwarf.h | ||
| elfcpp.h | ||
| elfcpp_file.h | ||
| elfcpp_internal.h | ||
| elfcpp_swap.h | ||
| i386.h | ||
| mips.h | ||
| powerpc.h | ||
| README | ||
| s390.h | ||
| sparc.h | ||
| tilegx.h | ||
| x86_64.h | ||
elfcpp is a C++ library for reading and writing ELF information. This
was written to support gold, the ELF linker, and may not be generally
useful.
elfcpp does not do file I/O. It deals only with offsets and memory
data.
For efficiency, most accessors are templates with two arguments: the
ELF file class (32 or 64 bits) and the endianness.
Copyright (C) 2012-2026 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.