objtool: Move synced files to their original relative locations
authorJosh Poimboeuf <jpoimboe@redhat.com>
Mon, 6 Nov 2017 13:21:50 +0000 (07:21 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Dec 2017 16:53:41 +0000 (17:53 +0100)
commit62c37437a110cfec0d2b46f5d28113a631187978
tree26265e64d518242e15cbff8297dc6f1426bf8cdb
parentadd9f2a47035fe94603b8ffe8d1d323b5fb0429f
objtool: Move synced files to their original relative locations

commit 6a77cff819ae3e31992bde6432c9b5720748a89b upstream.

This will enable more straightforward comparisons, and it also makes the
files 100% identical.

Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/407b2aaa317741f48fcf821592c0e96ab3be1890.1509974346.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 files changed:
tools/objtool/.gitignore
tools/objtool/Makefile
tools/objtool/arch/x86/Build
tools/objtool/arch/x86/decode.c
tools/objtool/arch/x86/include/asm/inat.h [moved from tools/objtool/arch/x86/insn/inat.h with 99% similarity]
tools/objtool/arch/x86/include/asm/inat_types.h [moved from tools/objtool/arch/x86/insn/inat_types.h with 100% similarity]
tools/objtool/arch/x86/include/asm/insn.h [moved from tools/objtool/arch/x86/insn/insn.h with 99% similarity]
tools/objtool/arch/x86/include/asm/orc_types.h [moved from tools/objtool/orc_types.h with 100% similarity]
tools/objtool/arch/x86/lib/inat.c [moved from tools/objtool/arch/x86/insn/inat.c with 99% similarity]
tools/objtool/arch/x86/lib/insn.c [moved from tools/objtool/arch/x86/insn/insn.c with 99% similarity]
tools/objtool/arch/x86/lib/x86-opcode-map.txt [moved from tools/objtool/arch/x86/insn/x86-opcode-map.txt with 100% similarity]
tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk [moved from tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk with 100% similarity]
tools/objtool/orc.h