aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-07 23:09:45 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-07 23:09:45 +0000
commit327fce13c57a6a7f319fe389c08ae8a3b438f4b0 (patch)
treeb1609f0ce9b59b7052ed04da884f80ea894277f9 /gdb/procfs.c
parent502d24d454123c6bb60132a5ebcbe04094b8a1e2 (diff)
downloadgdb-327fce13c57a6a7f319fe389c08ae8a3b438f4b0.zip
gdb-327fce13c57a6a7f319fe389c08ae8a3b438f4b0.tar.gz
gdb-327fce13c57a6a7f319fe389c08ae8a3b438f4b0.tar.bz2
* procfs.c (PROCFS_TRACE): Delete definition.
* proc-utils.h (PROCFS_NOTE, PROC_PRETTYFPRINT_STATUS): Always define.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 7961458..1a6c947 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -87,7 +87,6 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
files, because it redefines various system calls using macros.
This may be incompatible with the prototype declarations. */
-#define PROCFS_TRACE
#include "proc-utils.h"
/* =================== TARGET_OPS "MODULE" =================== */