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, picochip] Disable CFI asm and other bug fixes


Hi Andrew,
You are right. I shouldnt have to do it in the target code. Passing HAVE_GAS_CFI_DIRECTIVE=0 during configure seems to have the same effect. Do you think that would be the right thing to do? Or should i be adding a target specific disable in configure.ac?


Hari

Andrew Pinski wrote:
On Tue, Dec 16, 2008 at 5:17 AM, Hariharan <hariharans@picochip.com> wrote:
I guess this is only supported if the target uses gas assembler and picochip
doesnt use gas as yet.

Yes the CFI asm are only supported currently for the GNU assembler but again configure should have detected they were not supported instead of the target having to say they are not supported.

Thanks,
Andrew Pinski


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