diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-03 15:13:26 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-03 15:13:26 +0000 |
commit | 3f5e2fb58f4892212ca36f2f573f7f6987089eb1 (patch) | |
tree | d54476bd77d83046e02fa2efdb994e55b2ccd727 /gdb/config | |
parent | dd270b5ce5417d7c4d206992ad4131f699b033af (diff) | |
download | gdb-3f5e2fb58f4892212ca36f2f573f7f6987089eb1.zip gdb-3f5e2fb58f4892212ca36f2f573f7f6987089eb1.tar.gz gdb-3f5e2fb58f4892212ca36f2f573f7f6987089eb1.tar.bz2 |
* procfs.c (procfs_wait): Reinstate code which deduces the signal
from the fault, #ifndef FAULTED_USE_SIGINFO.
* config/sparc/tm-sun4sol2.h: Define FAULTED_USE_SIGINFO.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sparc/tm-sun4sol2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/sparc/tm-sun4sol2.h b/gdb/config/sparc/tm-sun4sol2.h index 3c427b4..ebc83f6 100644 --- a/gdb/config/sparc/tm-sun4sol2.h +++ b/gdb/config/sparc/tm-sun4sol2.h @@ -62,3 +62,5 @@ get_longjmp_target PARAMS ((CORE_ADDR *)); /* The SunPRO compiler puts out 0 instead of the address in an N_SO symbol. */ #define N_SO_ADDRESS_MAYBE_MISSING + +#define FAULTED_USE_SIGINFO |