This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from a52d653e917 gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros new 830c5a1ffb0 intl: Allow building both with old bison and bison >= 3 [PR92008] new adda0248ed0 intl: Unbreak intl build with bison 3 when no regeneration [...] new 53d4244ec0a intl: always picify new aee224d6434 intl: turn LIBINTL into -L / -l form new 95148614026 bfd, opcodes, libctf: support --with-included-gettext new cbd8f5bbcc8 libctf: require a Tcl capable of try/catch to run tests new 758f590744b libctf: add missing header in BFD ELF check
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 | 6 +++ bfd/configure | 11 +++-- bfd/configure.ac | 11 +++-- intl/ChangeLog | 49 ++++++++++++++++++++++ intl/Makefile.in | 16 ++++++-- intl/aclocal.m4 | 1 + intl/configure | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++- intl/configure.ac | 30 +++++++++++++- intl/plural-config.h | 1 + intl/plural-exp.h | 8 +++- intl/plural.c | 62 +++++++++++++++++++--------- intl/plural.y | 27 +++++++++++- libctf/ChangeLog | 23 +++++++++++ libctf/Makefile.am | 6 ++- libctf/Makefile.in | 91 +++++++++++++++++++++++------------------ libctf/configure | 91 +++++++++++++++++++++++++++++++++++++---- libctf/configure.ac | 27 +++++++++--- opcodes/ChangeLog | 6 +++ opcodes/configure | 8 +++- opcodes/configure.ac | 8 +++- 20 files changed, 496 insertions(+), 99 deletions(-) create mode 100644 intl/plural-config.h