Skip to content

Commit

Permalink
Add undocumented "static" marker for AppImageLauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jul 13, 2024
1 parent b45afd6 commit 6cf33bb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/runtime/data_sections.ld
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ SECTIONS
BYTE(0x49);
BYTE(0x02);
}


/* undocumented marker for tools like AppImageLauncher to temporarily allow them to recognize static runtimes that support TARGET_APPIMGE */
/* will be replaced with a proper solution in type 3 */
.static : ALIGN(0x404) {
BYTE(0x73);
BYTE(0x74);
BYTE(0x61);
BYTE(0x74);
BYTE(0x69);
BYTE(0x63);
}
}

/* define were the new sections will be placed */
Expand Down

0 comments on commit 6cf33bb

Please sign in to comment.