diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-05-20 23:19:14 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-05-20 23:19:14 -0500 |
commit | 7388c270069c2d1418539bca1d2789a6d468ecc2 (patch) | |
tree | d3848031f6c2d4d45ec0a7c75b12a9f476680726 /setup/combine.ld | |
parent | 7f47fc894d43739fb0107fd17e76f65ae2bf46bc (diff) |
Make shared object for setup routines
Diffstat (limited to 'setup/combine.ld')
-rw-r--r-- | setup/combine.ld | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup/combine.ld b/setup/combine.ld new file mode 100644 index 0000000..29a70f0 --- /dev/null +++ b/setup/combine.ld @@ -0,0 +1,5 @@ +SECTIONS { + .text : { + *(.text) + } +} |