This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How to add a NOP instruction in each basic block for obj code that gcc generates
- From: "jeff jeff" <jeffhuang9999 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 10 Aug 2006 15:32:06 +0800
- Subject: How to add a NOP instruction in each basic block for obj code that gcc generates
Hi all,
I'm doing an experiment with gcc. I need to modify gcc so that a NOP
instruction will be inserted into each basic block in binary code that
gcc generates. I know this sounds weird but it is part of my
experiment. As I'm unfamiliar with gcc, is there someone willing to
help me out and do a quick hack for me?
Thanks in advance,
Jeff