public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in
@ 2022-10-25  4:13 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2022-10-25  4:13 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a5a0a4fd0ff536a8dbd532864cfc095a306b678c

commit a5a0a4fd0ff536a8dbd532864cfc095a306b678c
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Tue Oct 25 00:11:29 2022 -0400

    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:
---
 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
 
   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".

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-25  4:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25  4:13 [binutils-gdb] gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).