diff options
author | Joel Brobecker <brobecker@adacore.com> | 2025-09-06 15:13:51 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2025-09-06 15:13:51 -0700 |
commit | 13745a6ce8e0e984181341f9dd444132034a4f40 (patch) | |
tree | 84cc73b22207419a4eaae9e9c59c3dee063ce0c9 | |
parent | 34e81d7c302f07e2f1f1cce58fe9b8aad13b6e90 (diff) | |
download | binutils-13745a6ce8e0e984181341f9dd444132034a4f40.zip binutils-13745a6ce8e0e984181341f9dd444132034a4f40.tar.gz binutils-13745a6ce8e0e984181341f9dd444132034a4f40.tar.bz2 |
Update gdb/NEWS after GDB 17 branch creation.
This commit a new section for the next release branch, and renames
the section of the current branch, now that it has been cut.
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 16 +*** Changes since GDB 17 + +*** Changes in GDB 17 * Debugging Linux programs that use x86-64 or x86-64 with 32-bit pointer size (X32) Shadow Stacks are now supported. |