https://sourceware.org/bugzilla/show_bug.cgi?id=28488

--- Comment #16 from Martin Liska <mliska at suse dot cz> ---
All right, one can reproduce it in fedora/rawhide container:

$ podman run --rm -it fedora:rawhide /bin/bash
$ dnf install -y elfutils gcc
$ echo 'int main() { return 0; }' | gcc -x c - -fuse-ld=gold && eu-elflint
a.out
phdr[6]: unknown object file note type 32 with owner name '' at offset 48
phdr[6]: extra 72 bytes after last note
section [28] '.symtab': symbol 51 (_end): st_value out of bounds
section [28] '.symtab': symbol 52 (__bss_start): st_value out of bounds
section [28] '.symtab': symbol 53 (_edata): st_value out of bounds

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to