blob: c59b420f97ff13689c087851beff144765c27a37 [file] [log] [blame]
diff -aruN a/gas/config/tc-arm.c b/gas/config/tc-arm.c
--- a/gas/config/tc-arm.c 2010-02-22 00:06:52.000000000 -0800
+++ b/gas/config/tc-arm.c 2011-08-02 13:11:39.000000000 -0700
@@ -1878,6 +1878,8 @@
if (skip_past_char (&ptr, '{') == SUCCESS)
leading_brace = 1;
+ memset(&firsttype, 0, sizeof (firsttype));
+
do
{
struct neon_typed_alias atype;