aboutsummaryrefslogtreecommitdiffstats
path: root/testing/seamonkey/fix-stabs.patch
blob: f0b1ae67873dfd5f8094547432ed18d6c73a6e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- seamonkey-2.39/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.cc.orig
+++ seamonkey-2.39/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.cc
@@ -34,7 +34,15 @@
 #include "common/stabs_reader.h"
 
 #include <assert.h>
-#include <stab.h>
+//#include <stab.h>
+//#define N_UNDF 0x0
+#define N_FUN 0x24
+#define N_SLINE 0x44
+#define N_SO 0x64
+#define N_LSYM 0x80
+#define N_BINCL 0x82
+#define N_SOL 0x84
+
 #include <string.h>
 
 #include <string>