This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][PR build/24805] Explicitly export symbols from gdb_proc_service


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]