view example/get_segment/spe/ld.script.ed @ 1130:5addc6c1d5c4 draft

fix.
author root@dolphins.cr.ie.u-ryukyu.ac.jp
date Sun, 13 Feb 2011 22:34:44 +0900
parents 54c49df8dcda
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