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]

Adding vle functionality to /ld/scripttempl/elf.sc


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}


We created a new program header segment in bfd/elf.c for VLE and have utilized new program and section header flags. I'm not 100% sure if this will work and not break anything else.


It was suggested by Ian that we create additional program headers explicitly through PHDRS. However this will be a tedious task since there is not a way to easily add a new program header segment to the current ones without having to define every program header manually.


Any thoughts or suggestions on this matter would be appreciated.


Thanks,
Kristi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]