Add support for the WebAssembly file format and the wasm32 ELF conversion to gas...
[deliverable/binutils-gdb.git] / include / elf / wasm32.h
index 38e6c2e9508a21e28e38faebc5ad4b1cfd73aba5..45ea9a17b994b7b3f45aa8c05d180933b2631020 100644 (file)
@@ -23,6 +23,8 @@
 /* Relocation types.  */
 
 START_RELOC_NUMBERS (elf_wasm32_reloc_type)
+  RELOC_NUMBER (R_WASM32_NONE,                   0)
+  RELOC_NUMBER (R_WASM32_32,                             1)
 END_RELOC_NUMBERS (R_WASM32_max = 1)
 
 #endif /* _ELF_WASM32_H */
This page took 0.028409 seconds and 4 git commands to generate.