binutils-gdb/elfcpp
H.J. Lu 9706b5e627 Change ch_type to Elf_Word in struct Chdr_data<64>
The ch_type field in struct Chdr_data<64>  is 4 bytes, followed by a
4-byte padding.  This change doesn't introduce any functional change
since only the lower 32 bits of the ch_type field are used.

	PR gold/19060
	* elfcpp.h (Chdr::get_ch_type): Change return type to Elf_Word.
	* elfcpp_internal.h (Chdr_data<64>): Change ch_type to 4 bytes
	and add ch_reserved.
2015-10-04 06:14:36 -07:00
..
ChangeLog Change ch_type to Elf_Word in struct Chdr_data<64> 2015-10-04 06:14:36 -07:00
README ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm.h Add AArch32 support for arm gold linker. 2015-04-07 17:21:27 -07:00
dwarf.h [gold] Recognize DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08. 2015-02-17 08:08:24 +01:00
elfcpp.h Change ch_type to Elf_Word in struct Chdr_data<64> 2015-10-04 06:14:36 -07:00
elfcpp_file.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfcpp_internal.h Change ch_type to Elf_Word in struct Chdr_data<64> 2015-10-04 06:14:36 -07:00
elfcpp_swap.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mips.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
powerpc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sparc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilegx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
x86_64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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-2015 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.