It's not magic, it's C.
I love reading comments like
/* These defined magically in the linker script. */
I found that in the GNU Standard C Library implementation when GCC told me the
the variables to which the comment referred were undefined. I guess that linker
script isn't magic after all...
[/code]
[comment]
[permanent link]