[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
+
, the fill
pattern is the four least significant bytes of the value of the
expression. In all cases, the number is big-endian.
You can also change the fill value with a FILL
command in the
output section commands; (see section 3.6.5 Output section data).
Here is a simple example:
SECTIONS { .text : { *(.text) } =0x90909090 } |