|
From: <sv...@va...> - 2005-06-30 00:22:41
|
Author: sewardj
Date: 2005-06-30 01:22:38 +0100 (Thu, 30 Jun 2005)
New Revision: 4058
Log:
acroread-5.06 for x86-linux requires up to 598 CIEs. Bump the array
size accordingly.
Modified:
trunk/coregrind/m_debuginfo/dwarf.c
Modified: trunk/coregrind/m_debuginfo/dwarf.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_debuginfo/dwarf.c 2005-06-30 00:16:02 UTC (rev 4057=
)
+++ trunk/coregrind/m_debuginfo/dwarf.c 2005-06-30 00:22:38 UTC (rev 4058=
)
@@ -2182,7 +2182,7 @@
cie->saw_z_augmentation =3D False;
}
=20
-#define N_CIEs 200
+#define N_CIEs 2000
static CIE the_CIEs[N_CIEs];
=20
=20
|