This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/linux/master in repository binutils-gdb.
from 9eed002340 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds 933ea656af Automatic date update in version.in adds 7615ca1dc9 RISC-V: Fix accidental embedded -shared regressions. adds 6cef73f96f PR22662, nds32: Fix a typographical error. adds b1dc1806fa Fix breakpoint add on inlined function using function name. adds be2e7d9541 Add support for the AArch64's CSDB instruction. adds 91d8b67066 [Arm] Add CSDB instruction adds 74ccf6db11 Add explicit shared check to eh-frame-hdr test. adds d2176225dc Support 'info proc' for FreeBSD process core dumps. adds b999e2038d Don't return stale data from fbsd_pid_to_exec_file for kerne [...] adds 262f62f57d Use gdb::unique_xmalloc_ptr<> instead of a deleter that invo [...] adds 92fce24de2 Support 'info proc' for native FreeBSD processes. adds 2d97a5d9d3 Document support for 'info proc' on FreeBSD. adds d9ccd460fd Automatic date update in version.in adds 35fd2b2bcf RISC-V: Disassemble x0 based addresses as 0. adds c9e9227878 x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variants adds cbda583ada x86: fix Disp8 handling for scalar AVX512_4FMAPS insns adds 2a8ae7146c Update the libiberty sources with the latest patches found i [...] adds bf41f30dde Update top level configure files by synchronizing them with gcc. adds 7ec0cd50bf oops - updates to ChangeLog omitted by accident from previou [...] adds 8825213e97 Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670) adds d4c2a405cb Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670) adds c63d3e8d12 Ada: make verbatim matcher override other language matchers [...] adds 618daa933c language_get_symbol_name_matcher -> get_symbol_name_matcher adds b90d5ba0b6 gas tc-arm.c warning fix adds 710d7eae84 Automatic date update in version.in adds 888a89da7f Remove VL variants for 4FMAPS and 4VNNIW insns. adds 3cada74087 Fix backwards compatibility with old GDBservers (PR remote/22597) adds 754452f07e Fix gdb.texinfo for old makeinfo adds 6bd0a312a4 Fix the order of SHLIB_RODATA_ADDR in elf.sc adds b3b9f8d3e9 ld: In map file use '=' in PROVIDE statements adds 8be965c5f0 ld: Find and run some tests using a wildcard pattern adds eab62f2f01 ld: Fix issue where PROVIDE overrides defined symbol adds 65f14869fd ld: Remove unused expression state adds 8b6f4cd34f ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r [...] adds 71d378ae60 gdb.base/breakpoint-in-ro-region.exp regression on sss targe [...] adds d664fd41e1 Ignore dynamic references on forced local symbols adds 89a7f793f1 Automatic date update in version.in adds 6181e9c2c5 gdb_compile_shlib: Only consider shlib= options when buildin [...] adds 47acac12c8 ld: Add "-z separate-code" option to ELF linker adds 2888249fc9 ld: Create a new LOAD segment for separate code segment adds d346bb277c ld: Add tests for -z separate-code and -z noseparate-code adds cf9e7f1f07 x86-64: Add tests for -z separate-code -z max-page-size=0x1000 adds 33eff4ce18 ld: Replace "-z textonly" with "-z separate-code" adds 97a232d733 Add -z undefs option to the ELF linker. adds 58807c48a5 _bfd_mips_elf_final_link: Notify user about wrong .reginfo size adds 87e79a6515 Fixes for "Ignore dynamic references on forced local symbols" adds a78eea1623 Fix override of common symbols for a.out adds 5ae5d3fd10 pr22374 function pointer initialization adds b5b6200652 Fix compile time warning building aout targeted architectures. adds 564e11c9a9 Optimize the performance of the group_setup function. new d65311466a Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new c935ff02ab Revert "Add "-z textonly" option to ELF linker"
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: ChangeLog | 8 + bfd/ChangeLog | 48 + bfd/aoutx.h | 3 +- bfd/elf-bfd.h | 4 + bfd/elf.c | 43 +- bfd/elf32-nds32.c | 2 +- bfd/elf64-ppc.c | 2 +- bfd/elflink.c | 12 +- bfd/elfxx-mips.c | 10 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/MAINTAINERS | 5 +- config-ml.in | 16 +- config.guess | 110 +- config.sub | 52 +- config/ChangeLog | 51 + config/acx.m4 | 28 +- config/ax_check_define.m4 | 92 + config/bootstrap-cet.mk | 4 + config/bootstrap-debug-lean.mk | 1 + config/bootstrap-lto-noplugin.mk | 4 +- config/bootstrap-lto.mk | 4 +- config/cet.m4 | 38 + config/gcc-plugin.m4 | 15 +- config/hwcaps.m4 | 60 + config/isl.m4 | 20 +- config/mt-android | 1 + configure | 294 ++-- configure.ac | 216 ++- gas/ChangeLog | 79 + gas/config/aout_gnu.h | 7 +- gas/config/tc-arm.c | 17 +- gas/testsuite/gas/aarch64/system.d | 2 +- gas/testsuite/gas/arm/csdb.d | 10 + gas/testsuite/gas/arm/csdb.s | 6 + gas/testsuite/gas/arm/thumb2_it_bad.l | 1 + gas/testsuite/gas/arm/thumb2_it_bad.s | 2 + gas/testsuite/gas/i386/avx512_4fmaps-intel.d | 64 +- gas/testsuite/gas/i386/avx512_4fmaps-warn.l | 12 +- gas/testsuite/gas/i386/avx512_4fmaps-warn.s | 20 +- gas/testsuite/gas/i386/avx512_4fmaps.d | 64 +- gas/testsuite/gas/i386/avx512_4fmaps.s | 64 +- gas/testsuite/gas/i386/avx512_4fmaps_vl-intel.d | 78 - gas/testsuite/gas/i386/avx512_4fmaps_vl-warn.l | 13 - gas/testsuite/gas/i386/avx512_4fmaps_vl-warn.s | 23 - gas/testsuite/gas/i386/avx512_4fmaps_vl.d | 78 - gas/testsuite/gas/i386/avx512_4fmaps_vl.s | 74 - gas/testsuite/gas/i386/avx512_4vnniw_vl-intel.d | 79 - gas/testsuite/gas/i386/avx512_4vnniw_vl.d | 79 - gas/testsuite/gas/i386/avx512_4vnniw_vl.s | 75 - gas/testsuite/gas/i386/avx512bw-intel.d | 4 + gas/testsuite/gas/i386/avx512bw.d | 4 + gas/testsuite/gas/i386/avx512bw.s | 4 + gas/testsuite/gas/i386/avx512bw_vl-intel.d | 8 + gas/testsuite/gas/i386/avx512bw_vl.d | 8 + gas/testsuite/gas/i386/avx512bw_vl.s | 8 + gas/testsuite/gas/i386/i386.exp | 10 - .../gas/i386/x86-64-avx512_4fmaps-intel.d | 64 +- gas/testsuite/gas/i386/x86-64-avx512_4fmaps.d | 64 +- gas/testsuite/gas/i386/x86-64-avx512_4fmaps.s | 64 +- .../gas/i386/x86-64-avx512_4fmaps_vl-intel.d | 79 - .../gas/i386/x86-64-avx512_4fmaps_vl-warn.l | 13 - .../gas/i386/x86-64-avx512_4fmaps_vl-warn.s | 23 - gas/testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d | 79 - gas/testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s | 75 - .../gas/i386/x86-64-avx512_4vnniw_vl-intel.d | 79 - gas/testsuite/gas/i386/x86-64-avx512_4vnniw_vl.d | 79 - gas/testsuite/gas/i386/x86-64-avx512_4vnniw_vl.s | 75 - gas/testsuite/gas/riscv/auipc-x0.d | 12 + gas/testsuite/gas/riscv/auipc-x0.s | 4 + gdb/ChangeLog | 93 + gdb/NEWS | 3 + gdb/ada-lang.c | 19 +- gdb/config.in | 3 + gdb/configure | 60 + gdb/configure.ac | 5 + gdb/dictionary.c | 6 +- gdb/doc/ChangeLog | 13 + gdb/doc/gdb.texinfo | 76 +- gdb/dwarf2read.c | 51 +- gdb/fbsd-nat.c | 380 ++++- gdb/fbsd-tdep.c | 650 +++++++ gdb/fbsd-tdep.h | 7 + gdb/infrun.c | 33 +- gdb/language.c | 11 +- gdb/language.h | 7 +- gdb/linespec.c | 2 +- gdb/minsyms.c | 27 +- gdb/psymtab.c | 2 +- gdb/remote.c | 8 +- gdb/symtab.c | 21 +- gdb/symtab.h | 6 +- gdb/testsuite/ChangeLog | 30 + gdb/testsuite/gdb.ada/bp_c_mixed_case.exp | 58 +- .../gdb.ada/bp_c_mixed_case/foo_h731_021.adb | 3 + .../gdb.ada/bp_c_mixed_case/qux.c} | 14 +- gdb/testsuite/gdb.ada/bp_inlined_func.exp | 59 + .../foo_h731_021.adb => bp_inlined_func/b.adb} | 21 +- .../foo_h731_021.adb => bp_inlined_func/b.ads} | 12 +- .../foo_h731_021.adb => bp_inlined_func/c.adb} | 20 +- .../foo_h731_021.adb => bp_inlined_func/c.ads} | 12 +- .../foo_h731_021.adb => bp_inlined_func/foo.adb} | 14 +- gdb/testsuite/gdb.ada/complete.exp | 4 +- .../gdb.server/stop-reply-no-thread.c} | 17 +- gdb/testsuite/gdb.server/stop-reply-no-thread.exp | 74 + gdb/testsuite/lib/gdb.exp | 5 +- include/ChangeLog | 5 + include/bfdlink.h | 3 + ld/ChangeLog | 155 ++ ld/NEWS | 5 + ld/emultempl/elf32.em | 102 +- ld/genscripts.sh | 76 +- ld/ld.texinfo | 20 +- ld/ldexp.c | 98 +- ld/ldexp.h | 1 - ld/ldlang.c | 1 + ld/lexsup.c | 4 + ld/scripttempl/elf.sc | 37 +- ld/testsuite/ld-elf/eh-frame-hdr.d | 4 +- ld/testsuite/ld-elf/elf.exp | 15 + ld/testsuite/ld-elf/pr16322.d | 2 +- ld/testsuite/ld-elf/pr22393-1.s | 21 + ld/testsuite/ld-elf/pr22393-1a.d | 9 + ld/testsuite/ld-elf/pr22393-1b.d | 9 + ld/testsuite/ld-elf/pr22393-1c.d | 9 + ld/testsuite/ld-elf/pr22393-1d.d | 9 + ld/testsuite/ld-elf/pr22393-1e.d | 9 + ld/testsuite/ld-elf/pr22393-1f.d | 9 + ld/testsuite/ld-elf/pr22393-2a.c | 7 + ld/testsuite/ld-elf/pr22393-2a.rd | 9 + ld/testsuite/ld-elf/pr22393-2b.c | 7 + ld/testsuite/ld-elf/pr22393-2b.rd | 9 + ld/testsuite/ld-elf/pr22649-1.s | 4 + ld/testsuite/ld-elf/pr22649-2a.s | 8 + ld/testsuite/ld-elf/pr22649-2b.s | 7 + ld/testsuite/ld-elf/pr22649.msg | 3 + ld/testsuite/ld-elf/pr22677.d | 18 + ld/testsuite/ld-elf/pr22677.s | 16 + ld/testsuite/ld-elf/shared.exp | 121 ++ ld/testsuite/ld-riscv-elf/c-lui.d | 4 +- ld/testsuite/ld-riscv-elf/c-lui.s | 4 +- ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 5 + ld/testsuite/ld-scripts/provide-3.d | 1 + ld/testsuite/ld-scripts/provide-4-map.d | 13 - ld/testsuite/ld-scripts/provide-4.d | 2 +- ld/testsuite/ld-scripts/provide-4.map | 13 + ld/testsuite/ld-scripts/provide-5.d | 2 +- .../ld-scripts/{provide-5-map.d => provide-5.map} | 2 +- ld/testsuite/ld-scripts/provide-6.d | 9 + ld/testsuite/ld-scripts/provide-6.t | 11 + .../ld-scripts/{provide-5.d => provide-7.d} | 6 +- ld/testsuite/ld-scripts/provide-7.t | 11 + ld/testsuite/ld-scripts/provide-8.d | 8 + ld/testsuite/ld-scripts/provide-8.t | 14 + ld/testsuite/ld-scripts/provide.exp | 12 +- ld/testsuite/ld-x86-64/pr22393-3a.c | 7 + ld/testsuite/ld-x86-64/pr22393-3a.rd | 9 + ld/testsuite/ld-x86-64/pr22393-3b.c | 7 + ld/testsuite/ld-x86-64/pr22393-3b.rd | 9 + ld/testsuite/ld-x86-64/x86-64.exp | 71 + ld/testsuite/lib/ld-lib.exp | 18 +- libiberty/ChangeLog | 64 + libiberty/Makefile.in | 2 +- libiberty/_doprnt.c | 2 +- libiberty/argv.c | 2 +- libiberty/asprintf.c | 2 +- libiberty/choose-temp.c | 2 +- libiberty/clock.c | 2 +- libiberty/concat.c | 2 +- libiberty/copying-lib.texi | 2 +- libiberty/cp-demangle.c | 150 +- libiberty/cp-demangle.h | 2 +- libiberty/cp-demint.c | 2 +- libiberty/cplus-dem.c | 2 +- libiberty/crc32.c | 2 +- libiberty/d-demangle.c | 2 +- libiberty/dwarfnames.c | 2 +- libiberty/dyn-string.c | 2 +- libiberty/fdmatch.c | 2 +- libiberty/fibheap.c | 2 +- libiberty/filename_cmp.c | 2 +- libiberty/floatformat.c | 2 +- libiberty/fnmatch.c | 2 +- libiberty/fopen_unlocked.c | 2 +- libiberty/gather-docs | 2 +- libiberty/getopt.c | 2 +- libiberty/getopt1.c | 2 +- libiberty/getruntime.c | 2 +- libiberty/hashtab.c | 2 +- libiberty/hex.c | 2 +- libiberty/lbasename.c | 2 +- libiberty/libiberty.texi | 4 +- libiberty/lrealpath.c | 2 +- libiberty/maint-tool | 2 +- libiberty/make-relative-prefix.c | 2 +- libiberty/make-temp-file.c | 2 +- libiberty/md5.c | 2 +- libiberty/memmem.c | 2 +- libiberty/mempcpy.c | 2 +- libiberty/mkstemps.c | 2 +- libiberty/objalloc.c | 2 +- libiberty/obstack.c | 2 +- libiberty/partition.c | 2 +- libiberty/pex-common.c | 2 +- libiberty/pex-common.h | 2 +- libiberty/pex-djgpp.c | 2 +- libiberty/pex-msdos.c | 2 +- libiberty/pex-one.c | 2 +- libiberty/pex-unix.c | 2 +- libiberty/pex-win32.c | 2 +- libiberty/pexecute.c | 2 +- libiberty/physmem.c | 2 +- libiberty/putenv.c | 2 +- libiberty/regex.c | 2 +- libiberty/rust-demangle.c | 2 +- libiberty/safe-ctype.c | 2 +- libiberty/setenv.c | 2 +- libiberty/setproctitle.c | 2 +- libiberty/sha1.c | 2 +- libiberty/simple-object-coff.c | 2 +- libiberty/simple-object-common.h | 2 +- libiberty/simple-object-elf.c | 70 +- libiberty/simple-object-mach-o.c | 2 +- libiberty/simple-object-xcoff.c | 2 +- libiberty/simple-object.c | 5 +- libiberty/snprintf.c | 2 +- libiberty/sort.c | 2 +- libiberty/spaces.c | 2 +- libiberty/splay-tree.c | 2 +- libiberty/stack-limit.c | 2 +- libiberty/stpcpy.c | 2 +- libiberty/stpncpy.c | 2 +- libiberty/strndup.c | 2 +- libiberty/strtod.c | 2 +- libiberty/strverscmp.c | 2 +- libiberty/testsuite/Makefile.in | 2 +- libiberty/testsuite/demangle-expected | 54 +- libiberty/testsuite/demangler-fuzzer.c | 2 +- libiberty/testsuite/test-demangle.c | 2 +- libiberty/testsuite/test-expandargv.c | 2 +- libiberty/testsuite/test-pexecute.c | 2 +- libiberty/testsuite/test-strtol.c | 2 +- libiberty/timeval-utils.c | 2 +- libiberty/unlink-if-ordinary.c | 2 +- libiberty/vasprintf.c | 2 +- libiberty/vfprintf.c | 2 +- libiberty/vprintf-support.c | 2 +- libiberty/vprintf-support.h | 2 +- libiberty/vsnprintf.c | 2 +- libiberty/vsprintf.c | 2 +- libiberty/xasprintf.c | 2 +- libiberty/xexit.c | 2 +- libiberty/xmalloc.c | 2 +- libiberty/xstrndup.c | 2 +- libiberty/xvasprintf.c | 2 +- opcodes/ChangeLog | 37 + opcodes/aarch64-asm-2.c | 211 +-- opcodes/aarch64-dis-2.c | 1799 ++++++++++---------- opcodes/aarch64-opc-2.c | 16 +- opcodes/aarch64-tbl.h | 1 + opcodes/arm-dis.c | 6 + opcodes/i386-opc.tbl | 112 +- opcodes/i386-tbl.h | 260 +-- opcodes/riscv-dis.c | 2 +- ...01-ld-Add-z-textonly-option-to-ELF-linker.patch | 479 ------ ...XT_SEGMENT_ALIGN-TEXT_SEGMENT_-RELRO_-END.patch | 410 ----- ...-new-LOAD-segment-for-text-only-LOAD-segm.patch | 161 -- ...Also-set-expld.textseg.phase-to-exp_seg_n.patch | 54 - ...Add-tests-for-z-textonly-and-z-notextonly.patch | 323 ---- ...tests-for-z-textonly-z-max-page-size-0x10.patch | 172 -- patches/README | 6 - 271 files changed, 5237 insertions(+), 4965 deletions(-) create mode 100644 config/ax_check_define.m4 create mode 100644 config/bootstrap-cet.mk create mode 100644 config/cet.m4 create mode 100644 config/hwcaps.m4 create mode 100644 config/mt-android create mode 100644 gas/testsuite/gas/arm/csdb.d create mode 100644 gas/testsuite/gas/arm/csdb.s delete mode 100644 gas/testsuite/gas/i386/avx512_4fmaps_vl-intel.d delete mode 100644 gas/testsuite/gas/i386/avx512_4fmaps_vl-warn.l delete mode 100644 gas/testsuite/gas/i386/avx512_4fmaps_vl-warn.s delete mode 100644 gas/testsuite/gas/i386/avx512_4fmaps_vl.d delete mode 100644 gas/testsuite/gas/i386/avx512_4fmaps_vl.s delete mode 100644 gas/testsuite/gas/i386/avx512_4vnniw_vl-intel.d delete mode 100644 gas/testsuite/gas/i386/avx512_4vnniw_vl.d delete mode 100644 gas/testsuite/gas/i386/avx512_4vnniw_vl.s delete mode 100644 gas/testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d delete mode 100644 gas/testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.l delete mode 100644 gas/testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.s delete mode 100644 gas/testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d delete mode 100644 gas/testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s delete mode 100644 gas/testsuite/gas/i386/x86-64-avx512_4vnniw_vl-intel.d delete mode 100644 gas/testsuite/gas/i386/x86-64-avx512_4vnniw_vl.d delete mode 100644 gas/testsuite/gas/i386/x86-64-avx512_4vnniw_vl.s create mode 100644 gas/testsuite/gas/riscv/auipc-x0.d create mode 100644 gas/testsuite/gas/riscv/auipc-x0.s copy gdb/{fbsd-tdep.h => testsuite/gdb.ada/bp_c_mixed_case/qux.c} (71%) create mode 100644 gdb/testsuite/gdb.ada/bp_inlined_func.exp copy gdb/testsuite/gdb.ada/{bp_c_mixed_case/foo_h731_021.adb => bp_inlined_func/b. [...] copy gdb/testsuite/gdb.ada/{bp_c_mixed_case/foo_h731_021.adb => bp_inlined_func/b. [...] copy gdb/testsuite/gdb.ada/{bp_c_mixed_case/foo_h731_021.adb => bp_inlined_func/c. [...] copy gdb/testsuite/gdb.ada/{bp_c_mixed_case/foo_h731_021.adb => bp_inlined_func/c. [...] copy gdb/testsuite/gdb.ada/{bp_c_mixed_case/foo_h731_021.adb => bp_inlined_func/fo [...] copy gdb/{fbsd-tdep.h => testsuite/gdb.server/stop-reply-no-thread.c} (68%) create mode 100644 gdb/testsuite/gdb.server/stop-reply-no-thread.exp create mode 100644 ld/testsuite/ld-elf/pr22393-1.s create mode 100644 ld/testsuite/ld-elf/pr22393-1a.d create mode 100644 ld/testsuite/ld-elf/pr22393-1b.d create mode 100644 ld/testsuite/ld-elf/pr22393-1c.d create mode 100644 ld/testsuite/ld-elf/pr22393-1d.d create mode 100644 ld/testsuite/ld-elf/pr22393-1e.d create mode 100644 ld/testsuite/ld-elf/pr22393-1f.d create mode 100644 ld/testsuite/ld-elf/pr22393-2a.c create mode 100644 ld/testsuite/ld-elf/pr22393-2a.rd create mode 100644 ld/testsuite/ld-elf/pr22393-2b.c create mode 100644 ld/testsuite/ld-elf/pr22393-2b.rd create mode 100644 ld/testsuite/ld-elf/pr22649-1.s create mode 100644 ld/testsuite/ld-elf/pr22649-2a.s create mode 100644 ld/testsuite/ld-elf/pr22649-2b.s create mode 100644 ld/testsuite/ld-elf/pr22649.msg create mode 100644 ld/testsuite/ld-elf/pr22677.d create mode 100644 ld/testsuite/ld-elf/pr22677.s delete mode 100644 ld/testsuite/ld-scripts/provide-4-map.d create mode 100644 ld/testsuite/ld-scripts/provide-4.map rename ld/testsuite/ld-scripts/{provide-5-map.d => provide-5.map} (60%) create mode 100644 ld/testsuite/ld-scripts/provide-6.d create mode 100644 ld/testsuite/ld-scripts/provide-6.t copy ld/testsuite/ld-scripts/{provide-5.d => provide-7.d} (52%) create mode 100644 ld/testsuite/ld-scripts/provide-7.t create mode 100644 ld/testsuite/ld-scripts/provide-8.d create mode 100644 ld/testsuite/ld-scripts/provide-8.t create mode 100644 ld/testsuite/ld-x86-64/pr22393-3a.c create mode 100644 ld/testsuite/ld-x86-64/pr22393-3a.rd create mode 100644 ld/testsuite/ld-x86-64/pr22393-3b.c create mode 100644 ld/testsuite/ld-x86-64/pr22393-3b.rd delete mode 100644 patches/0001-ld-Add-z-textonly-option-to-ELF-linker.patch delete mode 100644 patches/0002-ld-Add-TEXT_SEGMENT_ALIGN-TEXT_SEGMENT_-RELRO_-END.patch delete mode 100644 patches/0003-ld-Create-a-new-LOAD-segment-for-text-only-LOAD-se [...] delete mode 100644 patches/0004-ld-ppc-spu-Also-set-expld.textseg.phase-to-exp_seg [...] delete mode 100644 patches/0005-ld-Add-tests-for-z-textonly-and-z-notextonly.patch delete mode 100644 patches/0006-x86-64-Add-tests-for-z-textonly-z-max-page-size-0x [...]