2003-10-19 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / symtab.c
index d984a35420544d8f5cdeb160951f0885602a4ea8..3a3a54735fab6a58bd2dd02379c260e5ceeb3855 100644 (file)
@@ -1872,7 +1872,7 @@ find_pc_symtab (CORE_ADDR pc)
 /* If it's worth the effort, we could be using a binary search.  */
 
 struct symtab_and_line
-find_pc_sect_line (CORE_ADDR pc, struct sec *section, int notcurrent)
+find_pc_sect_line (CORE_ADDR pc, struct bfd_section *section, int notcurrent)
 {
   struct symtab *s;
   struct linetable *l;
This page took 0.024556 seconds and 4 git commands to generate.