1
0
Fork 0
alistair23-linux/arch/m32r
Sudip Mukherjee d22e3d69ee m32r: fix build failure
The allmodconfig build of m32r is failing with the error:

  lib/mpi/mpih-div.o: In function 'mpihelp_divrem':
  mpih-div.c:(.text+0x40): undefined reference to 'abort'
  mpih-div.c:(.text+0x40): relocation truncated to fit:
	R_M32R_26_PCREL_RELA against undefined symbol 'abort'

The function 'abort' was never defined for the m32r architecture.

Create 'abort' as is done in other arch like 'arm' and 'unicore32'.

Link: http://lkml.kernel.org/r/1506727220-6108-1-git-send-email-sudip.mukherjee@codethink.co.uk
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-10-03 17:54:26 -07:00
..
boot m32r: fix build warning about putc 2016-07-15 14:54:27 +09:00
configs m32r: defconfig: cleanup from old Kconfig options 2017-09-08 18:26:51 -07:00
include arch: remove unused *_segments() macros/functions 2017-09-22 12:59:52 -10:00
kernel m32r: fix build failure 2017-10-03 17:54:26 -07:00
lib get rid of unused __strncpy_from_user() instances 2017-05-15 23:40:28 -04:00
mm m32r: migrate exception table users off module.h and onto extable.h 2017-01-24 12:41:46 -05:00
oprofile oprofile: more whitespace fixes 2008-10-15 20:55:51 +02:00
platforms m32r: fix build warning 2016-12-12 18:55:06 -08:00
Kconfig m32r: define CPU_BIG_ENDIAN 2017-10-03 17:54:24 -07:00
Kconfig.debug consolidate per-arch stack overflow debugging options 2013-07-04 11:25:39 -07:00
Makefile m32r: Use generic init_task 2012-05-05 13:00:23 +02:00