Messages in this thread Patch in this message |  | | Date | Sun, 11 Nov 2001 10:08:50 -0700 | From | Tom Rini <> | Subject | Re: Announce: modutils 2.4.11 is available |
| |
On Sun, Nov 11, 2001 at 04:55:29PM +1100, Keith Owens wrote:
> Changelog extract > > * Add taint printing to lsmod. > * PPC64 support. Alan Modra, Anton Blanchard. Tweaked by Keith Owens.
This (and all PPC support) won't compile now. There's an extra #endif in include/elf_ppc64.h
-- Tom Rini (TR1265) http://gate.crashing.org/~trini/
--- modutils-2.4.11/include/elf_ppc64.h.orig Sun Nov 11 10:03:12 2001 +++ modutils-2.4.11/include/elf_ppc64.h Sun Nov 11 10:03:35 2001 @@ -85,5 +85,3 @@ #define R_PPC64_GNU_VTINHERIT R_PPC_GNU_VTINHERIT #define R_PPC64_GNU_VTENTRY R_PPC_GNU_VTENTRY #endif /* R_PPC64_ADDR64 */ - -#endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |