aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-03-04 11:29:27 -0700
committerTom Tromey <tromey@adacore.com>2022-03-31 13:48:07 -0600
commit49a82d50c0ee41bf51db6899291a8beaea4e7e2a (patch)
treecf079ae28dd9a264a8d7d091899735d51676c941 /gdb/NEWS
parent0653f01479ecbcbf3c4dfa6083187a5b2c2258c2 (diff)
downloadfsf-binutils-gdb-49a82d50c0ee41bf51db6899291a8beaea4e7e2a.zip
fsf-binutils-gdb-49a82d50c0ee41bf51db6899291a8beaea4e7e2a.tar.gz
fsf-binutils-gdb-49a82d50c0ee41bf51db6899291a8beaea4e7e2a.tar.bz2
Remove dbx mode
This patch removes gdb's dbx mode. Regression tested on x86-64 Fedora 34.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index e100627..0fbc453 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -8,6 +8,8 @@
* Remove support for building against Python 2, it is now only possible to
build GDB against Python 3.
+* DBX mode has been removed.
+
* Python API
** New function gdb.format_address(ADDRESS, PROGSPACE, ARCHITECTURE),