diff options
| author | Michael Forney <mforney@mforney.org> | 2022-09-06 11:09:24 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-09-06 18:17:30 -0700 |
| commit | 4fad1531cbc506408855d2027a60cdbeaf66eea3 (patch) | |
| tree | 0373c770f68c3fb0648461efd4e45567240ca910 /pkg/binutils/arch.lua | |
| parent | 4cfca674c2993541cded2bb3b73a55cd58f7533c (diff) | |
binutils: Update to 2.39
Diffstat (limited to 'pkg/binutils/arch.lua')
| -rw-r--r-- | pkg/binutils/arch.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/binutils/arch.lua b/pkg/binutils/arch.lua index b83544d6..507376bf 100644 --- a/pkg/binutils/arch.lua +++ b/pkg/binutils/arch.lua @@ -2,6 +2,7 @@ return { aarch64={'aarch64-asm.c', 'aarch64-dis.c', 'aarch64-opc.c', 'aarch64-asm-2.c', 'aarch64-dis-2.c', 'aarch64-opc-2.c'}, alpha={'alpha-dis.c', 'alpha-opc.c'}, + amdgcn={}, arc={'arc-dis.c', 'arc-opc.c', 'arc-ext.c'}, arm={'arm-dis.c'}, avr={'avr-dis.c'}, @@ -21,8 +22,6 @@ return { hppa={'hppa-dis.c'}, i386={'i386-dis.c', 'i386-opc.c'}, iamcu={'i386-dis.c', 'i386-opc.c'}, - l1om={'i386-dis.c', 'i386-opc.c'}, - k1om={'i386-dis.c', 'i386-opc.c'}, ia64={'ia64-dis.c', 'ia64-opc.c'}, ip2k={'ip2k-asm.c', 'ip2k-desc.c', 'ip2k-dis.c', 'ip2k-ibld.c', 'ip2k-opc.c'}, epiphany={'epiphany-asm.c', 'epiphany-desc.c', 'epiphany-dis.c', 'epiphany-ibld.c', 'epiphany-opc.c'}, @@ -80,7 +79,6 @@ return { vax={'vax-dis.c'}, visium={'visium-dis.c', 'visium-opc.c'}, wasm32={'wasm32-dis.c'}, - xc16x={'xc16x-asm.c', 'xc16x-desc.c', 'xc16x-dis.c', 'xc16x-ibld.c', 'xc16x-opc.c'}, xgate={'xgate-dis.c', 'xgate-opc.c'}, xstormy16={'xstormy16-asm.c', 'xstormy16-desc.c', 'xstormy16-dis.c', 'xstormy16-ibld.c', 'xstormy16-opc.c'}, xtensa={'xtensa-dis.c'}, |
