| author | |
| committer | |
| log | 0c6c63c116b54050ac6fbb07a4748d908f574ba9 |
| tree | f5c28005cf5dc06f8954d75d83754ec581cd7812 |
| parent | 64958c2b1746bdc5e761720ceeddafbb91f352bc |
| signature |
1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/pie.zig-2| ... | ... | @@ -270,9 +270,7 @@ inline fn getDynamicSymbol() [*]const elf.Dyn { |
| 270 | 270 | // embedded constant. Note that `call0` is a 3-byte instruction, so we need both |
| 271 | 271 | // `.balign` directives to be safe. |
| 272 | 272 | \\ .balign 4 |
| 273 | \\ .begin no-transform | |
| 274 | 273 | \\ call0 1f |
| 275 | \\ .end no-transform | |
| 276 | 274 | \\ .balign 4 |
| 277 | 275 | \\ .word _DYNAMIC - . |
| 278 | 276 | \\1: |