Commit fc1d281
committed
Green Hills compiler fixes
internal.c: Move non-enumeration value out of switch.
ssl.c: Only declare globalRNGMutex when required.
x509.c: initialize ret
armv8-aes.c, armv8-chacha.c: fix branch instructions
armv8-mlkem*: ensure only required constants are input operands and move
constants closer to first use.
armv8-poly1305.c: remove POLY1305_BLOCK_SIZE from input operands.
armv8-sha3-asm_c.c, armv8-sha512-asm_c.c: use constraint ':' instead of
'S'.
armv8-sha512.c: initialize initfp. Is always used.1 parent f8bb889 commit fc1d281
11 files changed
Lines changed: 377 additions & 584 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26488 | 26488 | | |
26489 | 26489 | | |
26490 | 26490 | | |
26491 | | - | |
| 26491 | + | |
26492 | 26492 | | |
26493 | 26493 | | |
26494 | 26494 | | |
| |||
26498 | 26498 | | |
26499 | 26499 | | |
26500 | 26500 | | |
26501 | | - | |
| 26501 | + | |
26502 | 26502 | | |
26503 | 26503 | | |
26504 | | - | |
26505 | | - | |
| 26504 | + | |
| 26505 | + | |
26506 | 26506 | | |
26507 | 26507 | | |
26508 | | - | |
| 26508 | + | |
26509 | 26509 | | |
26510 | 26510 | | |
26511 | | - | |
| 26511 | + | |
26512 | 26512 | | |
26513 | 26513 | | |
26514 | 26514 | | |
| |||
26548 | 26548 | | |
26549 | 26549 | | |
26550 | 26550 | | |
26551 | | - | |
| 26551 | + | |
26552 | 26552 | | |
26553 | 26553 | | |
26554 | 26554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
| 240 | + | |
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5507 | 5507 | | |
5508 | 5508 | | |
5509 | 5509 | | |
5510 | | - | |
| 5510 | + | |
5511 | 5511 | | |
5512 | 5512 | | |
5513 | 5513 | | |
| |||
0 commit comments