* NEWS: Document .ARM.exidx / .ARM.extab support.
[deliverable/binutils-gdb.git] / binutils / dwarf.c
index 0e143322712a952fdbf57b5a97cb57a0b62b788a..e51aa647e590da813d2f7fa4d68900b1822f60b8 100644 (file)
@@ -227,7 +227,7 @@ print_dwarf_vma (dwarf_vma val, unsigned byte_size)
   fputs (buff + (byte_size == 4 ? 8 : 0), stdout);
 }
 
-static unsigned long int
+unsigned long int
 read_leb128 (unsigned char *data, unsigned int *length_return, int sign)
 {
   unsigned long int result = 0;
This page took 0.049748 seconds and 4 git commands to generate.