MSP430: Relax target glob for configuring GDB
[deliverable/binutils-gdb.git] / gprof / symtab.c
index 70eb41573bca55a693056d98a6d6c1e01a2588b2..eb63aa926a29e1267c06bb2cb46d9598330cefd2 100644 (file)
@@ -149,7 +149,7 @@ symtab_finalize (Sym_Table *tab)
 
   if (tab->len > 0 && dst[-1].end_addr == 0)
     dst[-1].end_addr
-      = core_text_sect->vma + bfd_get_section_size (core_text_sect) - 1;
+      = core_text_sect->vma + bfd_section_size (core_text_sect) - 1;
 
   DBG (AOUTDEBUG | IDDEBUG,
        printf ("[symtab_finalize]: removed %d duplicate entries\n",
This page took 0.024383 seconds and 4 git commands to generate.