This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc modifications for arm


I need to make the following change to gcc:
 - Once every assembler 7 instructions , I need to generate a nop. ( for
each cache block).
Inserting the nops in the asm code does not work, because will cause some
offets to go out of range. Inserting the nops in the rtl list can only be
done before the dataflow analysis step for the same reason.
I also do not know how to keep the final statically linked code well
alligned.

Can anyone help ? any suggestions would be appreciated.

--
View this message in context: http://www.nabble.com/gcc-modifications-for-arm-t1786896.html#a4867225
Sent from the gcc - cross compiler forum at Nabble.com.


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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