Add startswith function and use it instead of CONST_STRNEQ.
[deliverable/binutils-gdb.git] / bfd / plugin.c
index d733f6afdf183156689abe15e657a2b437a98aa0..d1767b013453d90aae31e6ea4fb78bf1e700c3d4 100644 (file)
@@ -719,6 +719,7 @@ const bfd_target plugin_vec =
   '/',                         /* ar_pad_char.  */
   15,                          /* ar_max_namelen.  */
   255,                         /* match priority.  */
+  TARGET_KEEP_UNUSED_SECTION_SYMBOLS, /* keep unused section symbols.  */
 
   bfd_getl64, bfd_getl_signed_64, bfd_putl64,
   bfd_getl32, bfd_getl_signed_32, bfd_putl32,
This page took 0.029609 seconds and 4 git commands to generate.