ld-linker-script: fill bytes between sections

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello

Using the ld linker script, you can specify the fill bytes *in* a output
section. but how can i you specify the fill bytes between output
sections. 

An example

sec_a 0x1000 : AT(bla) {
	...
}


sec_b 0x5000 : AT(bla) {
	...
}

sec_a ends depending on its size, somewhere before 0x5000 (where sec_b
starts). now how can you speficy the fill bytes between ENDOF(sec_a) and
0x5000 ??

thanks in advance
josef

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux