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: Support TLS with Sun as on Solaris 2/x86


Hi Ralf,

> You need to undo the changequote change before and redo it after the
> macro invocation, i.e.,
>   changequote([,])dnl
>   AC_DEFINE(...)
>   changequote(,)dnl

great, thanks.  That makes the patch considerably more sensible.

> The fact that autoconf can't sensibly look past changequote is one of
> the primary reasons newer Autoconf releases advise against using
> changequote.  I haven't had the heart to propose a removal patch for GCC
> yet though.

True, it's a long tradition, and unless you change it wholesale, it will
creep in over and over again.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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