From: Roland McGrath Date: Sun, 1 Feb 2004 22:35:22 +0000 (+0000) Subject: 2004-01-28 Roland McGrath X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90c119f48c5fa7d476db4ef678648fd66abbd2ed;p=binutils-gdb.git 2004-01-28 Roland McGrath * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's procfs_xfer_auxv function. --- diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index 5d4175cfd8f..950e5afb8a9 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. */