]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
MIPS/BFD: Use enumeration constants for EI_ABIVERSION
authorMaciej W. Rozycki <macro@mips.com>
Thu, 21 Jun 2018 20:40:56 +0000 (21:40 +0100)
committerMaciej W. Rozycki <macro@mips.com>
Thu, 21 Jun 2018 20:40:56 +0000 (21:40 +0100)
commitbb29b84d8c2cc2e91f8dec7f7eb64f03470bd03c
tree1dc12741f93ae254d4aab252fd03200e7aff5f86
parent25eb8346acc04b10d62295eb4c67c928b01a8aaf
MIPS/BFD: Use enumeration constants for EI_ABIVERSION

Define enumeration constants based on generated `libc-abis.h' from GNU
libc, adding a MIPS_ prefix as these are port-specific.  Use them to
replace magic numbers stored in the EI_ABIVERSION field of the ELF file
header.

bfd/
* elfxx-mips.c (MIPS_LIBC_ABI_DEFAULT, MIPS_LIBC_ABI_MIPS_PLT)
(MIPS_LIBC_ABI_UNIQUE, MIPS_LIBC_ABI_MIPS_O32_FP64)
(MIPS_LIBC_ABI_MAX): New enumeration constants.
(_bfd_mips_post_process_headers): Use them in place of magic
numbers.
bfd/ChangeLog
bfd/elfxx-mips.c