1SECTIONS
2{
3	/* Add a zero-sized section; the exporter will patch it to enclose the data appended to the executable (embedded PCK) */
4	pck 0 (INFO) :
5	{
6		/* binutils >= 2.30 allow it being zero-sized, but needs something between the braces to keep the section */
7		. = ALIGN(8);
8	}
9}
10INSERT AFTER .rodata;
11