Differences From Artifact [2a2bbd4d55]:
- File src/runtime/lookup-asm/lookup-asm-powerpc64-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: 3293) [annotate] [blame] [check-ins using] [more...]
To Artifact [0383174096]:
- File src/runtime/lookup-asm/lookup-asm-powerpc64-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: 3314) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
154 155 156 157 158 159 160 | #endif .Lbegin_nilMethod: li %r3, 0 blr .type nilMethod, @function .size nilMethod, .-.Lbegin_nilMethod | | | 154 155 156 157 158 159 160 161 162 163 | #endif .Lbegin_nilMethod: li %r3, 0 blr .type nilMethod, @function .size nilMethod, .-.Lbegin_nilMethod #if defined(OF_LINUX) || defined(OF_HAIKU) || defined(OF_HURD) .section .note.GNU-stack, "", @progbits #endif |