Dynamic linking sections
ID: elf-hello-world/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.
New to topics? Read the docs here!