| commit | eaea19f98d87e95d6b9a05a902e6a0c5d736774d | [log] [tgz] |
|---|---|---|
| author | Guinevere Larsen <guinevere@redhat.com> | Wed Feb 12 10:40:06 2025 -0300 |
| committer | Guinevere Larsen <guinevere@redhat.com> | Tue Oct 21 16:40:07 2025 -0300 |
| tree | 329a7fd305b899e55bd2305c96e27540e9f68315 | |
| parent | 1dfd89c739e09dc511456229c3af0f0301b41725 [diff] |
gdb: Fully remove stabs code from GDB
This commit is the last in the series removing GDB's support for stabs.
It removes the stabsread.{c|h} files, and removes the last usage of
stabsread stuff in buildsym. Notably, the header file gdb-stabs.h
remains in the tree as it is misnamed at this point - it is used for
reading dbx objfiles. It (and dbxread) will be removed in a future
commit.
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Tom Tromey <tom@tromey.com>