Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gdb53/arch/alpha Add thread support.
details: https://anonhg.NetBSD.org/src/rev/01f41de2f3b5
branches: trunk
changeset: 555184:01f41de2f3b5
user: matt <matt%NetBSD.org@localhost>
date: Mon Nov 10 21:59:58 2003 +0000
description:
Add thread support.
diffstat:
gnu/usr.bin/gdb53/arch/alpha/defs.mk | 3 ++-
gnu/usr.bin/gdb53/arch/alpha/init.c | 2 ++
2 files changed, 4 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r 5070cd283753 -r 01f41de2f3b5 gnu/usr.bin/gdb53/arch/alpha/defs.mk
--- a/gnu/usr.bin/gdb53/arch/alpha/defs.mk Mon Nov 10 21:49:14 2003 +0000
+++ b/gnu/usr.bin/gdb53/arch/alpha/defs.mk Mon Nov 10 21:59:58 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.mk,v 1.1 2003/09/24 06:16:49 matt Exp $
+# $NetBSD: defs.mk,v 1.2 2003/11/10 21:59:58 matt Exp $
G_GDB_OBJS=\
alpha-tdep.o \
alphabsd-nat.o \
@@ -100,6 +100,7 @@
minsyms.o \
mipsread.o \
nbsd-tdep.o \
+nbsd-thread.o \
nlmread.o \
objfiles.o \
osabi.o \
diff -r 5070cd283753 -r 01f41de2f3b5 gnu/usr.bin/gdb53/arch/alpha/init.c
--- a/gnu/usr.bin/gdb53/arch/alpha/init.c Mon Nov 10 21:49:14 2003 +0000
+++ b/gnu/usr.bin/gdb53/arch/alpha/init.c Mon Nov 10 21:59:58 2003 +0000
@@ -84,6 +84,7 @@
extern initialize_file_ftype _initialize_mi_cmds;
extern initialize_file_ftype _initialize_mi_main;
extern initialize_file_ftype _initialize_mi_parse;
+extern initialize_file_ftype _initialize_nbsd_thread;
void
initialize_all_files (void)
{
@@ -169,4 +170,5 @@
_initialize_mi_cmds ();
_initialize_mi_main ();
_initialize_mi_parse ();
+ _initialize_nbsd_thread ();
}
Home |
Main Index |
Thread Index |
Old Index