recipes: libs/ncurses: Do not use the C11 Noreturn feature for now
[dragora.git] / patches / elfutils / fix-uninitialized.patch
blob5c9efbc8dcb764963fc3fb20ae553e2aa1160448
2 --- libcpu/i386_disasm.c 2015-08-21 14:22:37.000000000 +0200
3 +++ libcpu/i386_disasm.c 2015-11-20 06:30:59.250629957 +0100
4 @@ -1,4 +1,4 @@
5 -/* Disassembler for x86.
6 +/* Disassembler for x86.
7 Copyright (C) 2007, 2008, 2009, 2011 Red Hat, Inc.
8 This file is part of elfutils.
9 Written by Ulrich Drepper <drepper@redhat.com>, 2007.
10 @@ -710,6 +710,7 @@
12 case 'm':
13 /* Mnemonic. */
14 + str = mnebuf;
16 if (unlikely (instrtab[cnt].mnemonic == MNE_INVALID))