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: [dataflow]: PATCH COMMITTED to make arm-elf work.


Kenneth Zadeck wrote:
The arm-elf is now regression free on the dataflow branch.  This patch
has been bootstrapped and regression tested on x86-64, x86-32, ppc and
ia-64 linux.

Most of the changes to make the arm work were not actually in the arm port.

1) ASM_INPUT with no parameters is no longer a acceptable substitute for
gen_blockage.  Gen_blockage, with no parameters is now required on all
platforms.

Does this affect user code too? Would it make sense to expand asm("") as a blockage instruction?


Thanks,

Paolo


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