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.
This commit is contained in:
parent
10a08821d3
commit
7af6341f3b
@ -1,5 +1,10 @@
|
||||
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.
|
||||
|
||||
* mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro.
|
||||
(mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with
|
||||
mips_regsize.
|
||||
|
@ -25,9 +25,6 @@
|
||||
#define USE_PROC_FS
|
||||
#define HAVE_OPTIONAL_PROC_FS
|
||||
|
||||
/* OSF/1 doesn't provide the standard fault definitions, so don't use them. */
|
||||
#define FAULTED_USE_SIGINFO
|
||||
|
||||
/* Don't trace faults under OSF/1, rely on the posting of the appropriate
|
||||
signal if fault tracing is disabled.
|
||||
Tracing T_IFAULT under Alpha OSF/1 causes a `floating point enable'
|
||||
|
@ -31,6 +31,4 @@ extern char *sunpro_static_transform_name (char *);
|
||||
#define STATIC_TRANSFORM_NAME(x) sunpro_static_transform_name (x)
|
||||
#define IS_STATIC_TRANSFORM_NAME(name) ((name)[0] == '.')
|
||||
|
||||
#define FAULTED_USE_SIGINFO
|
||||
|
||||
#endif /* ifndef TM_I386SOL2_H */
|
||||
|
@ -74,7 +74,5 @@ extern char *sunpro_static_transform_name (char *);
|
||||
#define STATIC_TRANSFORM_NAME(x) sunpro_static_transform_name (x)
|
||||
#define IS_STATIC_TRANSFORM_NAME(name) ((name)[0] == '$')
|
||||
|
||||
#define FAULTED_USE_SIGINFO
|
||||
|
||||
/* Enable handling of shared libraries for a.out executables. */
|
||||
#define HANDLE_SVR4_EXEC_EMULATORS
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user