https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116524
John David Anglin <danglin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nathan at gcc dot gnu.org --- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> --- _POSIX_MAPPED_FILES is not defined on hppa64-hp-hpux11.11, so we have: #define MAPPED_READING 0 #define MAPPED_WRITING 0 elf_out::begin is not called and hdr.buffer is NULL. So, code faults. Maybe we can use mapped reading and writing.