This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH, doc RFA] remove support for special Sun stabs support
- From: Doug Evans <dje at google dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Fri, 19 Jun 2015 13:36:31 -0500
- Subject: Re: [PATCH, doc RFA] remove support for special Sun stabs support
- Authentication-results: sourceware.org; auth=none
- References: <001a11343cf8ecf74c05179253e7 at google dot com> <831thssvb4 dot fsf at gnu dot org>
On Wed, Jun 3, 2015 at 9:47 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Wed, 03 Jun 2015 00:42:04 +0000
>> From: Doug Evans <dje@google.com>
>>
>> This patch removes special support in gdb for Sun's version of stabs,
>> previously discussed here.
>> https://sourceware.org/ml/gdb-patches/2015-05/msg00169.html
>>
>> Regression tested on amd64-linux (with, without stabs)
>> and verified --enable-targets=all builds.
>>
>> 2015-06-02 Doug Evans <dje@google.com>
>>
>> * 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.
>>
>> doc/
>> * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
>> longer supported.
>
> OK for the documentation parts.
>
> Thanks.
Committed. Thanks.