| ... | @@ -270,9 +270,7 @@ inline fn getDynamicSymbol() [*]const elf.Dyn { | ... | @@ -270,9 +270,7 @@ inline fn getDynamicSymbol() [*]const elf.Dyn { |
| 270 | // embedded constant. Note that `call0` is a 3-byte instruction, so we need both | 270 | // embedded constant. Note that `call0` is a 3-byte instruction, so we need both |
| 271 | // `.balign` directives to be safe. | 271 | // `.balign` directives to be safe. |
| 272 | \\ .balign 4 | 272 | \\ .balign 4 |
| 273 | \\ .begin no-transform | | |
| 274 | \\ call0 1f | 273 | \\ call0 1f |
| 275 | \\ .end no-transform | | |
| 276 | \\ .balign 4 | 274 | \\ .balign 4 |
| 277 | \\ .word _DYNAMIC - . | 275 | \\ .word _DYNAMIC - . |
| 278 | \\1: | 276 | \\1: |