aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-22 22:43:05 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-22 22:43:05 +0000
commit7af6341f3b42b9803f42ee719fcdd5441d39b4ec (patch)
tree46b4986013f827237a5806c3a39d6d4d0102bba1 /gdb/procfs.c
parent10a08821d34f7753264017ec0f0ba518e22c1946 (diff)
downloadfsf-binutils-gdb-7af6341f3b42b9803f42ee719fcdd5441d39b4ec.zip
fsf-binutils-gdb-7af6341f3b42b9803f42ee719fcdd5441d39b4ec.tar.gz
fsf-binutils-gdb-7af6341f3b42b9803f42ee719fcdd5441d39b4ec.tar.bz2
2003-11-22 Andrew Cagney <cagney@redhat.com>
* procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment. * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro. * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro. * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index a92b849..72ad202 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -4163,7 +4163,7 @@ wait_again:
wstat = (what << 8) | 0177;
break;
case PR_FAULTED:
- switch (what) { /* FIXME: FAULTED_USE_SIGINFO */
+ switch (what) {
#ifdef FLTWATCH
case FLTWATCH:
wstat = (SIGTRAP << 8) | 0177;