This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Edmar and I have added some functionality to the elf.sc default linker script file to generate the .texv (text vle code), aligned on a 64K boundary. Do you forsee any problems with us committing this code to the default elf linker script:
.texv ALIGN(0x10000) ${RELOCATING-0} : { *(.texv ${RELOCATING+ .texv.*}) } =${NOP-0}
Cheers Nick
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |