Index: hppa-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/hppa-tdep.c,v retrieving revision 1.86 diff -u -p -r1.86 hppa-tdep.c --- hppa-tdep.c 3 Jul 2003 22:14:42 -0000 1.86 +++ hppa-tdep.c 13 Aug 2003 17:05:46 -0000 @@ -5046,6 +5046,7 @@ hppa_gdbarch_init (struct gdbarch_info i set_gdbarch_deprecated_call_dummy_length (gdbarch, INSTRUCTION_SIZE * 28); /* set_gdbarch_deprecated_fix_call_dummy (gdbarch, hppa_fix_call_dummy); */ set_gdbarch_deprecated_push_arguments (gdbarch, hppa_push_arguments); + set_gdbarch_addr_bits_remove (gdbarch, hppa_smash_text_address); set_gdbarch_smash_text_address (gdbarch, hppa_smash_text_address); set_gdbarch_believe_pcc_promotion (gdbarch, 1); set_gdbarch_read_pc (gdbarch, hppa_target_read_pc);