diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-03-17 11:33:31 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-03-17 11:34:49 +0000 |
| commit | 85ea4acf0748fe873dbc796a0b0828837303cff6 (patch) | |
| tree | 6ec2094325f700d3121712882058212d329f9c64 /kc/kc.ld | |
| parent | ec4aee35de3446713c6754641cdad82adc011204 (diff) | |
changes to dynamic initialization
Diffstat (limited to 'kc/kc.ld')
| -rw-r--r-- | kc/kc.ld | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ SECTIONS .bss : { *(.bss) + *(.dynbss) . = ALIGN(4K); PROVIDE_HIDDEN(kc_data_end = .); } |
