Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detected...
[deliverable/binutils-gdb.git] / binutils / dwarf.c
index c75059bd93a8513ff5b22f6500d134a375859eda..675b4d016fd0777af4dc8a05424f8190d9d32a74 100644 (file)
@@ -2008,7 +2008,7 @@ read_and_print_leb128 (unsigned char *        data,
   int status;
   dwarf_vma val = read_leb128 (data, end, is_signed, bytes_read, &status);
   if (status != 0)
-    report_leb_status (status);
+    report_leb_status (status, __FILE__, __LINE__);
   else
     printf ("%s", dwarf_vmatoa (is_signed ? "d" : "u", val));
 }
This page took 0.023582 seconds and 4 git commands to generate.