From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id 7A2843856252; Fri, 22 Apr 2022 15:30:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A2843856252 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Un-break the coff-pe-read.c build X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 8095d37f71c20dd9e6cb90d4f42fb868867263ed X-Git-Newrev: 6a3c1573cc11c613b2f7509aba3c2ea68c661721 Message-Id: <20220422153007.7A2843856252@sourceware.org> Date: Fri, 22 Apr 2022 15:30:07 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2022 15:30:07 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D6a3c1573cc11= c613b2f7509aba3c2ea68c661721 commit 6a3c1573cc11c613b2f7509aba3c2ea68c661721 Author: Tom Tromey Date: Fri Apr 22 09:28:10 2022 -0600 Un-break the coff-pe-read.c build =20 This fixes a build breakage in my recent coff-pe-read.c change. =20 I'm sorry about this. I don't understand how it happened, because I definitely built and tested the series on Windows, and I didn't change it before pushing. Something must have gone wrong on the Windows build, but I don't know what. I'll investigate and and re-test to be sure. Diff: --- gdb/coff-pe-read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c index d533a96ef6d..72bd43b23d8 100644 --- a/gdb/coff-pe-read.c +++ b/gdb/coff-pe-read.c @@ -208,7 +208,7 @@ add_pe_forwarded_sym (minimal_symbol_reader &reader, if (debug_coff_pe_read > 1) gdb_printf (gdb_stdlog, _("Adding forwarded exported symbol" " \"%s\" in dll \"%s\", pointing to \"%s\"\n"), - sym_name, dll_name, forward_qualified_name); + sym_name, dll_name, forward_qualified_name.c_str ()); =20 vma =3D msymbol.value_address (); msymtype =3D msymbol.minsym->type ();