This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[lto] PATCH: remove lto_file_vtable and associated code


The lto_file_vtable structure was previously used to map in DWARF2
sections, but it is now obsolete.  This patch removes it along with
its associated functions.

Ollie


2008-06-11  Ollie Wild  <aaw@google.com>

        * lto.h (struct lto_file_vtable_struct): Remove.
        (struct lto_file_struct): Remove vtable member.
        * lto-elf.c (lto_file_init): Remove vtable argument.
        (lto_elf_map_optional_lto_section): Remove.
        (lto_elf_unmap_section): Remove.
        (lto_elf_file_vtable): Remove.
        (lto_elf_file_open): Remove lto_elf_file_vtable argument from
        lto_file_init call.
        (lto_elf_find_section_data): Remove.

Attachment: lto_file_vtable.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]