diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-01 14:37:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-01 14:37:02 +0000 |
commit | 22d41b37e06cdc8ea4ed2f62c72f1a3dd5edb82c (patch) | |
tree | bb551939ff238a2b55e544b3a401b32e663556d0 /gdb/config/alpha | |
parent | e66299b3ddd428d2b611c51326140234a72be604 (diff) | |
download | gdb-22d41b37e06cdc8ea4ed2f62c72f1a3dd5edb82c.zip gdb-22d41b37e06cdc8ea4ed2f62c72f1a3dd5edb82c.tar.gz gdb-22d41b37e06cdc8ea4ed2f62c72f1a3dd5edb82c.tar.bz2 |
2004-08-01 Andrew Cagney <cagney@gnu.org>
* config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
* config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
* config/nm-gnu.h (NO_CORE_OPS): Delete.
* config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
* config/i386/nm-i386v4.h (LOSING_POLL): Delete.
* config/alpha/nm-osf2.h (LOSING_POLL): Delete.
* config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
* config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
* config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
* config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
* config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
(TARGET_SIGNAL_RAW_VALUES): Delete.
* config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
Delete.
* config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
(TARGET_HW_WATCH_LIMIT): Delete.
* Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
* minimon.h: Delete file.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r-- | gdb/config/alpha/nm-osf2.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/alpha/nm-osf2.h b/gdb/config/alpha/nm-osf2.h index 1f3932d..cbd232c 100644 --- a/gdb/config/alpha/nm-osf2.h +++ b/gdb/config/alpha/nm-osf2.h @@ -35,7 +35,6 @@ #define PROCFS_DONT_TRACE_FAULTS /* Work around some peculiarities in the OSF/1 procfs implementation. */ -#define PROCFS_SIGPEND_OFFSET #define PROCFS_NEED_PIOCSSIG_FOR_KILL #define PROCFS_DONT_PIOCSSIG_CURSIG @@ -43,10 +42,3 @@ #define KERNEL_U_SIZE kernel_u_size() extern int kernel_u_size (void); - -/* poll() doesn't seem to work properly for /proc in this version of the OS. - If we only specify POLLPRI, things hang. It seems to get better when we set - POLLOUT, but that always returns POLLNVAL!!! Also, POLLOUT causes problems - on other OSes. */ - -#define LOSING_POLL |