https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91252
--- Comment #3 from Akhilesh Kumar <akhilesh.k at samsung dot com> --- When I used binutils version 2.32 we are getting the same result @akhilesh-ubuntu:~/akhilesh/lto$ gcc -flto -o nornal myapp.c @akhilesh-ubuntu:~/akhilesh/lto$ ./bin/nm -C ./nornal | grep power 0000000000400532 t power @akhilesh-ubuntu:~/akhilesh/lto$ ./bin/nm -V GNU nm (GNU Binutils) 2.32 Copyright (C) 2019 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. @akhilesh-ubuntu:~/akhilesh/lto$