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]

Re: -fdata-sections for uninitialised data (mk III)


On Tue, Jan 04, 2000 at 05:41:04PM -0800, Nick Clifton wrote:
> + #ifdef ASM_OUTPUT_SECTION_NAME
> +   /* We already know that DECL_SECTION_NAME() == NULL */
> +   if ((flag_data_sections != 0 /* && DECL_SECTION_NAME (decl) == NULL_TREE*/)
> +       || UNIQUE_SECTION_P (decl))

Don't put the commented out condition in.  The comment is enough.

Otherwise ok.


r~

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