| author | |
| committer | |
| log | 8750266719007e666c0af6e66420f1ad579b0974 |
| tree | 4b30237d4dbf399c8c959171faae6e8aa7e760e7 |
| parent | 8e741045bc672858dfe2ca85c8253fb755afd375 |
| signature |
posixCallMainAndExit is a local symbol so it will never go through the PLT, and
we wouldn't want it to either due to static PIE.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/start.zig+1-1| ... | ... | @@ -332,7 +332,7 @@ fn _start() callconv(.naked) noreturn { |
| 332 | 332 | \\ li ra, 0 |
| 333 | 333 | \\ mv a0, sp |
| 334 | 334 | \\ andi sp, sp, -16 |
| 335 | \\ tail %[posixCallMainAndExit]@plt | |
| 335 | \\ tail %[posixCallMainAndExit] | |
| 336 | 336 | , |
| 337 | 337 | .m68k => |
| 338 | 338 | // Note that the - 8 is needed because pc in the jsr instruction points into the middle |