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: Use VA_OPEN Makros


 > I didn't touch genattrtab (there's a function with lots of
 > va_end;return and I didn't want to add even more gotos there),
 > prefix.c (concat calls VA_START twice and I think this won't work with
 > VA_OPEN) and the java files (those will come separatly).

Regarding prefix.c:concat(), I don't see any need for it.  I can't
find anyplace prefix.o is used where it isn't ultimately linked with
libiberty.a which also implements concat.  So I suspect you can
perhaps delete concat from prefix.c (as a separate patch.) ???

		--Kaveh

PS: I agree the genattrtab usage is a mess. :-)

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


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