This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -fdata-sections stopped working
- From: Richard Henderson <rth at redhat dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: gcc-patches at gnu dot org
- Date: Mon, 13 May 2002 17:43:21 -0700
- Subject: Re: -fdata-sections stopped working
- References: <je3cww2m07.fsf@sykes.suse.de>
On Mon, May 13, 2002 at 03:52:24PM +0200, Andreas Schwab wrote:
> * varasm.c (resolve_unique_section): Add third parameter
> flag_function_or_data_sections and use it instead of
> flag_function_sections.
> (assemble_start_function): Pass flag_function_sections.
> (asm_emit_uninitialised): Pass flag_data_sections.
> (assemble_variable): Likewise.
Ok.
r~