size() use max_size() instead (size is retained for compatibility)
limit() use max_endaddress() instead
Use curly braces:
lx style:
.newtext : file1.o(.text) file2.o(.text) ;
elxr style:
.newtext : { file1.o(.text) file2.o(.text) }
Previous
Next