view example/get_segment/spe/ld.script.ed @ 425:cebb48da955e draft

add code load API
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 24 Sep 2009 17:18:53 +0900
parents
children 4d4443138484
line wrap: on
line source

/ \.text /
/\*(\.text/
s/\*(\.text/*( EXCLUDE_FILE(spe\/olay\/*.o) .text/
/} =0/
a
  OVERLAY :
  {
    .segment1 { spe/olay/add.o(.text) }
    .segment2 { spe/olay/mul.o(.text) }
    .segment3 { spe/olay/div.o(.text) }
    .segment4 { spe/olay/sub.o(.text) }
  }
.
w