aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/nm-linux.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-02-01 22:35:22 +0000
committerRoland McGrath <roland@gnu.org>2004-02-01 22:35:22 +0000
commit90c119f48c5fa7d476db4ef678648fd66abbd2ed (patch)
treedd6a48bb9666aac06d38d1aa9427ebf345ec5a1f /gdb/config/nm-linux.h
parente2544d02e2e7b9e71178cefbc93921b37965438f (diff)
downloadgdb-90c119f48c5fa7d476db4ef678648fd66abbd2ed.zip
gdb-90c119f48c5fa7d476db4ef678648fd66abbd2ed.tar.gz
gdb-90c119f48c5fa7d476db4ef678648fd66abbd2ed.tar.bz2
2004-01-28 Roland McGrath <roland@redhat.com>
* config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's procfs_xfer_auxv function.
Diffstat (limited to 'gdb/config/nm-linux.h')
-rw-r--r--gdb/config/nm-linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h
index 5d4175c..950e5af 100644
--- a/gdb/config/nm-linux.h
+++ b/gdb/config/nm-linux.h
@@ -77,3 +77,6 @@ extern void lin_thread_get_thread_signals (sigset_t *mask);
#define CHILD_POST_ATTACH
#define CHILD_FOLLOW_FORK
#define KILL_INFERIOR
+
+#define NATIVE_XFER_AUXV procfs_xfer_auxv
+#include "auxv.h" /* Declares it. */