diff options
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r-- | gdb/ppc-tdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 38a4cb7bc86..8d1c8a223a8 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -183,6 +183,9 @@ struct gdbarch_tdep register number for GDB register number I, or -1 if the simulator does not implement that register. */ int *sim_regno; + + /* Minimum possible text address. */ + CORE_ADDR text_segment_base; }; |