Index: gdb/hppa-tdep.c =================================================================== RCS file: /nile.c/cvs/Dev/gdb/gdb-6.3/gdb/hppa-tdep.c,v retrieving revision 1.15 diff -u -p -r1.15 hppa-tdep.c --- gdb/hppa-tdep.c 19 Mar 2005 01:15:18 -0000 1.15 +++ gdb/hppa-tdep.c 3 Jun 2005 20:11:14 -0000 @@ -2401,7 +2401,7 @@ hppa_pc_requires_run_before_use (CORE_AD minimal symbols, I'm resorting to the gross hack of checking the top byte of the address for all 1's. Sigh. */ - return (!target_has_stack && (pc & 0xFF000000)); + return (!target_has_stack && (pc & 0xFF000000) == 0xFF000000); } /* Return the GDB type object for the "standard" data type of data