ObjFW  Check-in [4e068e9481]

Overview
Comment:PLATFORMS.md: Add RISC-V 64 to forwarding
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4e068e948161a8cecddc69d441f5abb1a39c39fc4e45f61e7b086d32b02aae4a
User & Date: js on 2024-05-28 23:25:28
Other Links: manifest | tags
Context
2024-05-29
20:14
Fix forwarding-mips-elf.S check-in: 449265c5ec user: js tags: trunk
2024-05-28
23:25
PLATFORMS.md: Add RISC-V 64 to forwarding check-in: 4e068e9481 user: js tags: trunk
2024-05-27
23:25
Add forwardingTargetForSelector: for RISC-V 64/ELF check-in: 76c7c09f34 user: js tags: trunk
Changes

Modified PLATFORMS.md from [6d9e9cf463] to [4911b47d92].

267
268
269
270
271
272
273

274
275
276
277
278
279

  * AMD64 (SysV/ELF, Apple/Mach-O, Mach-O, Win64/PE)
  * ARM (EABI/ELF, Apple/Mach-O)
  * ARM64 (ARM64/ELF, Apple/Mach-O)
  * MIPS (O32/ELF, EABI/ELF)
  * MIPS64 (N64/ELF)
  * PowerPC (SysV/ELF, EABI/ELF, Apple/Mach-O)

  * SPARC (SysV/ELF)
  * SPARC64 (SysV/ELF)
  * x86 (SysV/ELF, Apple/Mach-O, Win32/PE)

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







>






267
268
269
270
271
272
273
274
275
276
277
278
279
280

  * AMD64 (SysV/ELF, Apple/Mach-O, Mach-O, Win64/PE)
  * ARM (EABI/ELF, Apple/Mach-O)
  * ARM64 (ARM64/ELF, Apple/Mach-O)
  * MIPS (O32/ELF, EABI/ELF)
  * MIPS64 (N64/ELF)
  * PowerPC (SysV/ELF, EABI/ELF, Apple/Mach-O)
  * RISC-V 64 (SysV/ELF)
  * SPARC (SysV/ELF)
  * SPARC64 (SysV/ELF)
  * x86 (SysV/ELF, Apple/Mach-O, Win32/PE)

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