projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57594b6
)
Remove MSYMBOL_VALUE_CHAIN
author
Tom Tromey
<tom@tromey.com>
Sat, 9 Apr 2022 14:33:11 +0000
(08:33 -0600)
committer
Tom Tromey
<tom@tromey.com>
Sat, 9 Apr 2022 14:33:11 +0000
(08:33 -0600)
I noticed that MSYMBOL_VALUE_CHAIN is unused, so this patch removes it.
gdb/symtab.h
patch
|
blob
|
history
diff --git
a/gdb/symtab.h
b/gdb/symtab.h
index a89b0a2e42d76f9ac3383e543dd2923dbe94c808..0df5e23756402495448cf96aad7f63317e9bc78e 100644
(file)
--- 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"