diff options
| author | Sudip Mukherjee <[email protected]> | 2017-10-03 23:16:49 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2017-10-04 00:54:26 +0000 |
| commit | d22e3d69ee1a3f83ff7cc943af63de48b6156dcf (patch) | |
| tree | eb8b2aa1b3bfe76c4f0cf520209783a35d0d9169 /net/unix/af_unix.c | |
| parent | lib/ratelimit.c: use deferred printk() version (diff) | |
| download | kernel-d22e3d69ee1a3f83ff7cc943af63de48b6156dcf.tar.gz kernel-d22e3d69ee1a3f83ff7cc943af63de48b6156dcf.zip | |
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/[email protected]
Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
