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: PATCH: Revise iris6.h to use !flag_gnu_linker


>>>>> "Jeffrey" == Jeffrey Oldham <oldham@codesourcery.com> writes:

> I patched gcc/config/mips/iris6.h to indicate that the default Irix6.5
> linker does not support the C++ `init_priority' attribute.  Jason
> Merrill suggested I use "!flag_gnu_linker" for the associated macro.

> ! #define SUPPORTS_INIT_PRIORITY (!flag_gnu_linker)

Did I?  Oops.  It should be just flag_gnu_linker, of course.

Jason

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