ObjFW  Check-in [dda7d2ceb2]

Overview
Comment:PLATFORMS.md: Add SPARC64/ELF to "Forwarding"
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dda7d2ceb2af962d4e628d78337e509814d711a95eec38b18da05eae5055f6e3
User & Date: js on 2017-08-19 22:47:47
Other Links: manifest | tags
Context
2017-08-19
23:19
ForwardingTests: Add extra braces around { 0 } check-in: edddcf7669 user: js tags: trunk
22:47
PLATFORMS.md: Add SPARC64/ELF to "Forwarding" check-in: dda7d2ceb2 user: js tags: trunk
22:47
Add forwardingTargetForSelector: for SPARC64/ELF check-in: 38813c380c user: js tags: trunk
Changes

Modified PLATFORMS.md from [8fff59066b] to [91c993757a].

200
201
202
203
204
205
206

207
208
209
210
211
for the following platforms (except resolveClassMethod: and
resolveInstanceMethod:, which are always available):

  * ARM (EABI/ELF, Apple/Mach-O)
  * ARM64 (ARM64/ELF, Apple/Mach-O)
  * MIPS (O32/ELF, EABI/ELF)
  * PPC (SysV/ELF, EABI/ELF, Apple/Mach-O)

  * x86 (SysV/ELF, Apple/Mach-O, Win32/PE)
  * x86_64 (SysV/ELF, Apple/Mach-O, Mach-O, Win64/PE)

Apple/Mach-O means both, the Apple ABI and runtime, while Mach-O means the
ObjFW runtime on Mach-O.







>





200
201
202
203
204
205
206
207
208
209
210
211
212
for the following platforms (except resolveClassMethod: and
resolveInstanceMethod:, which are always available):

  * ARM (EABI/ELF, Apple/Mach-O)
  * ARM64 (ARM64/ELF, Apple/Mach-O)
  * MIPS (O32/ELF, EABI/ELF)
  * PPC (SysV/ELF, EABI/ELF, Apple/Mach-O)
  * SPARC64 (SysV/ELF)
  * x86 (SysV/ELF, Apple/Mach-O, Win32/PE)
  * x86_64 (SysV/ELF, Apple/Mach-O, Mach-O, Win64/PE)

Apple/Mach-O means both, the Apple ABI and runtime, while Mach-O means the
ObjFW runtime on Mach-O.