This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f53ffc9b90 x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
new 4e6db99c66 elf: ld.so --help calls _dl_init_paths without a main map [B [...]
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:
elf/Makefile | 18 ++++++++++++++++--
elf/dl-load.c | 8 +++++++-
2 files changed, 23 insertions(+), 3 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 release/2.33/master
in repository glibc.
from 32b9280f1d io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
new 64f6c287ad x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
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:
sysdeps/x86/Makefile | 8 ++++
sysdeps/x86/cacheinfo.c | 3 ++
sysdeps/x86/dl-cacheinfo.h | 6 +++
sysdeps/x86/dl-diagnostics-cpu.c | 2 +
sysdeps/x86/include/cpu-features.h | 2 +
sysdeps/x86/tst-sysconf-cache-linesize-static.c | 1 +
...cet-legacy-9.c => tst-sysconf-cache-linesize.c} | 44 +++++++++++++++-------
7 files changed, 52 insertions(+), 14 deletions(-)
create mode 100644 sysdeps/x86/tst-sysconf-cache-linesize-static.c
copy sysdeps/x86/{tst-cet-legacy-9.c => tst-sysconf-cache-linesize.c} (57%)
--
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 glibc.
from 3324213125 elf: Always set l in _dl_init_paths (bug 23462)
new f53ffc9b90 x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
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:
sysdeps/x86/Makefile | 8 ++++
sysdeps/x86/cacheinfo.c | 3 ++
sysdeps/x86/dl-cacheinfo.h | 6 +++
sysdeps/x86/dl-diagnostics-cpu.c | 2 +
sysdeps/x86/include/cpu-features.h | 2 +
sysdeps/x86/tst-sysconf-cache-linesize-static.c | 1 +
...cet-legacy-9.c => tst-sysconf-cache-linesize.c} | 44 +++++++++++++++-------
7 files changed, 52 insertions(+), 14 deletions(-)
create mode 100644 sysdeps/x86/tst-sysconf-cache-linesize-static.c
copy sysdeps/x86/{tst-cet-legacy-9.c => tst-sysconf-cache-linesize.c} (57%)
--
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 1996d0f12cd Add a symbols-only mode to nm.
new 207582c0758 Fix bug in Ada aggregate assignment
new 1ac7452264f Fix Ada assignment resolution
new 9863c3b5fc6 Fix regression in Ada ptype
new c04da66c264 Implement Ada operator overloading
new 3b5c4de0cf9 Call ada_ensure_varsize_limit in indirection
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:
gdb/ChangeLog | 34 +++++
gdb/ada-exp.h | 9 +-
gdb/ada-exp.y | 167 ++++++++++++++++-----
gdb/ada-lang.c | 22 +--
gdb/testsuite/ChangeLog | 28 ++++
gdb/testsuite/gdb.ada/assign_arr.exp | 7 +
gdb/testsuite/gdb.ada/assign_arr/main_p324_051.adb | 2 +
.../{target_wrapper.ads => target_wrapper.adb} | 18 ++-
.../gdb.ada/assign_arr/target_wrapper.ads | 8 +
.../gdb.ada/{assign_arr.exp => enums_overload.exp} | 20 +--
.../enums_overload.adb} | 30 ++--
.../enums_overload.ads} | 15 +-
.../enums_overload_main.adb} | 11 +-
gdb/testsuite/gdb.ada/operator_call.exp | 115 ++++++++++++++
.../main_p324_051.adb => operator_call/opcall.adb} | 14 +-
gdb/testsuite/gdb.ada/operator_call/twovecs.adb | 133 ++++++++++++++++
gdb/testsuite/gdb.ada/operator_call/twovecs.ads | 55 +++++++
gdb/testsuite/gdb.ada/varsize_limit.exp | 2 +-
gdb/testsuite/gdb.ada/varsize_limit/vsizelim.adb | 14 ++
19 files changed, 611 insertions(+), 93 deletions(-)
copy gdb/testsuite/gdb.ada/assign_arr/{target_wrapper.ads => target_wrapper.adb} (71%)
copy gdb/testsuite/gdb.ada/{assign_arr.exp => enums_overload.exp} (63%)
copy gdb/testsuite/gdb.ada/{assign_arr/target_wrapper.ads => enums_overload/enums_ [...]
copy gdb/testsuite/gdb.ada/{assign_arr/main_p324_051.adb => enums_overload/enums_o [...]
copy gdb/testsuite/gdb.ada/{assign_arr/main_p324_051.adb => enums_overload/enums_o [...]
create mode 100644 gdb/testsuite/gdb.ada/operator_call.exp
copy gdb/testsuite/gdb.ada/{assign_arr/main_p324_051.adb => operator_call/opcall.a [...]
create mode 100644 gdb/testsuite/gdb.ada/operator_call/twovecs.adb
create mode 100644 gdb/testsuite/gdb.ada/operator_call/twovecs.ads
--
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 releases/gcc-9
in repository gcc.
from 4b1d5fe7121 Daily bump.
new b4f86a21263 Fortran: Fix problem with allocate initialization [PR99545].
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/fortran/trans-stmt.c | 2 +-
gcc/testsuite/gfortran.dg/pr99545.f90 | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90
--
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 releases/gcc-10
in repository gcc.
from 62bba614ffa Fortran: Fix problem with allocate initialization [PR99545].
new 9b0bbe19afb ira: Make sure allocno copies are ordered [PR98791]
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/ira-conflicts.c | 5 ++++-
gcc/testsuite/gcc.target/aarch64/sve/pr98791.c | 12 ++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98791.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 releases/gcc-10
in repository gcc.
from 5791ecedcdb Daily bump.
new 62bba614ffa Fortran: Fix problem with allocate initialization [PR99545].
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/fortran/trans-stmt.c | 2 +-
gcc/testsuite/gfortran.dg/pr99545.f90 | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90
--
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 8d624a9d805 gdb/fortran: Fix quad floating-point type for Intel compilers.
new 1996d0f12cd Add a symbols-only mode to nm.
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:
binutils/ChangeLog | 17 +++++++
binutils/NEWS | 4 ++
binutils/doc/binutils.texi | 45 +++++++++++++------
binutils/nm.c | 109 +++++++++++++++++++++++++++++++++++----------
4 files changed, 137 insertions(+), 38 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 gcc.
from 52654036a54 Handle EXEC_IOLENGTH in doloop_contained_procedure_code.
new 5b32a1817d9 znver3 tuning part 1
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/i386/i386-options.c | 2 +-
gcc/config/i386/x86-tune-costs.h | 134 +++++++++++++++++++++++++++++++++++++++
2 files changed, 135 insertions(+), 1 deletion(-)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/gcc.
from a07015ad4dc Daily bump.
adds 758d80f5ff4 Daily bump.
adds 5791ecedcdb Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.