projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2544d0
)
2004-01-28 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Sun, 1 Feb 2004 22:35:22 +0000
(22:35 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sun, 1 Feb 2004 22:35:22 +0000
(22:35 +0000)
* config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
procfs_xfer_auxv function.
gdb/config/nm-linux.h
patch
|
blob
|
history
diff --git
a/gdb/config/nm-linux.h
b/gdb/config/nm-linux.h
index 5d4175cfd8f6f736a731412624868d85d17ab76b..950e5afb8a9f910df855e211d0fe45f558992e2b 100644
(file)
--- 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. */