different asm code

horseriver <[email protected]> Mon, 18 Feb 2013 13:06:30 +0800
Newsgroups org.kernel.vger.linux-assembly
Message-ID <[email protected]>
hi:)

  I have compiled a .S file ,using command gcc -c x.S -o x.
  Then I use objdump to look up its asm code, even find that some code is not the
  same as that .S file , more important is , some code in origin  .S file has disappear .
  
  what is about the reason ? If it is due to version , why some code chould get lost after compile?


thanks!