diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2010-06-11 12:10:13 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2010-06-11 12:10:13 +0000 |
commit | 669211f587585a5b8c9a925d51e9ac7724fbb101 (patch) | |
tree | 6af53f3c57712f5d455ed7dd2a6ec7d208d5606c /gdb/config | |
parent | b7a8b4ef6b4203072015422e0601440f60f29adb (diff) | |
download | gdb-669211f587585a5b8c9a925d51e9ac7724fbb101.zip gdb-669211f587585a5b8c9a925d51e9ac7724fbb101.tar.gz gdb-669211f587585a5b8c9a925d51e9ac7724fbb101.tar.bz2 |
* config/nm-linux.h (struct target_ops): Remove forward declaration.
(lin_thread_get_thread_signals): Remove prototype.
(GET_THREAD_SIGNALS): Remove.
* linux-nat.h (lin_thread_get_thread_signals): Add prototype.
* linux-thread-db.c (check_thread_signals): Directly call
lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/nm-linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index ba2a56f..2e3d851 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -18,11 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -struct target_ops; - -extern void lin_thread_get_thread_signals (sigset_t *mask); -#define GET_THREAD_SIGNALS(mask) lin_thread_get_thread_signals (mask) - /* Use elf_gregset_t and elf_fpregset_t, rather than gregset_t and fpregset_t. */ |