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 05987d9f8e ld: Create a new LOAD segment for -z textonly discards 98b8ba312b Add start and end of text-only region discards d93a660ab8 ld: Add "-z textonly" option to ELF linker omits f289b4dcf4 ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1 omits e252cb5e42 ld: Add lang_size_relro_segment omits 5780fdfc16 ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_end omits 6093d69375 ld: Update phase_enum/relro_enum and add seg_align_type omits 2a49099271 ld: Remove PF_X from PT_PHDR segment adds 53892e6d23 Automatic date update in version.in adds f882209d9a ld: Remove PF_X from PT_PHDR segment new e30c6d38be ld: Update phase_enum/relro_enum and add seg_align_type new c0745d6aa8 ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_end new 6748ad3962 ld: Add lang_size_relro_segment new 24c80251ad ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1 new 95078c08fc ld: Add "-z textonly" option to ELF linker new 555eb3fe4e ld: Add TEXT_SEGMENT_ALIGN/TEXT_SEGMENT_{RELRO_}END new 8689a6b7b5 ld: Create a new LOAD segment for text-only LOAD 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 (05987d9f8e) \ N -- N -- N refs/heads/users/hjl/pr22393 (8689a6b7b5)
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 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/elf.c | 18 ++++++++++-------- bfd/version.h | 2 +- ld/ChangeLog | 16 ++++++++++++++++ ld/ldlang.c | 8 ++++---- ld/testsuite/ld-alpha/tlsbin.rd | 2 +- ld/testsuite/ld-alpha/tlsbinr.rd | 2 +- ld/testsuite/ld-ia64/tlsbin.rd | 2 +- ld/testsuite/ld-powerpc/tlsexe.r | 2 +- ld/testsuite/ld-powerpc/tlsexe32.r | 2 +- ld/testsuite/ld-powerpc/tlsexetoc.r | 2 +- ld/testsuite/ld-s390/tlsbin.rd | 2 +- ld/testsuite/ld-s390/tlsbin_64.rd | 2 +- ld/testsuite/ld-sparc/tlssunbin32.rd | 2 +- ld/testsuite/ld-sparc/tlssunbin64.rd | 2 +- 15 files changed, 47 insertions(+), 23 deletions(-)