busybox/networking
Khem Raj ee9e5f92b6 networking: cc is not a register
gcc accepts

  __asm__ ( "" : : : "%cc");

but cc is not a real register and clang does not like it.

networking/tls_pstm_montgomery_reduce.c:385:4: error: unknown register name '%cc' in asm
|                         INNERMUL;
|                         ^

The % syntax nominally goes before a register, in this case cc,
like "memory" isn't a true register it's just a way of specifying that
the condition code registers for the target are clobbered

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2019-05-17 22:56:47 +02:00
..
2019-04-29 00:34:07 +02:00
2019-05-16 11:27:28 +02:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2019-04-13 15:48:31 +02:00
2019-04-30 10:51:27 +02:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2019-04-28 17:55:27 +02:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2019-04-30 10:51:27 +02:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2019-05-14 17:26:47 +02:00
2018-12-28 03:20:17 +01:00
2019-01-09 13:12:58 +01:00
2019-04-04 16:54:14 +02:00
2019-04-30 10:51:27 +02:00
2019-01-10 20:18:02 +01:00
2019-01-01 15:40:43 +01:00
2019-01-01 15:40:43 +01:00
2019-01-01 15:40:43 +01:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2019-05-14 17:26:47 +02:00
2018-12-28 03:20:17 +01:00
2019-04-30 10:51:27 +02:00