ObjFW  Diff

Differences From Artifact [4908be8ba8]:

  • File src/runtime/lookup-asm/lookup-asm.S — part of check-in [3580326d70] at 2020-09-29 21:31:25 on branch trunk — 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. (user: js, size: 1501) [annotate] [blame] [check-ins using] [more...]

To Artifact [79ebaba74d]:


35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# elif defined(OF_MIPS)
#  include "lookup-asm-mips-elf.S"
# elif defined(OF_SPARC64)
#  include "lookup-asm-sparc64-elf.S"
# elif defined(OF_SPARC)
#  include "lookup-asm-sparc-elf.S"
# endif
#elif defined(OF_MACH_O)
# if defined(OF_X86_64)
#  include "lookup-asm-x86_64-macho.S"
# endif
#elif defined(OF_WINDOWS)
# if defined(OF_X86_64)
#  include "lookup-asm-x86_64-win64.S"
# elif defined(OF_X86)
#  include "lookup-asm-x86-win32.S"
# endif
#endif







<
<
<
<







35
36
37
38
39
40
41




42
43
44
45
46
47
48
# elif defined(OF_MIPS)
#  include "lookup-asm-mips-elf.S"
# elif defined(OF_SPARC64)
#  include "lookup-asm-sparc64-elf.S"
# elif defined(OF_SPARC)
#  include "lookup-asm-sparc-elf.S"
# endif




#elif defined(OF_WINDOWS)
# if defined(OF_X86_64)
#  include "lookup-asm-x86_64-win64.S"
# elif defined(OF_X86)
#  include "lookup-asm-x86-win32.S"
# endif
#endif