Date: Sun, 26 May 2002 12:12:40 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 11920 for review Message-ID: <200205261912.g4QJCed09589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11920 Change 11920 by peter@peter_daintree on 2002/05/26 12:11:46 Not sure what to do with this. __ElfType(Hashelt) is no longer needed, but the __ElfType(Auxinfo) appears to be. ia64/include/elf.h has removed it but all the other platforms have it still. Affected files ... ... //depot/projects/ia64/libexec/rtld-elf/rtld.h#3 edit Differences ... ==== //depot/projects/ia64/libexec/rtld-elf/rtld.h#3 (text+ko) ==== @@ -38,8 +38,9 @@ #include "rtld_machdep.h" -__ElfType(Hashelt); -__ElfType(Auxinfo); +#ifdef __ia64__ +__ElfType(Auxinfo); /* XXX needed for ia64, breaks other platforms */ +#endif #ifndef STANDARD_LIBRARY_PATH #define STANDARD_LIBRARY_PATH "/usr/lib/elf:/usr/lib" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205261912.g4QJCed09589>