public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* ld-linker-script: fill bytes between sections
@ 2005-10-11  8:51 Josef Angermeier
  0 siblings, 0 replies; only message in thread
From: Josef Angermeier @ 2005-10-11  8:51 UTC (permalink / raw)
  To: gcc-help


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-11  8:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-11  8:51 ld-linker-script: fill bytes between sections Josef Angermeier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).