diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 5d3ee1d..35913c0 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -64,10 +64,6 @@ struct psymbol_allocation_list #define MAX_SECTIONS 40 struct section_addr_info { - /* Sections whose names are always known to gdb. */ - CORE_ADDR text_addr; - CORE_ADDR data_addr; - CORE_ADDR bss_addr; /* Sections whose names are file format dependant. */ struct other_sections { |