This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH][PR build/24805] Explicitly export symbols from gdb_proc_service
- From: Pedro Alves <palves at redhat dot com>
- To: Norbert Lange <nolange79 at gmail dot com>, gdb-patches at sourceware dot org
- Date: Mon, 6 Jan 2020 19:21:34 +0000
- Subject: Re: [PATCH][PR build/24805] Explicitly export symbols from gdb_proc_service
- References: <20200104202004.83439-1-nolange79@gmail.com>
On 1/4/20 8:20 PM, Norbert Lange wrote:
> Compiling GDB with '-fvisibility=hidden' will remove the
> symbols that should be exported.
> This patch explicitly marks them as visible.
Curious. We have gdb/proc-service.list supposedly for this,
doesn't -Wl,--dynamic-list work with -fvisibility=hidden then?
Thanks,
Pedro Alves