* layout.cc (Layout::get_output_section): Add is_interp and
authorIan Lance Taylor <ian@airs.com>
Wed, 4 Nov 2009 15:56:03 +0000 (15:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 4 Nov 2009 15:56:03 +0000 (15:56 +0000)
commitf5c870d25d59bc1e6fcb6a836b6bd1981788982c
tree5f0302e3a7df3fabd48233a453fdeca714c8116d
parentc7cbc7a8c26acd91b498167e3a2b8625d5eaa109
* layout.cc (Layout::get_output_section): Add is_interp and
is_dynamic_linker_section parameters.  Change all callers.
(Layout::choose_output_section): Likewise.
(Layout::make_output_section): Likewise.
(Layout::add_output_section_data): Add is_dynamic_linker_section
parameter.  Change all callers.
* layout.h (class Layout): Update declarations.
* output.h (class Output_section): Add is_interp, set_is_interp,
is_dynamic_linker_section, set_is_dynamic_linker_section methods.
Add is_interp_, is_dynamic_linker_section_ fields.  Change
generate_code_fills_at_write_ to a bitfield.
* output.cc (Output_section::Output_sections): Initialize new
fields.
(Output_segment::add_output_section): Add do_sort parameter.
Change all callers.
13 files changed:
gold/ChangeLog
gold/arm.cc
gold/common.cc
gold/copy-relocs.cc
gold/i386.cc
gold/layout.cc
gold/layout.h
gold/output.cc
gold/output.h
gold/powerpc.cc
gold/script-sections.cc
gold/sparc.cc
gold/x86_64.cc
This page took 0.026391 seconds and 4 git commands to generate.