Re: [PATCH] Remove some "stabsread" references
Tom Tromey <[email protected]> Thu, 23 Jul 2026 10:01:46 -0600
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Guinevere" == Guinevere Larsen <[email protected]> writes: Guinevere> On 7/16/26 5:17 PM, Tom Tromey wrote: >> I noticed a stray reference to "stabsread". This patch removes these. >> >> I also removed a bit of Ada code that, I believe, was only relevant to >> the stabs reader. Guinevere> This seems pretty obvious. Especially since the comment in symtab.h Guinevere> (at least to me), implies that m_size is only used for stabsread, so Guinevere> it feels more accurate now. Guinevere> Reviewed-By: Guinevere Larsen <[email protected]> Thank you, I'm going to check this in. Tom