]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xmon: Update ppc-dis/opc.c and ppc.h
authorBalbir Singh <bsingharora@gmail.com>
Thu, 2 Feb 2017 05:03:42 +0000 (10:33 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 15 Feb 2017 09:02:41 +0000 (20:02 +1100)
commit4684800e7b55a003595e4f1683a52aa1fadd0465
treee82078fbb9bba99e021eedd312af411d246a769a
parent8b9b23a1e09de9716085620b9166c412ad7618bc
powerpc/xmon: Update ppc-dis/opc.c and ppc.h

Upgrade ppc-opc.c, ppc-dis.c and ppc.h to the versions belonging to the
following binutils commit:

  65b650b4c7463f4508bed523c24ab0031a5ae5cd
  * ppc-dis.c (print_insn_powerpc): Don't skip all operands after
    setting skip_optional.

That is the last version of those files that were licensed under GPLv2.

This leaves the code in a state that does not compile, because the
binutils code needs to be tweaked to work in the kernel. We don't fix
that in this commit, because we want to import more binutils changes in
subsequent commits. So for now we mark XMON_DISASSEMBLY as BROKEN, so it
can't be built.

Signed-off-by: Balbir Singh <bsingharora@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig.debug
arch/powerpc/xmon/ppc-dis.c
arch/powerpc/xmon/ppc-opc.c
arch/powerpc/xmon/ppc.h