| author | |
| committer | |
| log | 665d0157d5f333ebc6b353703e77661b11bcac8c |
| tree | 22b9f74c575a43e8450ef438e4b9802fb6f5b428 |
| parent | f7da960a33828505c91fb2d2f022f8966b6f9cc7 |
| signature |
fixes ld.lld error: call to save_start.posixCallMainAndExit lacks nop, can't restore toc1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/start.zig+1| ... | ... | @@ -391,6 +391,7 @@ fn _start() callconv(.Naked) noreturn { |
| 391 | 391 | \\ stdu 0, -32(1) |
| 392 | 392 | \\ mtlr 0 |
| 393 | 393 | \\ b %[posixCallMainAndExit] |
| 394 | \\ nop | |
| 394 | 395 | , |
| 395 | 396 | .s390x => |
| 396 | 397 | // Set up the stack frame (register save area and cleared back-chain slot). |