Re: GCC Plugin Branch

2007-09-05 Thread Brendon Costa
Ben Elliston wrote: >> Does anyone have a template/example autoconf project that is already >> setup with the needed gcc headers + build infrastructure to create a GCC >> plugin? > > The talk at the GCC Summit mentioned a handful of existing plug-ins and > Sean spoke about them all being autoconfi

Re: GCC Plugin Branch

2007-09-05 Thread Ben Elliston
> Does anyone have a template/example autoconf project that is already > setup with the needed gcc headers + build infrastructure to create a GCC > plugin? The talk at the GCC Summit mentioned a handful of existing plug-ins and Sean spoke about them all being autoconfiscated. I would recommend ei

GCC Plugin Branch

2007-09-01 Thread Brendon Costa
Hi all, I have just recently had time to checkout and build the GCC plugin branch. I am interested in building a simple plugin to give it a try. After reading through the patches it seems simple enough, I just need to create a shared library that defines the symbols: pre_translation_unit