diff options
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r-- | gdb/ppc-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 472371a..f523b34 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -76,6 +76,9 @@ int ppc_floating_point_unit_p (struct gdbarch *gdbarch); Altivec registers (vr0 --- vr31, vrsave and vscr). */ int ppc_altivec_support_p (struct gdbarch *gdbarch); +int ppc_deal_with_atomic_sequence (struct frame_info *frame); + + /* Register set description. */ struct ppc_reg_offsets @@ -220,9 +223,6 @@ struct gdbarch_tdep simulator does not implement that register. */ int *sim_regno; - /* Minimum possible text address. */ - CORE_ADDR text_segment_base; - /* ISA-specific types. */ struct type *ppc_builtin_type_vec64; }; |