projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2906cc
)
Mon Apr 14 15:54:51 1997 Geoffrey Noer <noer@pizza.cygnus.com>
author
Geoffrey Noer
<noer@cygnus>
Mon, 14 Apr 1997 23:06:49 +0000
(23:06 +0000)
committer
Geoffrey Noer
<noer@cygnus>
Mon, 14 Apr 1997 23:06:49 +0000
(23:06 +0000)
* procfs.c (notice_signals): fix typo
gdb/ChangeLog
patch
|
blob
|
history
gdb/procfs.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 33edc939a14585320f99a3537ee4d4c262a93ea4..04957e41f73497945026f790c9ea6d0e7607cec4 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Mon Apr 14 15:54:51 1997 Geoffrey Noer <noer@pizza.cygnus.com>
+
+ * procfs.c (notice_signals): fix typo
+
Mon Apr 14 16:25:10 1997 Ian Lance Taylor <ian@cygnus.com>
* gdbserver/Makefile.in (INSTALL): Change install.sh to
diff --git
a/gdb/procfs.c
b/gdb/procfs.c
index 4ce9d983c090edf33b33fff50c871d4b2c7eec0a..539835e815e3fe55f20dfa35d77f0f2848817f87 100644
(file)
--- a/
gdb/procfs.c
+++ b/
gdb/procfs.c
@@
-2336,7
+2336,7
@@
procfs_notice_signals (pid)
#ifdef UNIXWARE
premptyset (&sctl.sigset);
#else
- sctl.sigset =
&
pi->prrun.pr_trace;
+ sctl.sigset = pi->prrun.pr_trace;
#endif
notice_signals (pi, &sctl);