aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-09-22 03:28:34 +0000
committerJason Molenda <jmolenda@apple.com>1999-09-22 03:28:34 +0000
commitc2c6d25f0d5eea4f834420870021a8c52db24018 (patch)
treef4b3d5e9e3207fa8118db4085f9c6a0cbc2bdaf6 /gdb/objfiles.c
parent54af6ff67571ba569b94e26d558d02f9955e6844 (diff)
downloadfsf-binutils-gdb-c2c6d25f0d5eea4f834420870021a8c52db24018.zip
fsf-binutils-gdb-c2c6d25f0d5eea4f834420870021a8c52db24018.tar.gz
fsf-binutils-gdb-c2c6d25f0d5eea4f834420870021a8c52db24018.tar.bz2
import gdb-1999-09-21
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r--gdb/objfiles.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index 7e57562..253739c 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -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);