diff options
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -667,7 +667,7 @@ section_table_xfer_memory_partial (gdb_byte *readbuf, const gdb_byte *writebuf, return 0; /* We can't help. */ } -struct target_section_table * +static struct target_section_table * exec_get_section_table (struct target_ops *ops) { return current_target_sections; |