public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove MSYMBOL_VALUE_CHAIN
@ 2022-04-09 14:34 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2022-04-09 14:34 UTC (permalink / raw)
  To: gdb-cvs

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

commit bd1c798f0aef38493c5292917e47f76e1205f4e3
Author: Tom Tromey <tom@tromey.com>
Date:   Sat Apr 9 08:33:11 2022 -0600

    Remove MSYMBOL_VALUE_CHAIN
    
    I noticed that MSYMBOL_VALUE_CHAIN is unused, so this patch removes it.

Diff:
---
 gdb/symtab.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/symtab.h b/gdb/symtab.h
index a89b0a2e42d..0df5e237564 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -772,7 +772,6 @@ extern CORE_ADDR get_msymbol_address (struct objfile *objf,
   ((symbol)->value.address = (new_value))
 #define MSYMBOL_VALUE_BYTES(symbol)	(symbol)->value.bytes
 #define MSYMBOL_BLOCK_VALUE(symbol)	(symbol)->value.block
-#define MSYMBOL_VALUE_CHAIN(symbol)	(symbol)->value.chain
 
 #include "minsyms.h"


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

only message in thread, other threads:[~2022-04-09 14:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09 14:34 [binutils-gdb] Remove MSYMBOL_VALUE_CHAIN Tom Tromey

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).