diff options
Diffstat (limited to 'bfd/wasm-module.c')
-rw-r--r-- | bfd/wasm-module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/wasm-module.c b/bfd/wasm-module.c index 1fde4a5..dc13564 100644 --- a/bfd/wasm-module.c +++ b/bfd/wasm-module.c @@ -794,6 +794,7 @@ const bfd_target wasm_vec = ' ', /* AR_pad_char. */ 255, /* AR_max_namelen. */ 0, /* Match priority. */ + TARGET_KEEP_UNUSED_SECTION_SYMBOLS, /* keep unused section symbols. */ /* Routines to byte-swap various sized integers from the data sections. */ bfd_getl64, bfd_getl_signed_64, bfd_putl64, bfd_getl32, bfd_getl_signed_32, bfd_putl32, |