https://sourceware.org/bugzilla/show_bug.cgi?id=23947
--- Comment #2 from Paul Pluzhnikov <ppluzhnikov at google dot com> --- A similar bug showed up here: https://stackoverflow.com/a/60322580 $ echo "void zork() {}" | gcc -xc - -c -o foo.o $ readelf -x.strtab foo.o Hex dump of section '.strtab': 0x00000000 007a6f72 6b00 .zork. # Using current trunk: $ objdump -sj.strtab foo.o foo.o: file format elf64-x86-64 /build/binutils/objdump: section '.strtab' mentioned in a -j option, but not found in any input file -- You are receiving this mail because: You are on the CC list for the bug.