import gdb-1999-09-21
This commit is contained in:
parent
54af6ff675
commit
c2c6d25f0d
79 changed files with 3229 additions and 1934 deletions
|
@ -960,13 +960,8 @@ find_pc_sect_section (pc, section)
|
|||
struct objfile *objfile;
|
||||
|
||||
ALL_OBJSECTIONS (objfile, s)
|
||||
#if defined(HPUXHPPA)
|
||||
if ((section == 0 || section == s->the_bfd_section) &&
|
||||
s->addr <= pc && pc <= s->endaddr)
|
||||
#else
|
||||
if ((section == 0 || section == s->the_bfd_section) &&
|
||||
s->addr <= pc && pc < s->endaddr)
|
||||
#endif
|
||||
return (s);
|
||||
|
||||
return (NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue