]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/elf/wasm32.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / include / elf / wasm32.h
index 38e6c2e9508a21e28e38faebc5ad4b1cfd73aba5..d02f9ba7e0282baab9cd50be06f3840145191934 100644 (file)
@@ -1,5 +1,5 @@
 /* ELF support for BFD for the WebAssembly target
-   Copyright (C) 2017 Free Software Foundation, Inc.
+   Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -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 */