11 lines
369 B
Diff
11 lines
369 B
Diff
|
--- valgrind-3.2.3.orig/coregrind/m_debuginfo/readstabs.c
|
||
|
+++ valgrind-3.2.3/coregrind/m_debuginfo/readstabs.c
|
||
|
@@ -43,6 +43,7 @@
|
||
|
#include "priv_readstabs.h" /* self */
|
||
|
|
||
|
/* --- !!! --- EXTERNAL HEADERS start --- !!! --- */
|
||
|
+#define CONFIG_ARCH_SUPPORTS_AOUT /* XXX */
|
||
|
#include <a.out.h> /* stabs defns */
|
||
|
/* --- !!! --- EXTERNAL HEADERS end --- !!! --- */
|
||
|
|