ObjFW  Check-in [3580326d70]

Overview
Comment:runtime: Remove lookup-asm-powerpc-macho.S

The newest compilers for macOS/PowerPC, Apple GCC 4.0.1 and Apple GCC
4.2.1, both fail to compile any code that contains fast enumeration when
using -fgnu-runtime (both crash with a bus error). This means that using
the ObjFW runtime on macOS/PowerPC is no longer possible since ObjFW
started requiring ObjC 2.

macOS/PowerPC with the Apple runtime is still fully supported.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3580326d70cf6220dfb104f13cf4abeb55ab04bdb1e639ffd36b8bc36f1e8ed3
User & Date: js on 2020-09-29 21:31:25
Other Links: manifest | tags
Context
2020-09-29
21:36
Merge support for tagged pointers check-in: b4039f9a85 user: js tags: trunk
21:31
runtime: Remove lookup-asm-powerpc-macho.S check-in: 3580326d70 user: js tags: trunk
2020-09-27
23:27
tests: Fix typo check-in: 8a01db8654 user: js tags: trunk
Changes