aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure
diff options
context:
space:
mode:
authorPip Cet <pipcet@gmail.com>2017-03-27 11:39:50 +0100
committerNick Clifton <nickc@redhat.com>2017-03-27 11:39:50 +0100
commit8fb740dd3032543b833b141011aa2005c035d024 (patch)
tree34de95e73bd28e877d1a1259d19fbe088f0329b2 /bfd/configure
parentc0c31e91adc6aabe7c96f02dd51a0f6200a982da (diff)
downloadgdb-8fb740dd3032543b833b141011aa2005c035d024.zip
gdb-8fb740dd3032543b833b141011aa2005c035d024.tar.gz
gdb-8fb740dd3032543b833b141011aa2005c035d024.tar.bz2
Add minimal support for WebAssembly backend to the BFD library.
include * elf/wasm32.h: New file to support wasm32 architecture. bfd * cpu-wasm32.c: New file to support wasm32 architecture. * elf32-wasm32.c: New file to support wasm32 architecture. * Makefile.am: Add wasm32 architecture. * archures.c: Likewise. * config.bfd: Likewise. * configure.ac: Likewise. * targets.c: Likewise.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure b/bfd/configure
index 83256d2..57beb64 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -14569,6 +14569,7 @@ do
ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
w65_coff_vec) tb="$tb coff-w65.lo reloc16.lo $coffgen" ;;
+ wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
we32k_coff_vec) tb="$tb coff-we32k.lo $coffgen" ;;
x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
x86_64_elf32_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;