https://sourceware.org/bugzilla/show_bug.cgi?id=28488
--- Comment #5 from Martin Liska <mliska at suse dot cz> --- Minimal reproducer: $ echo 'main() { return 0; }' | gcc -x c - -fuse-ld=gold && ./elflint --gnu-ld a.out <stdin>:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int] phdr[6]: unknown object file note type 32 with owner name '' at offset 48 phdr[6]: extra 72 bytes after last note $ ld.gold --version GNU gold (GNU Binutils; openSUSE Tumbleweed 2.37.20210803-1) 1.16 -- You are receiving this mail because: You are on the CC list for the bug.