elf: Add PT_GNU_PROPERTY segment type
[binutils-gdb.git] / binutils / dwarf.c
index a85a9ab2e3c5b3092d70838156b40dbff608b652..e786bc48564a7c3233d72b1260fdf8b020935f3d 100644 (file)
@@ -7401,6 +7401,8 @@ read_cie (unsigned char *start, unsigned char *end,
            fc->fde_encoding = *q++;
          else if (*p == 'S')
            ;
+         else if (*p == 'B')
+           ;
          else
            break;
          p++;