This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/pr22393
in repository binutils-gdb.
discards 3df8480bd2 Update ldlang_check_relro_region/lang_find_relro_sections_1
discards eee56d8676 Add start and end of text-only region
discards cebc619354 Add builtin linker scripts for -z readonly
discards 4e8be35e11 Read linker script from disk
discards 5bf7e2615c Generate -z readonly linker scripts
discards 6e8bdf20bf Remove link_info.readonly
discards e497364775 ELF: Add a "-z readonly" option to ld
discards 8016db3eae Add ldlang_check_relro_region and upate lang_find_relro_sections_1
discards 325f019ffd Add lang_size_relro_segment/lang_size_segment
discards ba5df5f4fa Add fold_segment_align/fold_segment_relro_end/fold_segment_end
discards 5387c15815 Add seg_align_type
new 6271b814d4 ld: Update phase_enum/relro_enum and add seg_align_type
new 7a3a9333da ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_end
new 342875f854 ld: Add lang_size_relro_segment
new 01a8860070 ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1
new a6938eb9fa ELF: Add a "-z readonly" option to ld
new 1892043bb8 Remove link_info.readonly
new 20609dbda3 Generate -z readonly linker scripts
new 0f835ba79e Read linker script from disk
new ee694a7061 Add builtin linker scripts for -z readonly
new 0a7cbb63f4 Add start and end of text-only region
new 84b27c2b41 Update ldlang_check_relro_region/lang_find_relro_sections_1
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 (3df8480bd2)
\
N -- N -- N refs/heads/users/hjl/pr22393 (84b27c2b41)
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 11 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:
ld/ldlang.c | 6 +++---
1 file changed, 3 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 users/hjl/pr22393
in repository binutils-gdb.
discards 5a20b5bffa Add warning: -z norelro is ignored due to -z norelro
discards 9d531b85b5 Add start and end of text-only region
discards 94f3bdbeb8 Add builtin linker scripts for -z readonly
discards 6efb43679f Read linker script from disk
discards f2467550ee Generate -z readonly linker scripts
discards ddf327bc3f ELF: Add a "-z readonly" option to ld
discards 366cd001c4 Add lang_size_relro_segment/lang_size_segment
discards 58e7119567 Add fold_segment_align/fold_segment_relro_end/fold_segment_end
discards 0a2ef4477c Add seg_align_type
discards 2eda518d8c ld: Add OTHER_PLT_SECTIONS
adds f29f4b6ba1 Fix racy output matching in gdb.asm/asm-source.exp
adds c7a3851716 Fix racy output matching in gdb.base/completion.exp
adds 2c88253fc4 Fix racy output matching in gdb.base/memattr.exp
adds a60e07381c Fix racy output matching in gdb.base/cpcompletion.exp
adds 5ed7a928ac Fix racy output matching in gdb.base/multi-attach.exp, gdb.s [...]
adds 584a564f36 Fix racy output matching in gdb.tui/tui-completion.exp
adds 09a5b18a6a Automatic date update in version.in
adds 9080294593 Automatic date update in version.in
adds f617a0f6ce Fix riscv binutils xfail for debug_ranges test.
adds d956390245 Automatic date update in version.in
adds 529fe20eeb non_got_ref after adjust_dynamic_relocs
adds e3e53eed9c weakdef list handling
adds ce3ad33357 ld: Add OTHER_PLT_SECTIONS
new 2a49099271 ld: Remove PF_X from PT_PHDR segment
new 5387c15815 Add seg_align_type
new ba5df5f4fa Add fold_segment_align/fold_segment_relro_end/fold_segment_end
new 325f019ffd Add lang_size_relro_segment/lang_size_segment
new 8016db3eae Add ldlang_check_relro_region and upate lang_find_relro_sections_1
new e497364775 ELF: Add a "-z readonly" option to ld
new 6e8bdf20bf Remove link_info.readonly
new 5bf7e2615c Generate -z readonly linker scripts
new 4e8be35e11 Read linker script from disk
new cebc619354 Add builtin linker scripts for -z readonly
new eee56d8676 Add start and end of text-only region
new 3df8480bd2 Update ldlang_check_relro_region/lang_find_relro_sections_1
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 (5a20b5bffa)
\
N -- N -- N refs/heads/users/hjl/pr22393 (3df8480bd2)
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 12 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 | 28 +++++
bfd/elf.c | 5 +-
bfd/elf32-hppa.c | 75 ++++++-------
bfd/elf32-ppc.c | 109 ++++++++++--------
bfd/elf64-ppc.c | 97 +++++++---------
bfd/elflink.c | 8 +-
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +
binutils/testsuite/binutils-all/objdump.exp | 2 +-
gdb/testsuite/ChangeLog | 37 ++++++
gdb/testsuite/gdb.asm/asm-source.exp | 2 +-
gdb/testsuite/gdb.base/completion.exp | 86 ++++++--------
gdb/testsuite/gdb.base/memattr.exp | 12 +-
gdb/testsuite/gdb.cp/cpcompletion.exp | 2 +-
gdb/testsuite/gdb.multi/multi-attach.exp | 4 +-
gdb/testsuite/gdb.server/ext-attach.exp | 2 +-
gdb/testsuite/gdb.server/ext-restart.exp | 2 +-
gdb/testsuite/gdb.server/ext-run.exp | 2 +-
gdb/testsuite/gdb.server/ext-wrapper.exp | 2 +-
gdb/testsuite/gdb.tui/completion.exp | 36 +++---
include/bfdlink.h | 9 +-
ld/ChangeLog | 11 ++
ld/emultempl/elf32.em | 56 ++++------
ld/ldlang.c | 167 +++++++++++++++++-----------
ld/lexsup.c | 6 +-
ld/testsuite/ld-elf/pr22423.d | 8 ++
26 files changed, 432 insertions(+), 343 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr22423.d
--
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 32302ca7ea3 Daily bump.
new 666598253c3 [cr16, powerpcspe, rs6000] Remove semicolon after ASM_OUTPU [...]
new 45fe1f46c13 Remove semicolon after ASM_OUTPUT_ASCII
new 7fbc9a6bcac [riscv] Wrap ASM_OUTPUT_LABELREF in do {} while (0)
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 | 16 ++++++++++++++++
gcc/config/cr16/cr16.h | 2 +-
gcc/config/elfos.h | 2 +-
gcc/config/powerpcspe/xcoff.h | 2 +-
gcc/config/riscv/riscv.h | 15 +++++++++------
gcc/config/rs6000/xcoff.h | 2 +-
gcc/defaults.h | 2 +-
7 files changed, 30 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 binutils-gdb.
from e3e53eed9c weakdef list handling
new ce3ad33357 ld: Add OTHER_PLT_SECTIONS
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:
ld/ChangeLog | 11 +++++++++++
ld/emulparams/elf32_x86_64.sh | 4 ++--
ld/emulparams/elf_i386.sh | 4 ++--
ld/emulparams/elf_iamcu.sh | 4 ++--
ld/emulparams/elf_x86_64.sh | 4 ++--
ld/scripttempl/elf.sc | 5 +++--
6 files changed, 22 insertions(+), 10 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 glibc.
from 456b40a97f Fix clog10_downward ulps on hppa.
new 1ffe1ccb6e support: Add xstrndup, xunlink, xreadlink, support_create_te [...]
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:
ChangeLog | 12 ++++
support/Makefile | 6 +-
support/support.h | 1 +
support/support_chroot.c | 9 +--
support/temp_file.c | 13 ++++
support/temp_file.h | 5 ++
support/tst-xreadlink.c | 72 ++++++++++++++++++++++
.../{support_write_file_string.c => xreadlink.c} | 35 ++++++-----
support/{xstrdup.c => xstrndup.c} | 8 +--
support/xunistd.h | 5 ++
support/{xdup2.c => xunlink.c} | 11 ++--
11 files changed, 147 insertions(+), 30 deletions(-)
create mode 100644 support/tst-xreadlink.c
copy support/{support_write_file_string.c => xreadlink.c} (57%)
copy support/{xstrdup.c => xstrndup.c} (86%)
copy support/{xdup2.c => xunlink.c} (86%)
--
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 d956390245 Automatic date update in version.in
new 529fe20eeb non_got_ref after adjust_dynamic_relocs
new e3e53eed9c weakdef list handling
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 | 28 ++++++++++++++
bfd/elf32-hppa.c | 75 ++++++++++++++++++--------------------
bfd/elf32-ppc.c | 109 ++++++++++++++++++++++++++++++++-----------------------
bfd/elf64-ppc.c | 97 ++++++++++++++++++++++---------------------------
bfd/elflink.c | 8 ++--
5 files changed, 174 insertions(+), 143 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 llvm.
from 5b555fa10e4 [InstCombine] Teach visitICmpInst to not break integer abso [...]
new 9c71f591136 [llvm] Remove redundant return [NFC]
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:
lib/IR/Instruction.cpp | 1 -
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 1 -
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp | 1 -
3 files changed, 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 master
in repository llvm.
from 6e10efc50e3 [X86] Use vrndscaleps/pd for 128/256 ffloor/ftrunc/fceil/fn [...]
new 5b555fa10e4 [InstCombine] Teach visitICmpInst to not break integer abso [...]
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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 18 ++++++++++++------
test/Transforms/InstCombine/icmp.ll | 16 ++++++++++++++++
2 files changed, 28 insertions(+), 6 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 users/hjl/x86
in repository binutils-gdb.
omits 366cd001c4 Add lang_size_relro_segment/lang_size_segment
omits 58e7119567 Add fold_segment_align/fold_segment_relro_end/fold_segment_end
omits 0a2ef4477c Add seg_align_type
omits 2eda518d8c ld: Add OTHER_PLT_SECTIONS
adds f29f4b6ba1 Fix racy output matching in gdb.asm/asm-source.exp
adds c7a3851716 Fix racy output matching in gdb.base/completion.exp
adds 2c88253fc4 Fix racy output matching in gdb.base/memattr.exp
adds a60e07381c Fix racy output matching in gdb.base/cpcompletion.exp
adds 5ed7a928ac Fix racy output matching in gdb.base/multi-attach.exp, gdb.s [...]
adds 584a564f36 Fix racy output matching in gdb.tui/tui-completion.exp
adds 09a5b18a6a Automatic date update in version.in
adds 9080294593 Automatic date update in version.in
adds f617a0f6ce Fix riscv binutils xfail for debug_ranges test.
adds d956390245 Automatic date update in version.in
new 933f6146e4 ld: Add OTHER_PLT_SECTIONS
new 9b3899c8a4 Add seg_align_type
new ad9a3f85fb Add fold_segment_align/fold_segment_relro_end/fold_segment_end
new c0835c50e1 Add lang_size_relro_segment/lang_size_segment
new d89ffd7476 Add ldlang_check_relro_region and upate lang_find_relro_sections_1
new bdc28ee265 ld: Remove PF_X from PT_PHDR segment
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 (366cd001c4)
\
N -- N -- N refs/heads/users/hjl/x86 (bdc28ee265)
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 6 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/elf.c | 3 +-
bfd/version.h | 2 +-
binutils/ChangeLog | 5 ++
binutils/testsuite/binutils-all/objdump.exp | 2 +-
gdb/testsuite/ChangeLog | 37 +++++++++++++
gdb/testsuite/gdb.asm/asm-source.exp | 2 +-
gdb/testsuite/gdb.base/completion.exp | 86 ++++++++++++-----------------
gdb/testsuite/gdb.base/memattr.exp | 12 ++--
gdb/testsuite/gdb.cp/cpcompletion.exp | 2 +-
gdb/testsuite/gdb.multi/multi-attach.exp | 4 +-
gdb/testsuite/gdb.server/ext-attach.exp | 2 +-
gdb/testsuite/gdb.server/ext-restart.exp | 2 +-
gdb/testsuite/gdb.server/ext-run.exp | 2 +-
gdb/testsuite/gdb.server/ext-wrapper.exp | 2 +-
gdb/testsuite/gdb.tui/completion.exp | 36 ++++++------
ld/ldlang.c | 61 ++++++++++++--------
ld/testsuite/ld-elf/pr22423.d | 8 +++
17 files changed, 155 insertions(+), 113 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr22423.d
--
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 179137d8088 2017-11-11 Janus Weil <janus(a)gcc.gnu.org>
new 32302ca7ea3 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.