diff options
Diffstat (limited to 'gdb/solib-som.c')
-rw-r--r-- | gdb/solib-som.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/solib-som.c b/gdb/solib-som.c index 9ef7708..dcc5f63 100644 --- a/gdb/solib-som.c +++ b/gdb/solib-som.c @@ -623,6 +623,9 @@ som_current_sos (void) paddr_nz (new->lm_info->tsd_start_addr)); #endif + new->addr_low = lmi->text_addr; + new->addr_high = lmi->text_end; + /* Link the new object onto the list. */ new->next = NULL; *link_ptr = new; |