mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
fd67aa1129
Adds two new external authors to etc/update-copyright.py to cover bfd/ax_tls.m4, and adds gprofng to dirs handled automatically, then updates copyright messages as follows: 1) Update cgen/utils.scm emitted copyrights. 2) Run "etc/update-copyright.py --this-year" with an extra external author I haven't committed, 'Kalray SA.', to cover gas testsuite files (which should have their copyright message removed). 3) Build with --enable-maintainer-mode --enable-cgen-maint=yes. 4) Check out */po/*.pot which we don't update frequently.
17 lines
578 B
Plaintext
17 lines
578 B
Plaintext
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-2024 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.
|