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: __dso_handle (Ignore last patch)


>>>>> "Kaveh" == Kaveh R Ghazi <ghazi@caip.rutgers.edu> writes:

    >> 2000-04-04 Ulrich Drepper <drepper@cygnus.com>
    >> 
    >> * crtstuff.c: Include auto-host.h.

    Kaveh> Um, isn't crtstuff.c a "target" file, which means we can't
    Kaveh> include auto-host.h there?  This will break on (canadian?)
    Kaveh> cross-compiles.

The autoconf macro that Ulrich added tests the target assembler, so
I'm not sure what the problem is -- so long as its only that macro
that crtstuff.c pays attention to.  If it started looking at
HAVE_ALLOCA, or some such, that would be a problem.

I agree that it would be cleaner to have an `auto-target.h' to put the
HAVE_GAS_HIDDEN flag in.  Contributions welcome. :-)

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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