gdb: Fix build failure with GCC 7
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 2a527e897cd1eb0fdfcae7f2e8249a336bd9e1f0..4f2fdce8de15da742ad84cd2c71e1e7aec10b159 100644 (file)
@@ -17623,7 +17623,8 @@ dwarf2_string_attr (struct die_info *die, unsigned int name, struct dwarf2_cu *c
   if (attr != NULL)
     {
       if (attr->form == DW_FORM_strp || attr->form == DW_FORM_line_strp
-         || attr->form == DW_FORM_string || DW_FORM_GNU_str_index
+         || attr->form == DW_FORM_string
+         || attr->form == DW_FORM_GNU_str_index
          || attr->form == DW_FORM_GNU_strp_alt)
        str = DW_STRING (attr);
       else
This page took 0.047856 seconds and 4 git commands to generate.