diff options
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h index 8f059dc..17c45e9 100644 --- a/gdb/psympriv.h +++ b/gdb/psympriv.h @@ -173,14 +173,14 @@ struct partial_symtab /* Return the unrelocated low text address of this partial_symtab. */ - unrelocated_addr raw_text_low () const + unrelocated_addr unrelocated_text_low () const { return m_text_low; } /* Return the unrelocated_addr high text address of this partial_symtab. */ - unrelocated_addr raw_text_high () const + unrelocated_addr unrelocated_text_high () const { return m_text_high; } |