diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-08 23:39:14 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-08 23:39:14 +0000 |
commit | 6d239f62ce10b6f7f2766229561ab2394980e610 (patch) | |
tree | 63845682ac8165048cb11e02736bc3580bc841c3 /gdb/config/mips | |
parent | cfe561b1235ede4383b84a1165db165a7143158c (diff) | |
download | gdb-6d239f62ce10b6f7f2766229561ab2394980e610.tar.gz |
ChangeLog:
* config/i386/nm-i386sol2.h (USE_PROC_FS): Do not define.
* config/mips/nm-irix5.h (USE_PROC_FS): Do not define.
* config/nm-linux.h (USE_PROC_FS): Do not undefine.
doc/ChangeLog:
* gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/nm-irix5.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/mips/nm-irix5.h b/gdb/config/mips/nm-irix5.h index 6733fa52289..66b347d1a4d 100644 --- a/gdb/config/mips/nm-irix5.h +++ b/gdb/config/mips/nm-irix5.h @@ -19,10 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* SVR4 has /proc support, so use it instead of ptrace. */ - -#define USE_PROC_FS - #undef IN_SOLIB_DYNSYM_RESOLVE_CODE #define TARGET_HAS_HARDWARE_WATCHPOINTS |