Re: [PATCH] ld: Don't treated the fatal error as warning
"H.J. Lu" <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <CAMe9rOo_ayYvJ=YOH9BFGB-j96g7p+GOV=N7Pgsqpguzpqh+SA@mail.gmail.com> |
On Mon, Aug 3, 2026 at 7:59 AM H.J. Lu <[email protected]> wrote: > > On Thu, Jul 30, 2026 at 3:31 PM H.J. Lu <[email protected]> wrote: > > > > Change fatal to pass false as the is_warning argument to vfinfo so that > > the fatal error message isn't treated as a warning by vfinfo. > > > > * ldmisc.c (fatal): Pass false as the is_warning argument to > > vfinfo. > > > > If there is no objection, I will check it in next week. > > I am checking it in. -- H.J.