This is the mail archive of the gcc@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]

Is this truly necessary?


The only thing in config/xm-linux.h is

/* We do have one, but I'd like to use the one come with gcc since
   we have been doing that for a long time with USG defined.  H.J. */
#undef HAVE_STAB_H

/usr/include/stab.h is byte for byte identical with gstab.h, except
that it includes <bits/stab.def> instead of stab.def.  Further,
/usr/include/bits/stab.def is byte for byte identical with
gcc/stab.def except for the copyright notice.

If we kill this, all the other xm-linux.h headers go too, and (with my
next patch) we're down to xm-host.h only being necessary for genuinely
difficult to detect stuff.

Can it die?

zw


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