aboutsummaryrefslogtreecommitdiff
path: root/gdb/psympriv.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-06-19 11:34:43 -0700
committerDoug Evans <dje@google.com>2015-06-19 11:34:43 -0700
commit18a94d75a0a9baca8e2db2563fa3e637415ad86e (patch)
tree4ba0d9cfdf0c526f58ec81bb4bf2b8c276482c12 /gdb/psympriv.h
parentef8b8d4ad51c2b90e022c5442f60b39f05e38ef6 (diff)
downloadgdb-18a94d75a0a9baca8e2db2563fa3e637415ad86e.zip
gdb-18a94d75a0a9baca8e2db2563fa3e637415ad86e.tar.gz
gdb-18a94d75a0a9baca8e2db2563fa3e637415ad86e.tar.bz2
Remove special support in gdb for Sun's version of stabs.
Discussion: https://sourceware.org/ml/gdb-patches/2015-05/msg00169.html gdb/ChangeLog: * NEWS: Mention Sun's version of stabs is no longer supported. * elfread.c (free_elfinfo): Delete. All uses updated. (elfstab_offset_sections): Delete. All uses updated. * gdb-stabs.h (stab_section_info): Delete. All uses updated. * psympriv.h (partial_symtab) <section_offsets>: Delete. All uses updated. * psymtab.c (start_psymtab_common): Delete arg section_offsets. All callers updated. gdb/doc/ChangeLog: * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no longer supported.
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r--gdb/psympriv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h
index 9daddea..ea2454c 100644
--- a/gdb/psympriv.h
+++ b/gdb/psympriv.h
@@ -98,12 +98,6 @@ struct partial_symtab
const char *dirname;
- /* Set of relocation offsets to apply to each section.
- This is typically objfile->section_offsets, but in some cases
- it's different. See, e.g., elfstab_offset_sections. */
-
- struct section_offsets *section_offsets;
-
/* Range of text addresses covered by this file; texthigh is the
beginning of the next section. Do not use if PSYMTABS_ADDRMAP_SUPPORTED
is set. */
@@ -224,7 +218,6 @@ extern void add_psymbol_to_list (const char *, int,
extern void init_psymbol_list (struct objfile *, int);
extern struct partial_symtab *start_psymtab_common (struct objfile *,
- struct section_offsets *,
const char *, CORE_ADDR,
struct partial_symbol **,
struct partial_symbol **);