[gforth] / gforth / arch / amd64 / testdisasm.sed  

gforth: gforth/arch/amd64/testdisasm.sed

Diff for /gforth/arch/amd64/testdisasm.sed between version 1.1 and 1.2

version 1.1, Wed Aug 11 21:02:52 2010 UTC version 1.2, Thu Aug 12 21:22:47 2010 UTC
Line 3 
Line 3 
 #  #
   
 # drop instruction addresses  # drop instruction addresses
 s/ 0x[0-9a-f]\+://g  s/ 0x[0-9a-f]\+://
   
   # drop branch target addresses
   s/\([ \t]\+call.*\|j.*\|loop.*\)[ \t]\+0x[0-9a-f]\+/\1 <addr...>/
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help