Why gcc generates a PLT when it is apparently not needed?

后端 未结 0 448
梦谈多话
梦谈多话 2021-01-04 03:21

Consider this code:

int foo();
int main() {
    foo();
    while(1){}
}

int foo() is implemented in a shared object.

Comp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题