Date: Wed, 8 Jul 1998 17:15:35 -0500 (CDT) From: "Brent J. Nordquist" <bjn@visi.com> To: freebsd-alpha@FreeBSD.ORG Subject: ELF and Alpha conflict (lib/libc/nlist.c) Message-ID: <199807082215.RAA26145@bambi.visi.com>
next in thread | raw e-mail | index | archive | help
My bootstrap buildworld stopped in lib/libc/nlist.c, throughout which Elf32_* structs are sprinkled liberally. I hacked around it by #define'ing them to their Elf64_* equivalents in sys/alpha/elf.h (ick). Has anyone raised this issue with the ELFmeisters? It seems like all code should use something like Elf_* structs that are mapped to Elf32_* or Elf64_* depending on platform. -- Brent J. Nordquist / bjn@visi.com W: +1 612 905-7806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807082215.RAA26145>