a.c (218B)
1 /* --gc-sections at data granularity: with -fdata-sections each global 2 * lands in .data.<sym>/.rodata.<sym>/.bss.<sym>; unreferenced ones get 3 * dropped. */ 4 5 int unused_global = 42; 6 7 int test_main(void) { return 0; }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |