[2/6] gdb/buildsym: remove context_stack::end_addr

Message ID 20251219184426.406228-2-simon.marchi@efficios.com
State New
Headers
Series [1/6] gdb/buildsym: remove find_symbol_in_list |

Commit Message

Simon Marchi Dec. 19, 2025, 6:43 p.m. UTC
  It is unused.

Change-Id: Ie86448552500a049d47118d0306231da0ef9a5e1
---
 gdb/buildsym.h | 4 ----
 1 file changed, 4 deletions(-)
  

Comments

Tom Tromey Jan. 5, 2026, 4:52 p.m. UTC | #1
>>>>> "Simon" == Simon Marchi <simon.marchi@efficios.com> writes:

Simon> It is unused.

Thanks.  These of course are obvious but OTOH I often send them anyway
since it's simpler to keep a series together.

Approved-By: Tom Tromey <tom@tromey.com>

Tom
  

Patch

diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 0faf308f7a05..339ac09a1aff 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -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;