This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_33-branch in repository binutils-gdb.
from 068723f59d Automatic date update in version.in new 443adfa409 PR24262, plugin search dir doesn't respect --libdir new 7cb2dcb804 PR25046, readelf "Reading xxx bytes extends past end of file [...] new 1b1bf9a89a PowerPC PIC vs. DLL TLS issues new 8aaf083b7f Re: PowerPC PIC vs. DLL TLS issues new 52b0b563f1 PowerPC section flag tidy new 977424c60e PowerPC TLS miscounting PLT for __tls_get_addr new 0bc183f81a PR25079, "ar s" stopped working
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 49 +++++++++++++++++++++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 5 ++- bfd/elf32-ppc.c | 90 +++++++++++++++------------------------ bfd/elf64-ppc.c | 53 +++++++++++------------ bfd/plugin.c | 86 +++++++++++++++++++++++-------------- binutils/ChangeLog | 13 ++++++ binutils/ar.c | 3 +- binutils/readelf.c | 6 +-- ld/ChangeLog | 15 +++++++ ld/ld.texi | 2 +- ld/testsuite/ld-powerpc/tlsso.d | 18 ++++---- ld/testsuite/ld-powerpc/tlsso.g | 2 + ld/testsuite/ld-powerpc/tlsso.r | 6 ++- ld/testsuite/ld-powerpc/tlsso32.d | 14 +++--- ld/testsuite/ld-powerpc/tlsso32.g | 3 +- ld/testsuite/ld-powerpc/tlsso32.r | 6 ++- 17 files changed, 230 insertions(+), 143 deletions(-)