Index: gnu/gdb-4.17/gdb/ChangeLog.linux diff -u gnu/gdb-4.17/gdb/ChangeLog.linux:1.17 gnu/gdb-4.17/gdb/ChangeLog.linux:1.18 --- gnu/gdb-4.17/gdb/ChangeLog.linux:1.17 Sun May 9 07:41:21 1999 +++ gnu/gdb-4.17/gdb/ChangeLog.linux Sun Oct 3 09:16:28 1999 @@ -1,9 +1,30 @@ +Sun Oct 3 09:14:47 1999 H.J. Lu + + * Makefile.in (VERSION): Updated to "4.17.0.14 with Linux + support". + +Thu Sep 16 09:17:47 1999 H.J. Lu + + * lnx-thread.c (stop_thread): Don't complain if thread is dead. + +Wed Sep 15 19:17:10 1999 H.J. Lu + + * lnx-thread.c (linuxthreads_new_objfile): Block signal in the + linuxthread exit signal handler. + (_initialize_linuxthreads): Block signal in the SIGCHLD + handler. + +Sun Aug 22 15:48:36 1999 H.J. Lu + + * Makefile.in (VERSION): Updated to "4.17.0.13 with Linux + support". + Wed May 5 16:36:36 1999 H.J. Lu * Makefile.in (VERSION): Updated to "4.17.0.12 with Linux support". - * config/i386/linux.mh (NATDEPFILES): Add lnx-thread.o and + * config/powperpc/linux.mh (NATDEPFILES): Add lnx-thread.o and lnx-nat.o. * config/powerpc/nm-linux.h: Include "nm-linux.h". @@ -48,11 +69,11 @@ * config/nm-linux.h: New. * config/i386/nm-linux.h: Include "nm-linux.h". - * config/alpha/nm-alphalinux.h: Likewise. + * config/alpha/nm-linux.h: Likewise. * config/tm-linux.h: New. * config/i386/tm-linux.h: Include "tm-linux.h". - * config/alpha/tm-linux.h: Likewise. + * config/alpha/tm-alphalinux.h: Likewise. Wed Feb 10 02:39:07 1999 Hannes Reinecke Index: gnu/gdb-4.17/gdb/Makefile.in diff -u gnu/gdb-4.17/gdb/Makefile.in:1.15 gnu/gdb-4.17/gdb/Makefile.in:1.16 --- gnu/gdb-4.17/gdb/Makefile.in:1.15 Sat Aug 21 11:31:19 1999 +++ gnu/gdb-4.17/gdb/Makefile.in Sun Oct 3 09:16:28 1999 @@ -187,7 +187,7 @@ ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) -VERSION=4.17.0.13 with Linux support +VERSION=4.17.0.14 with Linux support DIST=gdb LINT=/usr/5bin/lint Index: gnu/gdb-4.17/gdb/lnx-thread.c diff -u gnu/gdb-4.17/gdb/lnx-thread.c:1.6 gnu/gdb-4.17/gdb/lnx-thread.c:1.7 --- gnu/gdb-4.17/gdb/lnx-thread.c:1.6 Tue Feb 16 15:51:07 1999 +++ gnu/gdb-4.17/gdb/lnx-thread.c Sun Oct 3 09:16:28 1999 @@ -426,7 +426,8 @@ kill (pid, linuxthreads_sig_restart); } else - perror_with_name ("ptrace in stop_thread"); + if (linuxthreads_thread_alive (pid)) + perror_with_name ("ptrace in stop_thread"); } /* Wait for a thread */ @@ -786,7 +787,7 @@ /* handle linuxthread exit */ sact.sa_handler = sigchld_handler; - sigemptyset(&sact.sa_mask); + sigfillset(&sact.sa_mask); sact.sa_flags = 0; if (linuxthreads_sig_debug > 0) sigaction(linuxthreads_sig_cancel, &sact, NULL); @@ -1457,7 +1458,7 @@ /* Attach SIGCHLD handler */ sact.sa_handler = sigchld_handler; - sigemptyset(&sact.sa_mask); + sigfillset(&sact.sa_mask); sact.sa_flags = 0; sigaction(SIGCHLD, &sact, NULL); Index: gnu/gdb-4.17/opcodes/ChangeLog.linux diff -u gnu/gdb-4.17/opcodes/ChangeLog.linux:1.2 gnu/gdb-4.17/opcodes/ChangeLog.linux:1.3 --- gnu/gdb-4.17/opcodes/ChangeLog.linux:1.2 Wed May 5 16:32:59 1999 +++ gnu/gdb-4.17/opcodes/ChangeLog.linux Sun Oct 3 09:16:59 1999 @@ -1,3 +1,8 @@ +Sun Aug 22 15:48:11 1999 H.J. Lu (hjl@gnu.org) + + * i386-dis.c (_3DNowSuffixes): Update from binutils 2.9.5.0.8 + for AMD Athlon instruction support + Mon Apr 26 17:25:49 1999 H.J. Lu (hjl@gnu.org) * i386-dis.c (print_insn_x86): Update from binutils 2.9.1.0.24 Index: gnu/gdb-4.17/opcodes/i386-dis.c diff -u gnu/gdb-4.17/opcodes/i386-dis.c:1.2 gnu/gdb-4.17/opcodes/i386-dis.c:1.3 --- gnu/gdb-4.17/opcodes/i386-dis.c:1.2 Wed May 5 16:32:59 1999 +++ gnu/gdb-4.17/opcodes/i386-dis.c Sun Oct 3 09:16:59 1999 @@ -2622,11 +2622,11 @@ /* 00 */ NULL, NULL, NULL, NULL, /* 04 */ NULL, NULL, NULL, NULL, /* 08 */ NULL, NULL, NULL, NULL, -/* 0C */ NULL, "pi2fd", NULL, NULL, +/* 0C */ "pi2fw", "pi2fd", NULL, NULL, /* 10 */ NULL, NULL, NULL, NULL, /* 14 */ NULL, NULL, NULL, NULL, /* 18 */ NULL, NULL, NULL, NULL, -/* 1C */ NULL, "pf2id", NULL, NULL, +/* 1C */ "pf2iw", "pf2id", NULL, NULL, /* 20 */ NULL, NULL, NULL, NULL, /* 24 */ NULL, NULL, NULL, NULL, /* 28 */ NULL, NULL, NULL, NULL, @@ -2653,8 +2653,8 @@ /* 7C */ NULL, NULL, NULL, NULL, /* 80 */ NULL, NULL, NULL, NULL, /* 84 */ NULL, NULL, NULL, NULL, -/* 88 */ NULL, NULL, NULL, NULL, -/* 8C */ NULL, NULL, NULL, NULL, +/* 88 */ NULL, NULL, "pfnacc", NULL, +/* 8C */ NULL, NULL, "pfpnacc", NULL, /* 90 */ "pfcmpge", NULL, NULL, NULL, /* 94 */ "pfmin", NULL, "pfrcp", "pfrsqrt", /* 98 */ NULL, NULL, "pfsub", NULL, @@ -2665,7 +2665,7 @@ /* AC */ NULL, NULL, "pfacc", NULL, /* B0 */ "pfcmpeq", NULL, NULL, NULL, /* B4 */ "pfmul", NULL, "pfrcpit2", "pfmulhrw", -/* B8 */ NULL, NULL, NULL, NULL, +/* B8 */ NULL, NULL, NULL, "pswapd", /* BC */ NULL, NULL, NULL, "pavgusb", /* C0 */ NULL, NULL, NULL, NULL, /* C4 */ NULL, NULL, NULL, NULL,