mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 18:35:08 +01:00
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
|
SECTIONS {
|
||
|
.wups.meta : {
|
||
|
bslug_meta = .;
|
||
|
*(.wups.meta*)
|
||
|
}
|
||
|
.wups.load : {
|
||
|
bslug_load = .;
|
||
|
*(.wups.load*)
|
||
|
}
|
||
|
}
|