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: Reverse SUPPORTS_INIT_PRIORITY Change to iris6.h


>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:

> Something is way out of whack: the initialization, the comments, the
> name of the option, something.

> It sounds to me like all of the above.  

> It sounds like you're saying this flag should be named

>   flag_use_gnu_linker_init_fini_support;

If we wanted it to reflect just current usage, yes.  I've always thought of
it as a more general-purpose flag, that was only currently used in limited
situations.  There are lots of features that the GNU binutils support and
others don't; the vector stabs are just one, and an increasingly irrelevant
one at that.

However, most of these features are rather version dependent, and the
recent trend has been towards testing for these features at configure time,
rather than runtime; perhaps we should do that for init_priority, as well.
And perhaps for the vector stabs, for that matter, though they're really
only relevant for a.out.

Jason

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