Alexander von Gluck IV 46e1ce6913 binutils: Import binutils 2.36.1
Change-Id: I06fc1c19229e26c20132c255c92b7e71ea3cc31a
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/4372
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
2021-08-26 20:24:40 +00:00
..
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2016-10-10 16:55:00 +02:00
2019-07-11 17:29:38 +00:00
2019-07-11 17:29:38 +00:00
2019-07-11 17:29:38 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00
2021-08-26 20:24:40 +00:00

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