From: Simon Marchi Date: Tue, 25 Oct 2022 04:11:29 +0000 (-0400) Subject: gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5a0a4fd0ff536a8dbd532864cfc095a306b678c;p=binutils-gdb.git gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in 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. Change-Id: I876e1623607b6becf74ade53d102ead53a74ed86 --- 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 set complaints 1 - b internal_error + b internal_error_loc # This provides an easy way to break into the top-level GDB by # typing "info".