diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-07 23:09:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-07 23:09:45 +0000 |
commit | 327fce13c57a6a7f319fe389c08ae8a3b438f4b0 (patch) | |
tree | b1609f0ce9b59b7052ed04da884f80ea894277f9 /gdb/procfs.c | |
parent | 502d24d454123c6bb60132a5ebcbe04094b8a1e2 (diff) | |
download | binutils-gdb-327fce13c57a6a7f319fe389c08ae8a3b438f4b0.tar.gz |
* 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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 796145807a1..1a6c9472fd5 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" =================== */ |