/* begin *
Various upstream patches:
binutils-2.42-cleansweep.patch
binutils-2.42-copy-osabi.patch
Various regression fixes:
binutils-2.42-aarch64-ifunc.patch
binutils-2.42-not-link-static-libstdc++.patch
binutils-2.42-fname-in-error-messages.patch - strongly after binutils-2.42-readelf-other-sym-info.patch
binutils-2.42-gold-i386-gnu-property-notes.patch
binutils-2.42-gold-mismatched-section-flags.patch
binutils-2.42-gold-warn-unsupported.patch
binutils-2.42-readelf-other-sym-info.patch
binutils-2.42-revert-PLT-elision.patch
binutils-2.42-special-sections-in-groups.patch - strongly after binutils-2.42-copy-osabi.patch
binutils-2.42-testsuite-failures.patch
binutils-2.42-export-demangle.patch - Export the demangle.h header file;
binutils-2.42-no-config-check.patch - Don't check to see if 'config.h' was included in the installed headers;
binutils-2.42-ldforcele.patch - use LD_FORCE_LE environment variable;
binutils-2.42-libtool-lib64.patch - Work around a bug caused by binutils using an ancient libtool;
README.TXT - this file.
NOTE:
====
On ppc64 and aarch64, we might use 64KiB pages. Following command can be used
to set common page size to 64KiB:
sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*ppc.c
sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*aarch64.c
sed -i -e '/common_pagesize/s/4 /64 /' gold/powerpc.cc
sed -i -e '/pagesize/s/0x1000,/0x10000,/' gold/aarch64.cc
* end */