mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
DynASM: Bump version to 1.5.0.
This commit is contained in:
parent
0f8a340c8c
commit
8dc3cd6c84
@ -9,9 +9,9 @@
|
|||||||
local _info = {
|
local _info = {
|
||||||
arch = "arm",
|
arch = "arm",
|
||||||
description = "DynASM ARM module",
|
description = "DynASM ARM module",
|
||||||
version = "1.4.0",
|
version = "1.5.0",
|
||||||
vernum = 10400,
|
vernum = 10500,
|
||||||
release = "2015-10-18",
|
release = "2021-05-02",
|
||||||
author = "Mike Pall",
|
author = "Mike Pall",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
}
|
}
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
local _info = {
|
local _info = {
|
||||||
arch = "arm",
|
arch = "arm",
|
||||||
description = "DynASM ARM64 module",
|
description = "DynASM ARM64 module",
|
||||||
version = "1.4.0",
|
version = "1.5.0",
|
||||||
vernum = 10400,
|
vernum = 10500,
|
||||||
release = "2015-10-18",
|
release = "2021-05-02",
|
||||||
author = "Mike Pall",
|
author = "Mike Pall",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
}
|
}
|
||||||
|
@ -12,9 +12,9 @@ local mipsr6 = _map_def.MIPSR6
|
|||||||
local _info = {
|
local _info = {
|
||||||
arch = mips64 and "mips64" or "mips",
|
arch = mips64 and "mips64" or "mips",
|
||||||
description = "DynASM MIPS32/MIPS64 module",
|
description = "DynASM MIPS32/MIPS64 module",
|
||||||
version = "1.4.0",
|
version = "1.5.0",
|
||||||
vernum = 10400,
|
vernum = 10500,
|
||||||
release = "2020-01-20",
|
release = "2021-05-02",
|
||||||
author = "Mike Pall",
|
author = "Mike Pall",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
}
|
}
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
local _info = {
|
local _info = {
|
||||||
arch = "ppc",
|
arch = "ppc",
|
||||||
description = "DynASM PPC module",
|
description = "DynASM PPC module",
|
||||||
version = "1.4.0",
|
version = "1.5.0",
|
||||||
vernum = 10400,
|
vernum = 10500,
|
||||||
release = "2015-10-18",
|
release = "2021-05-02",
|
||||||
author = "Mike Pall",
|
author = "Mike Pall",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#define DASM_IDENT "DynASM 1.4.0"
|
#define DASM_IDENT "DynASM 1.5.0"
|
||||||
#define DASM_VERSION 10400 /* 1.4.0 */
|
#define DASM_VERSION 10500 /* 1.5.0 */
|
||||||
|
|
||||||
#ifndef Dst_DECL
|
#ifndef Dst_DECL
|
||||||
#define Dst_DECL dasm_State **Dst
|
#define Dst_DECL dasm_State **Dst
|
||||||
|
@ -11,9 +11,9 @@ local x64 = x64
|
|||||||
local _info = {
|
local _info = {
|
||||||
arch = x64 and "x64" or "x86",
|
arch = x64 and "x64" or "x86",
|
||||||
description = "DynASM x86/x64 module",
|
description = "DynASM x86/x64 module",
|
||||||
version = "1.4.0",
|
version = "1.5.0",
|
||||||
vernum = 10400,
|
vernum = 10500,
|
||||||
release = "2015-10-18",
|
release = "2021-05-02",
|
||||||
author = "Mike Pall",
|
author = "Mike Pall",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
}
|
}
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
local _info = {
|
local _info = {
|
||||||
name = "DynASM",
|
name = "DynASM",
|
||||||
description = "A dynamic assembler for code generation engines",
|
description = "A dynamic assembler for code generation engines",
|
||||||
version = "1.4.0",
|
version = "1.5.0",
|
||||||
vernum = 10400,
|
vernum = 10500,
|
||||||
release = "2015-10-18",
|
release = "2021-05-02",
|
||||||
author = "Mike Pall",
|
author = "Mike Pall",
|
||||||
url = "https://luajit.org/dynasm.html",
|
url = "https://luajit.org/dynasm.html",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
|
Loading…
Reference in New Issue
Block a user