From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1879) id D3C4A3858D3C; Tue, 25 Oct 2022 04:13:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3C4A3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666671211; bh=dc3MCFG9HMJlJ/VtnJQE2yXAbAlMAWxEhBqECttNCNY=; h=From:To:Subject:Date:From; b=FcWa8gYnJqSCNbpP+DJDKrteMF0V/163RrHhmvVbLl3xSwQOa5cFoIQuzynIOrA/d 6PPptLUdcW3jjD6utDSIXsuAY83V3RHnWtPa30JyYW9ycBkTtjFh+BqXe9dgtDlbMc w5QdClsg5yK44x/b60tt2i7Wbt2Q62Bxn203ARm0= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Simon Marchi To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in X-Act-Checkin: binutils-gdb X-Git-Author: Simon Marchi X-Git-Refname: refs/heads/master X-Git-Oldrev: 845652b78412a98226c321aade16920d06e552ca X-Git-Newrev: a5a0a4fd0ff536a8dbd532864cfc095a306b678c Message-Id: <20221025041331.D3C4A3858D3C@sourceware.org> Date: Tue, 25 Oct 2022 04:13:31 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da5a0a4fd0ff5= 36a8dbd532864cfc095a306b678c commit a5a0a4fd0ff536a8dbd532864cfc095a306b678c Author: Simon Marchi Date: Tue Oct 25 00:11:29 2022 -0400 gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in =20 Commit f34652de0b ("internal_error: remove need to pass __FILE__/__LINE__") renamed the internal_error function to internal_error_loc. Change gdb-gdb.gdb.in accordingly. =20 Change-Id: I876e1623607b6becf74ade53d102ead53a74ed86 Diff: --- gdb/gdb-gdb.gdb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/gdb-gdb.gdb.in b/gdb/gdb-gdb.gdb.in index 53dca0e08fe..8d97c95a70e 100644 --- a/gdb/gdb-gdb.gdb.in +++ b/gdb/gdb-gdb.gdb.in @@ -5,7 +5,7 @@ if !$gdb_init_done =20 set complaints 1 =20 - b internal_error + b internal_error_loc =20 # This provides an easy way to break into the top-level GDB by # typing "info".