elfutils: fix compatibility with non-glibc builds
[openwrt.git] / package / devel / oprofile / patches / 200-add_mips_1004kc.patch
1 --- a/libop/op_cpu_type.c
2 +++ b/libop/op_cpu_type.c
3 @@ -609,6 +609,7 @@ static struct mips_cpu_descr mips_cpu_de
4         { .key = "MIPS 25Kc", .value = "mips/25K" },            /* CPU_25KF */
5         { .key = "MIPS 34Kc", .value = "mips/34K" },            /* CPU_34K */
6         { .key = "MIPS 74Kc", .value = "mips/74K" },            /* CPU_74K */
7 +       { .key = "MIPS 1004Kc", .value = "mips/1004K" },        /* CPU_1004K */
8         { .key = "MIPS M14Kc", .value = "mips/M14Kc" },         /* CPU_M14KC */
9         { .key = "RM9000", .value = "mips/rm9000" },            /* CPU_RM9000 */
10         { .key = "R10000", .value = "mips/r10000" },            /* CPU_R10000 */