view example/get_segment/spe/ld.script.ed @ 0:04e28d8d3c6f

first commit
author Daiki KINJYO <e085722@ie.u-ryukyu.ac.jp>
date Mon, 08 Nov 2010 01:23:25 +0900
parents
children
line wrap: on
line source

/ \.text /
/\*(\.text/
s/\*(\.text/*( EXCLUDE_FILE(Hello.o Hello1.o LoadEntry.o) .text/
/} =0/
a
  OVERLAY :
  {
    .segment0 { Hello.o(.text) }
    .segment1 { Hello1.o(.text) }
  }
.
w