[PATCH] fix broken kallsyms on non-x86 archs

From: James Bottomley (James.Bottomley@SteelEye.com)
Date: Sun Jan 12 2003 - 13:40:22 EST


kallsyms is broken in parisc on 2.5.56 again because of assembler syntax
subtleties. This is the offending line:

printf("\t.byte 0x%02x ; .asciz\t\"%s\"\n"

Note the `;' separating the two statements. On some platforms `;' is a
comment in assembly code, and thus the following .asciz is ignored. The fix
is attached.

James



-
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/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:41 EST