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]

Re: PATCH: Re: optimization/7171: Not enough room for program headers (allocated 7, need 8)


In article <20020801163046.C2896@redhat.com> Richard Henderson wrote:

> On Wed, Jul 31, 2002 at 10:26:32AM -0700, H. J. Lu wrote:
>> 	* output.h (decl_readonly_section): New prototype.
>> 	(DECL_READONLY_SECTION): Use decl_readonly_section.
>> 	* varasm.c (decl_readonly_section): New.

> I like it.  Except for the maintaining the old macro thing.

> I applied the following version.

>        * output.h (DECL_READONLY_SECTION): Remove.
>        (decl_readonly_section): Declare.
>        * varasm.c (decl_readonly_section): New.
>        (default_section_type_flags, default_select_section): Use it. [...]

Thanks guys.  I can report that this fixes the outstanding C++ code
generation issue I knew about on i386-*-freebsd4* with FSF binutils
pre-2.13.

Regards,
Loren


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