Reverts an "enhancement" made in a previous delta which complained of
[deliverable/binutils-gdb.git] / binutils / dwarf.c
index e4efd06581e8c8913afb65323199d2ecf51dbaed..332d7009701e8a68652cb04125e625eb52156e85 100644 (file)
@@ -5535,13 +5535,8 @@ read_cie (unsigned char *start, unsigned char *end,
            break;
          p++;
        }
-
-      if (q < qend)
-       {
-         warn (_("Not enough augmentation data (%lx bytes still needed)\n"),
-               (long) ((augmentation_data + augmentation_data_len) - q));
-         augmentation_data_len = q - augmentation_data;
-       }
+      /* Note - it is OK if this loop terminates with q < qend.
+        Padding may have been inserted to align the end of the CIE.  */
     }
 
   *p_cie = fc;
This page took 0.02375 seconds and 4 git commands to generate.