From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id 79366385E007; Sat, 9 Apr 2022 14:34:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79366385E007 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove MSYMBOL_VALUE_CHAIN X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 57594b6a7538bde26de2d807ff29b0f5e619be03 X-Git-Newrev: bd1c798f0aef38493c5292917e47f76e1205f4e3 Message-Id: <20220409143452.79366385E007@sourceware.org> Date: Sat, 9 Apr 2022 14:34:52 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2022 14:34:52 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dbd1c798f0aef= 38493c5292917e47f76e1205f4e3 commit bd1c798f0aef38493c5292917e47f76e1205f4e3 Author: Tom Tromey Date: Sat Apr 9 08:33:11 2022 -0600 Remove MSYMBOL_VALUE_CHAIN =20 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 *o= bjf, ((symbol)->value.address =3D (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 =20 #include "minsyms.h"