Remove DW_BLOCK
[deliverable/binutils-gdb.git] / gdb / dwarf2 / attribute.c
index 3fe1f088d770d4e5241a48066aae43b4a4423bfc..c8e556f0e41c532538effc0b5b9153d385f014ef 100644 (file)
@@ -94,7 +94,8 @@ attribute::form_is_block () const
          || form == DW_FORM_block2
          || form == DW_FORM_block4
          || form == DW_FORM_block
-         || form == DW_FORM_exprloc);
+         || form == DW_FORM_exprloc
+         || form == DW_FORM_data16);
 }
 
 /* See attribute.h.  */
This page took 0.02303 seconds and 4 git commands to generate.