Re: [dpdk-dev] [PATCH v2] Don't combine -r and -export-dynamic linker options

2020-01-19 Thread Thomas Monjalon
12/12/2019 18:53, Rafael Ávila de Espíndola: > Running ld with -r switches the linker to a very special mode where > some other linker options don't make sense. > > In particular, -export-dynamic normally requires that all global > symbols be included in the dynamic symbol table, but a .o file doe

[dpdk-dev] [PATCH v2] Don't combine -r and -export-dynamic linker options

2019-12-13 Thread Rafael Ávila de Espíndola
Running ld with -r switches the linker to a very special mode where some other linker options don't make sense. In particular, -export-dynamic normally requires that all global symbols be included in the dynamic symbol table, but a .o file doesn't even have a dynamic symbol table. When given both