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 b22ee0e49ba sim: ppc: hoist pk.h creation to top-level
new 528b729be1a gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in li [...]
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/NEWS | 5 +
gdb/amd64-tdep.c | 8 ++
gdb/buildsym.c | 1 +
gdb/buildsym.h | 4 +
gdb/doc/gdb.texinfo | 14 +-
gdb/dwarf2/read.c | 14 +-
gdb/symmisc.c | 4 +-
gdb/symtab.c | 41 ++++++
gdb/symtab.h | 11 ++
gdb/testsuite/gdb.dwarf2/dw2-epilogue-begin.c | 51 +++++++
gdb/testsuite/gdb.dwarf2/dw2-epilogue-begin.exp | 173 ++++++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 2 +-
gdb/testsuite/lib/dwarf.exp | 13 +-
13 files changed, 328 insertions(+), 13 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-epilogue-begin.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-epilogue-begin.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 gcc.
from b041bd4ec2c aarch64: add 'AARCH64_EXTRA_TUNE_FULLY_PIPELINED_FMA'
new 76f069fef7d RISC-V: Add simplification of dummy len and dummy mask COND [...]
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:
gcc/config/riscv/riscv-v.cc | 11 ++++++++---
gcc/testsuite/gcc.target/riscv/rvv/base/vf_avl-3.c | 11 +++++++++++
2 files changed, 19 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/vf_avl-3.c
--
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 5f7e03a6bb1 sim: ppc: merge configure logic into top-level
new 431d8a2ca40 sim: ppc: hoist igen execution to top-level
new 10f554512f7 sim: ppc: hoist hw.[ch] creation to top-level
new b22ee0e49ba sim: ppc: hoist pk.h creation to top-level
The 3 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:
sim/Makefile.in | 159 +++++++++++++++++++++++++++++++++++++++++---------
sim/arch-subdir.mk.in | 2 +
sim/ppc/Makefile.in | 133 +++--------------------------------------
sim/ppc/local.mk | 130 ++++++++++++++++++++++++++++++++++++++++-
sim/ppc/pk.h | 2 +-
5 files changed, 272 insertions(+), 154 deletions(-)
--
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 93c0f1cf94b sim: ppc: move defines.h generation to the top-level
new 5b6d72c9a58 sim: ppc: drop now unused config.in
new 0c53b9d6976 sim: ppc: switch to AS_HELP_STRING for automatic formatting
new 08e88f27c7a sim: ppc: standardize configure option processing
new cc92657346e sim: ppc: scope configure options to --enable-sim-ppc-xxx
new 5f7e03a6bb1 sim: ppc: merge configure logic into top-level
The 5 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:
sim/Makefile.in | 30 +-
sim/configure | 571 ++++++---
sim/configure.ac | 7 +-
sim/ppc/Makefile.in | 50 +-
sim/ppc/acinclude.m4 | 228 ++++
sim/ppc/aclocal.m4 | 15 -
sim/ppc/config.in | 19 -
sim/ppc/configure | 3234 --------------------------------------------------
sim/ppc/configure.ac | 303 -----
9 files changed, 704 insertions(+), 3753 deletions(-)
create mode 100644 sim/ppc/acinclude.m4
delete mode 100644 sim/ppc/aclocal.m4
delete mode 100644 sim/ppc/config.in
delete mode 100755 sim/ppc/configure
delete mode 100644 sim/ppc/configure.ac
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.