This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Remove "val" arg to add_psymbol_to_bcache
- From: Doug Evans <xdje42 at gmail dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 15 Aug 2015 22:11:54 -0700
- Subject: Re: [PATCH] Remove "val" arg to add_psymbol_to_bcache
- Authentication-results: sourceware.org; auth=none
- References: <m3pp3jzk6i dot fsf at sspiff dot org>
Doug Evans <xdje42@gmail.com> writes:
> Hi.
>
> The "val" arg to add_psymbol_to_bcache and add_psymbol_to_list is unused.
>
> Regression tested on amd64-linux.
>
> 2015-07-22 Doug Evans <xdje42@gmail.com>
>
> * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
> updated.
> (add_psymbol_to_list): Ditto.
Committed.