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 to avoid putting ansidecl.h in tconfig.h


 > On Thu, Jan 23, 2003 at 01:10:53PM -0500, Kaveh R. Ghazi wrote:
 > >  * configure.in: Don't include ansidecl.h in tconfig.h.
 > >  * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
 > >  * unwind-dw2-fde.h (last_fde): Use __attribute__, not
 > >  ATTRIBUTE_UNUSED.
 > >  * configure: Regenerate.
 > 
 > Ok.
 > r~

Doh!  It turns out that on some targets, they put some PARAMS
prototypes in the cpu.h (or other) files instead of cpu-protos.h where
they belong.  (Of course not on solaris2 where I tested it.)  I
realized this shortly after installing it last night when my irix6
bootstrap bombed, so I immediately reverted the patch until this is
cleaned up.

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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