patching file NEWS Hunk #1 FAILED at 9. 1 out of 1 hunk FAILED -- saving rejects to file NEWS.rej patching file csu/Makefile patching file csu/rtld-sizes.sym patching file elf/Makefile patching file elf/dl-close.c patching file elf/dl-debug-symbols.S patching file elf/dl-debug.c patching file elf/dl-load.c patching file elf/dl-open.c patching file elf/dl-reloc-static-pie.c patching file elf/link.h patching file elf/rtld-debugger-interface.txt patching file elf/rtld.c patching file elf/tst-dlmopen4.c patching file elf/tst-dlopen-nodelete-reloc.c patching file include/link.h patching file sysdeps/generic/ldsodefs.h Reject file NEWS.rej: --- NEWS +++ NEWS @@ -9,11 +9,18 @@ Version 2.35 Major new features: - [Add new features here] +* Bump r_version in the debugger interface to 2 and add a new field, + r_next, support multiple namespaces. Deprecated and removed features, and other changes affecting compatibility: - [Add deprecations, removals and changes affecting compatibility here] +* The r_version update in the debugger interface makes the glibc binary + incompatible with GDB binaries built without the following commits: + + c0154a4a21a gdb: Don't assume r_ldsomap when r_version > 1 on Linux + 4eb629d50d4 gdbserver: Check r_version < 1 for Linux debugger interface + + when audit modules or dlmopen are used. Changes to build and runtime requirements: