This is an automated email from the git hooks/post-receive script.
adhemerval.zanella pushed a change to branch linaro_binutils-2_24-branch
in repository toolchain/binutils-gdb.
from dd806ac gas: section name substitution sequence
new 3e6e769 Fix broken -Bsymbolic-functions
new 13e81dd [AArch64] Fix function pointer variable with -Bsymbolic-functions
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:
bfd/ChangeLog | 14 ++++++++++++++
bfd/elf32-arm.c | 2 +-
bfd/elf32-hppa.c | 8 ++++----
bfd/elf32-m68k.c | 4 ++--
bfd/elf32-nios2.c | 6 +++---
bfd/elf32-tic6x.c | 4 ++--
ld/testsuite/ChangeLog | 10 ++++++++++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 +
ld/testsuite/ld-elf/elf.exp | 23 +++++++++++++++++++++++
ld/testsuite/ld-elf/symbolic-func.r | 18 ++++++++++++++++++
ld/testsuite/ld-elf/symbolic-func.s | 13 +++++++++++++
11 files changed, 91 insertions(+), 12 deletions(-)
create mode 100644 ld/testsuite/ld-elf/symbolic-func.r
create mode 100644 ld/testsuite/ld-elf/symbolic-func.s
--
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 27093f4 * config/rs6000/xcoff.h (ASM_PREFERRED_EH_DATA_FORMAT): Use 6 [...]
new 0e52638 gather bbs and conditions in a single walk through dominators
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/ChangeLog | 35 ++++++
gcc/graphite-dependences.c | 2 +-
gcc/graphite-isl-ast-to-gimple.c | 4 +-
gcc/graphite-optimize-isl.c | 4 +-
gcc/graphite-poly.c | 14 +--
gcc/graphite-poly.h | 3 +-
gcc/graphite-scop-detection.c | 231 ++++++++++-----------------------------
gcc/graphite-sese-to-poly.c | 19 ++--
gcc/sese.c | 1 +
gcc/sese.h | 3 +
10 files changed, 118 insertions(+), 198 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 545ab43 compiler: Don't make temporaries for constant operands.
new 27093f4 * config/rs6000/xcoff.h (ASM_PREFERRED_EH_DATA_FORMAT): Use 6 [...]
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/ChangeLog | 5 +++++
gcc/config/rs6000/xcoff.h | 4 ++--
2 files changed, 7 insertions(+), 2 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 df07d17 PR go/67874 net, runtime: Call C library fcntl function [...]
new 571e1a4 PR target/66697 * config/i386/i386.c (ix86_option_override_ [...]
new 545ab43 compiler: Don't make temporaries for constant operands.
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:
gcc/ChangeLog | 23 +++++++++--
gcc/config/i386/i386.c | 65 +++++++++++++++++++++++++-----
gcc/config/i386/i386.h | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 4 +-
gcc/testsuite/ChangeLog | 14 +++++--
gcc/testsuite/gcc.target/i386/20060512-1.c | 13 ++++--
gcc/testsuite/gcc.target/i386/20060512-2.c | 1 -
8 files changed, 100 insertions(+), 24 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 hjl/interrupt/master
in repository gcc.
discards b9c1992 Implement x86 interrupt attribute
discards abc0294 Support unaligned SSE moves outside realigned area
adds ed03898 PR sanitizer/67867 * search.c (accessible_p): Initialize OT [...]
adds f032380 move graphite bookkeeping from sese to sese_info
adds e08f2b0 remove unused code
adds 3dabf8d * testsuite/lib/atomic-dg.exp (atomic_link_flags): Move flag [...]
adds df07d17 PR go/67874 net, runtime: Call C library fcntl function [...]
new 571e1a4 PR target/66697 * config/i386/i386.c (ix86_option_override_ [...]
new 545ab43 compiler: Don't make temporaries for constant operands.
new 3cc661f Implement x86 interrupt attribute
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b9c1992)
\
N -- N -- N refs/heads/hjl/interrupt/master (3cc661f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
gcc/ChangeLog | 94 ++++++++++++++++++++++++++-
gcc/cp/ChangeLog | 5 ++
gcc/cp/search.c | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 4 +-
gcc/graphite-isl-ast-to-gimple.c | 38 +++++------
gcc/graphite-poly.c | 4 +-
gcc/graphite-poly.h | 4 +-
gcc/graphite-scop-detection.c | 137 ++++++++++++++-------------------------
gcc/graphite-sese-to-poly.c | 46 ++++++-------
gcc/graphite.c | 8 +--
gcc/sese.c | 104 ++++++++++++++---------------
gcc/sese.h | 132 ++++++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 17 ++++-
gcc/testsuite/lib/atomic-dg.exp | 16 +++--
libgo/go/net/fd_unix.go | 10 ++-
libgo/runtime/go-varargs.c | 24 +++++++
17 files changed, 383 insertions(+), 264 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 3dabf8d * testsuite/lib/atomic-dg.exp (atomic_link_flags): Move flag [...]
new df07d17 PR go/67874 net, runtime: Call C library fcntl function [...]
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/go/gofrontend/MERGE | 2 +-
libgo/go/net/fd_unix.go | 10 +++++++++-
libgo/runtime/go-varargs.c | 24 ++++++++++++++++++++++++
3 files changed, 34 insertions(+), 2 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 e08f2b0 remove unused code
new 3dabf8d * testsuite/lib/atomic-dg.exp (atomic_link_flags): Move flag [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/atomic-dg.exp | 16 ++++++++++++----
2 files changed, 17 insertions(+), 4 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 f032380 move graphite bookkeeping from sese to sese_info
new e08f2b0 remove unused code
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/ChangeLog | 10 ++++++++++
gcc/graphite-scop-detection.c | 3 ---
gcc/sese.c | 1 -
gcc/sese.h | 8 +-------
4 files changed, 11 insertions(+), 11 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 ed03898 PR sanitizer/67867 * search.c (accessible_p): Initialize OT [...]
new f032380 move graphite bookkeeping from sese to sese_info
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/ChangeLog | 61 ++++++++++++++++++
gcc/graphite-isl-ast-to-gimple.c | 38 +++++------
gcc/graphite-poly.c | 4 +-
gcc/graphite-poly.h | 4 +-
gcc/graphite-scop-detection.c | 134 ++++++++++++++-------------------------
gcc/graphite-sese-to-poly.c | 46 +++++++-------
gcc/graphite.c | 8 +--
gcc/sese.c | 103 +++++++++++++++---------------
gcc/sese.h | 124 +++++++++++++++++++++---------------
9 files changed, 283 insertions(+), 239 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.