| author | |
| committer | |
| log | 962b4bbebf484487d6ff71a957fcc3d0afda470b |
| tree | 957af09e75eeca96b1dbe5c3b93a08917b0f07b8 |
| parent | ee1983a985c013905f23a95adbac77cbd6e578f2 |
| signature |
The alignment should of course be applied to the label, not the contents after
it. Also fix a silly typo (DYNAMIC -> _DYNAMIC).1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/pie.zig+2-2| ... | ... | @@ -264,9 +264,9 @@ inline fn getDynamicSymbol() [*]const elf.Dyn { |
| 264 | 264 | \\ add r0, %[ret] |
| 265 | 265 | \\ bra 2f |
| 266 | 266 | \\ nop |
| 267 | \\1: | |
| 268 | 267 | \\ .balign 4 |
| 269 | \\ .long DYNAMIC - . | |
| 268 | \\1: | |
| 269 | \\ .long _DYNAMIC - . | |
| 270 | 270 | \\2: |
| 271 | 271 | : [ret] "=r" (-> [*]const elf.Dyn), |
| 272 | 272 | : |