|
From: <sv...@va...> - 2013-09-19 09:15:06
|
Author: sewardj
Date: Thu Sep 19 09:14:56 2013
New Revision: 13565
Log:
Recent libxul.so on ARM has more than 5000 CIEs. Increase N_CIEs,
therefore.
Modified:
trunk/coregrind/m_debuginfo/readdwarf.c
Modified: trunk/coregrind/m_debuginfo/readdwarf.c
==============================================================================
--- trunk/coregrind/m_debuginfo/readdwarf.c (original)
+++ trunk/coregrind/m_debuginfo/readdwarf.c Thu Sep 19 09:14:56 2013
@@ -3666,7 +3666,7 @@
cie->saw_z_augmentation = False;
}
-#define N_CIEs 5000
+#define N_CIEs 8000
static CIE the_CIEs[N_CIEs];
|