Source: /cirosantilli/elf-hello-world/dynamic-linking-sections

= Dynamic linking sections

This program did not have certain dynamic linking related sections because we linked it minimally with `ld`.

However, if you compile a C hello world with GCC 8.2:
``
gcc -o main.out main.c
``

some other interesting sections would appear.