This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH][PR build/24805] Explicitly export symbols from gdb_proc_service
- From: Norbert Lange <nolange79 at gmail dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 4 Jan 2020 21:20:03 +0100
- Subject: [PATCH][PR build/24805] Explicitly export symbols from gdb_proc_service
Compiling GDB with '-fvisibility=hidden' will remove the
symbols that should be exported.
This patch explicitly marks them as visible.
gdb/ChangeLog
2020-01-04 Norbert Lange <nolange79@gmail.com>
PR build/24805
* gdbsupport/gdb_proc_service.h: push/pop visibility
attribute for exported functions.