This is the mail archive of the gcc-bugs@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: solaris bootstrap failure using cc for stage1, stab.h not found...


 > From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
 >  
 > "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:
 >  
 > |> Consider, before Andreas' patch on Nov 9th, gcc was using the incorrect
 > |> macro HAVE_STABS_H (i.e. incorrectly pluralized STAB) to determine
 > |> whether the OS' stab.h should be used.  This had the effect of making
 > |> *every* platform use gstab.h since HAVE_STABS_H (with the plural STAB)
 > |> would never be defined.
 >  
 > Actually the sources were not consistent, other places already used the
 > correct macro HAVE_STAB_H.
 >  
 > Andreas.

	Right, my comments were only relevant to dbxout.c.  But the
point is still valid.  Due to the long standing typo, dbxout.c was
always using gstab.h up until your recent corrective patch.

	So if we want to always force gstab.h intentionally, it has
already been tested, sort of by accident, in dbxout.c.  :-)

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Icon CMT Corp.


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