view example/get_segment/spe/ld.script.ed @ 1615:2c6e9ed9db3b draft

merge
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 14 May 2013 13:38:17 +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