Remove special support in gdb for Sun's version of stabs.
authorDoug Evans <dje@google.com>
Fri, 19 Jun 2015 18:34:43 +0000 (11:34 -0700)
committerDoug Evans <dje@google.com>
Fri, 19 Jun 2015 18:34:43 +0000 (11:34 -0700)
commit18a94d75a0a9baca8e2db2563fa3e637415ad86e
tree4ba0d9cfdf0c526f58ec81bb4bf2b8c276482c12
parentef8b8d4ad51c2b90e022c5442f60b39f05e38ef6
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.
13 files changed:
gdb/ChangeLog
gdb/NEWS
gdb/dbxread.c
gdb/doc/ChangeLog
gdb/doc/stabs.texinfo
gdb/dwarf2read.c
gdb/elfread.c
gdb/gdb-stabs.h
gdb/mdebugread.c
gdb/psympriv.h
gdb/psymtab.c
gdb/stabsread.h
gdb/xcoffread.c
This page took 0.028961 seconds and 4 git commands to generate.