summaryrefslogtreecommitdiff
path: root/block/cmdline-parser.c
diff options
context:
space:
mode:
authorBill Wendling <morbo@google.com>2020-07-25 01:49:01 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2020-07-26 17:01:29 +0300
commitfaedc380129501bdd7f669bf14e9c7ee3e7a2feb (patch)
tree03df511f9b684a208d417e5f4eeb029990ef1d8d /block/cmdline-parser.c
parent49a7d46a06c30c7beabbf9d1a8ea1de0f9e4fdfe (diff)
downloadlinux-faedc380129501bdd7f669bf14e9c7ee3e7a2feb.tar.xz
powerpc/64s: allow for clang's objdump differences
Clang's objdump emits slightly different output from GNU's objdump, causing a list of warnings to be emitted during relocatable builds. E.g., clang's objdump emits this: c000000000000004: 2c 00 00 48 b 0xc000000000000030 ... c000000000005c6c: 10 00 82 40 bf 2, 0xc000000000005c7c while GNU objdump emits: c000000000000004: 2c 00 00 48 b c000000000000030 <__start+0x30> ... c000000000005c6c: 10 00 82 40 bne c000000000005c7c <masked_interrupt+0x3c> Adjust llvm-objdump's output to remove the extraneous '0x' and convert 'bf' and 'bt' to 'bne' and 'beq' resp. to more closely match GNU objdump's output. Note that clang's objdump doesn't yet output the relocation symbols on PPC. Signed-off-by: Bill Wendling <morbo@google.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/191c67db31264b69cf6b566fd69851beb3dd0abb.1595630874.git.morbo@google.com
Diffstat (limited to 'block/cmdline-parser.c')
0 files changed, 0 insertions, 0 deletions