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 758f590744b libctf: add missing header in BFD ELF check
new e92c8eb86dc gdb/fortran: add parser support for lbound and ubound
The 1 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:
gdb/ChangeLog | 16 +++
gdb/f-exp.y | 18 +++
gdb/f-lang.c | 172 +++++++++++++++++++++++
gdb/std-operator.def | 4 +
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 105 ++++++++++++++
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 204 ++++++++++++++++++++++++++++
7 files changed, 524 insertions(+)
create mode 100644 gdb/testsuite/gdb.fortran/lbound-ubound.F90
create mode 100644 gdb/testsuite/gdb.fortran/lbound-ubound.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 52ff20fe7ba [binutils] Handle presence of both .debug_ranges and .debug [...]
new ebbc3a7d56f gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
new a52d653e917 gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
The 2 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:
gdb/ChangeLog | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/breakpoint.c | 5 ++---
gdb/coff-pe-read.c | 2 +-
gdb/coffread.c | 4 ++--
gdb/ctfread.c | 2 +-
gdb/dwarf2/read.c | 10 ++++-----
gdb/findvar.c | 18 +++++++---------
gdb/infcmd.c | 2 +-
gdb/language.c | 2 +-
gdb/linespec.c | 2 +-
gdb/maint.c | 2 +-
gdb/minsyms.c | 19 +++++++++--------
gdb/objfiles.c | 4 ++--
gdb/parse.c | 5 ++---
gdb/printcmd.c | 6 +++---
gdb/psympriv.h | 7 +++----
gdb/psymtab.c | 2 +-
gdb/stabsread.c | 2 +-
gdb/symmisc.c | 6 +++---
gdb/symtab.c | 32 ++++++++++++++++++----------
gdb/symtab.h | 36 ++++++++++++++++++++------------
gdb/xcoffread.c | 8 +++----
22 files changed, 157 insertions(+), 80 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.