Commit ba96dab4 authored by Richard Henderson's avatar Richard Henderson

[ALPHA] Add __param support to link script.

parent 4e375211
......@@ -55,6 +55,12 @@ SECTIONS
__setup_end = .;
}
__param ALIGN(8): {
__start___param = .;
*(__param)
__stop___param = .;
}
.initcall.init ALIGN(8): {
__initcall_start = .;
*(.initcall1.init)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment