Re: [PATCH] [GDB 18] gdb/configure: fix string quoting in AC_MSG_WARN and AC_MSG_ERROR
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
> From: Andrew Burgess <[email protected]> > Cc: [email protected], Eli Zaretskii <[email protected]> > Date: Thu, 13 Aug 2026 10:08:11 +0100 > > Tom Tromey <[email protected]> writes: > > >>>>>> "Andrew" == Andrew Burgess <[email protected]> writes: > > > > Andrew> If / when approve I plan to push this to both master and gdb-18-branch. > > > > FWIW I think the patch is correct. > > Approved-By: Tom Tromey <[email protected]> > > I've pushed to both master and gdb-18-branch. > > I don't know if Eli will have any follow up on this feature, but even if > wider changes to this feature are made, we might as well fix the current > implementation. Thanks. If there will be another pretest, I will certainly provide feedback. But the change looks okay to me even without trying, since you tested it yourself. I was not aware that BFD had its own ideas about what can and cannot be built, and was previously silently omitting binary formats it couldn't support. TIL.