Differences From Artifact [6533df3a9f]:
- File src/runtime/lookup-asm/lookup-asm-sparc64-elf.S — part of check-in [340a3ac277] at 2023-07-15 14:48:06 on branch trunk — platform.h: Add OF_HURD (user: js, size: 2814) [annotate] [blame] [check-ins using] [more...]
To Artifact [bf52d34777]:
- File src/runtime/lookup-asm/lookup-asm-sparc64-elf.S — part of check-in [da242983b2] at 2023-08-29 22:48:02 on branch trunk — Add .note.GNU-stack on Haiku (user: js, size: 2835) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
137 138 139 140 141 142 143 | or %o0, %lo(nilMethod), %o0 #endif nilMethod: retl clr %o0 | | | 137 138 139 140 141 142 143 144 145 146 | or %o0, %lo(nilMethod), %o0 #endif nilMethod: retl clr %o0 #if defined(OF_LINUX) || defined(OF_HAIKU) || defined(OF_HURD) .section .note.GNU-stack, "", %progbits #endif |