This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch]: Use .rdata section for initialized consts on mingw and cygwin
- From: Christopher Faylor <cgf at redhat dot com>
- To: Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, gp at familiehaase dot de
- Date: Mon, 6 Oct 2003 19:59:37 -0400
- Subject: Re: [Patch]: Use .rdata section for initialized consts on mingw and cygwin
- References: <20031006234313.42099.qmail@web21411.mail.yahoo.com>
On Tue, Oct 07, 2003 at 09:43:13AM +1000, Danny Smith wrote:
>2003-10-06 Danny Smith <dannysmith@users.sourceforge.net>
>
> * config/i386/cygming.h (READONLY_DATA_SECTION_ASM_OP): Define.
> (switch_to_section): Handle in_readonly_data.
> * config/i386/winnt.c (i386_pe_asm_named_section): Handle
> readonly data.
Thanks for doing this. Looks good to me. Please check in.
Would it make sense for the cygwin-mingw 3.3 branch, too?
cgf