]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/buildsym: remove context_stack::end_addr
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 19 Dec 2025 18:43:40 +0000 (13:43 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 5 Jan 2026 20:26:30 +0000 (15:26 -0500)
It is unused.

Change-Id: Ie86448552500a049d47118d0306231da0ef9a5e1
Approved-By: Tom Tromey <tom@tromey.com>
gdb/buildsym.h

index e1240810f1f9e32279e72a2ecf30ad69aaa2c59b..946d39583b1e5eaadf0b1a0e75b8d004b9c3e4b0 100644 (file)
@@ -111,10 +111,6 @@ struct context_stack
 
     CORE_ADDR start_addr;
 
-    /* Temp slot for exception handling.  */
-
-    CORE_ADDR end_addr;
-
     /* For error-checking matching push/pop */
 
     int depth;