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