xcoff slurp_armap bounds checking
[deliverable/binutils-gdb.git] / gdb / m2-exp.y
index 6a0173b251de7c7e8b9baef0444fa3240bc4f25a..243f3023d3220466fc4b8dfd0e0cad4ebdb00345 100644 (file)
@@ -599,7 +599,6 @@ type
        :       TYPENAME
                        { $$
                            = lookup_typename (pstate->language (),
-                                              pstate->gdbarch (),
                                               copy_name ($1).c_str (),
                                               pstate->expression_context_block,
                                               0);
@@ -974,7 +973,7 @@ yylex (void)
                         VAR_DOMAIN, 0).symbol;
     if (sym && SYMBOL_CLASS (sym) == LOC_BLOCK)
       return BLOCKNAME;
-    if (lookup_typename (pstate->language (), pstate->gdbarch (),
+    if (lookup_typename (pstate->language (),
                         tmp.c_str (), pstate->expression_context_block, 1))
       return TYPENAME;
 
This page took 0.023913 seconds and 4 git commands to generate.