Revision da541b20021c781f8b65492eeaee824e729599eb authored by Josh Poimboeuf on 27 September 2017, 22:34:23 UTC, committed by Ingo Molnar on 28 September 2017, 05:23:02 UTC
The kbuild bot occasionally reports warnings like:

  drivers/scsi/pcmcia/aha152x_core.o: warning: objtool: seldo_run()+0x130: unreachable instruction

These warnings are always with GCC 4.4.  That version of GCC sometimes
places unreachable instructions after calls to noreturn functions.

The unreachable warnings aren't very important anyway.  Just ignore them
for old versions of GCC.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
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/bc89b807d965b98ec18a0bb94f96a594bd58f2f2.1506551639.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 9cd6681
History
File Mode Size
Makefile -rw-r--r-- 257 bytes
__ashldi3.S -rw-r--r-- 1.3 KB
__ashrdi3.S -rw-r--r-- 1.3 KB
__lshrdi3.S -rw-r--r-- 1.3 KB
__muldi3.S -rw-r--r-- 1.0 KB
__negdi2.S -rw-r--r-- 819 bytes
__ucmpdi2.S -rw-r--r-- 1.2 KB
atomic-lib.c -rw-r--r-- 105 bytes
atomic-ops.S -rw-r--r-- 1.7 KB
atomic64-ops.S -rw-r--r-- 1.9 KB
cache.S -rw-r--r-- 2.8 KB
checksum.c -rw-r--r-- 4.1 KB
insl_ns.S -rw-r--r-- 1.3 KB
insl_sw.S -rw-r--r-- 1.1 KB
memcpy.S -rw-r--r-- 3.3 KB
memset.S -rw-r--r-- 4.9 KB
outsl_ns.S -rw-r--r-- 1.3 KB
outsl_sw.S -rw-r--r-- 1.1 KB

back to top