Porting Guide from other linkers

LX

Section Attributes:

size() use max_size() instead (size is retained for compatibility)

limit() use max_endaddress() instead

Section Renaming:

Use curly braces:

lx style:

.newtext : file1.o(.text) file2.o(.text) ;

elxr style:

.newtext : { file1.o(.text) file2.o(.text) }


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.