ObjFW  Check-in [bacca956e5]

Overview
Comment:forwarding-powerpc-elf.S: Don't use %r0 as tmp reg

While it works with lwz, it will not work with lis and addi. The PIC
version could still use %r0, but it's easier to read when keeping it
consistent and is the same number of instructions.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bacca956e5acbd84fe0cba1c96929d1306d2a796745e758bd67c1cca3e92c864
User & Date: js on 2020-11-22 22:11:46
Other Links: manifest | tags
Context
2020-11-23
23:43
forwarding-powerpc-elf.S: Non-PIC optimization check-in: 191b809f87 user: js tags: trunk
2020-11-22
22:11
forwarding-powerpc-elf.S: Don't use %r0 as tmp reg check-in: bacca956e5 user: js tags: trunk
22:05
forwarding-powerpc-elf.S: Use addi instead of ori check-in: 6f2c52cfac user: js tags: trunk
Changes