binutils-gdb/elfcpp
Alan Modra f12d1e8a66 ARM: Add support for value 3 of Tag_ABI_VFP_args attribute
Missing from 5c294fee

elfcpp/
	* arm.h: Add enums for Tag_ABI_FP_number_model and Tag_ABI_VFP_args.
gold/
	* arm.cc (Target_arm::do_adjust_elf_header): Provide namespace on
	new enums.
	(Target_arm::merge_object_attributes, ): Likewise.
2014-12-25 22:22:25 +10:30
..
ChangeLog ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 22:22:25 +10:30
README Update copyright years 2014-03-05 22:16:15 +10:30
aarch64.h Add tls support to gold aarch64 backend. 2014-09-17 14:24:10 -07:00
arm.h ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 22:22:25 +10:30
dwarf.h Update copyright years 2014-03-05 22:16:15 +10:30
elfcpp.h [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elfcpp_file.h Make Elf_file::section_name() a const function, so that it can be used in 2014-09-02 15:44:58 -07:00
elfcpp_internal.h Update copyright years 2014-03-05 22:16:15 +10:30
elfcpp_swap.h Update copyright years 2014-03-05 22:16:15 +10:30
i386.h Update copyright years 2014-03-05 22:16:15 +10:30
mips.h Add support for MIPS R6. 2014-09-15 12:15:55 +01:00
powerpc.h Update copyright years 2014-03-05 22:16:15 +10:30
sparc.h Update copyright years 2014-03-05 22:16:15 +10:30
tilegx.h Update copyright years 2014-03-05 22:16:15 +10:30
x86_64.h Update copyright years 2014-03-05 22:16:15 +10:30

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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-2014 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.