ChangeLog:
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 8 May 2007 23:39:14 +0000 (23:39 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Tue, 8 May 2007 23:39:14 +0000 (23:39 +0000)
* 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.

gdb/ChangeLog
gdb/config/i386/nm-i386sol2.h
gdb/config/mips/nm-irix5.h
gdb/config/nm-linux.h
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 5860c43168c78b40912d6fce07dac465b6116f54..31047247e63081d0feb3e3667a17120febdf91fa 100644 (file)
@@ -1,3 +1,9 @@
+2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * 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.
+
 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * spu-linux-nat.c: Include "gdb_stdint.h".
index 01c83b3f61bf1555992f9dc217f4e1f0cbecf258..185d80e9842e61d96524cbc1758ae24efb0cc959 100644 (file)
    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
-
 #ifdef NEW_PROC_API    /* Solaris 6 and above can do HW watchpoints */
 
 #define TARGET_HAS_HARDWARE_WATCHPOINTS
index 6733fa52289494913b4ac27b03d026e91cb7f2f4..66b347d1a4d6a785cb0c0d43c74d7db2dbc1bb89 100644 (file)
    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
index 351ea7476daa9e359cc5de343975fab8bfa5d862..6d82c3e457ac0c1b4fecd69d5d4bf343169b190b 100644 (file)
@@ -22,9 +22,6 @@
 
 struct target_ops;
 
-/* GNU/Linux is SVR4-ish but its /proc file system isn't.  */
-#undef USE_PROC_FS
-
 extern void lin_thread_get_thread_signals (sigset_t *mask);
 #define GET_THREAD_SIGNALS(mask) lin_thread_get_thread_signals (mask)
 
index f281f419b083a07f860e69f96eebc5cd6eb22640..19e7c61fd99c598dae80d1c7bdc796464eb76b79 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
+
 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.texinfo (GDB/MI Variable Objects): Document
index 3df6beecd287260e0d8acce188ce6fbf9cf8e739..f67788735165f17659ea4e20186e8e12a8379793 100644 (file)
@@ -4954,12 +4954,6 @@ the shell execs, and once when the program itself execs.  If the actual
 number of traps is something other than 2, then define this macro to
 expand into the number expected.
 
-@item USE_PROC_FS
-@findex USE_PROC_FS
-This determines whether small routines in @file{*-tdep.c}, which
-translate register values between @value{GDBN}'s internal
-representation and the @file{/proc} representation, are compiled.
-
 @item U_REGS_OFFSET
 @findex U_REGS_OFFSET
 This is the offset of the registers in the upage.  It need only be
This page took 0.039571 seconds and 4 git commands to generate.