Fix disassembly mask for vector sdot on AArch64.
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index b4477fc7dc92c2c784b092b89cfa1ab5227a5617..0c80f4d5986c9331820ed4ba04229098a47e05e1 100644 (file)
@@ -109,7 +109,7 @@ extern void *bfd_realloc2
 extern void *bfd_zmalloc2
   (bfd_size_type, bfd_size_type);
 
-extern void _bfd_error_handler (const char *s, ...);
+extern void _bfd_error_handler (const char *s, ...) ATTRIBUTE_PRINTF_1;
 
 /* These routines allocate and free things on the BFD's objalloc.  */
 
@@ -134,8 +134,6 @@ const bfd_target *bfd_generic_archive_p
   (bfd *);
 bfd_boolean bfd_slurp_armap
   (bfd *);
-bfd_boolean bfd_slurp_bsd_armap_f2
-  (bfd *);
 #define bfd_slurp_bsd_armap bfd_slurp_armap
 #define bfd_slurp_coff_armap bfd_slurp_armap
 bfd_boolean _bfd_archive_64_bit_slurp_armap
This page took 0.023855 seconds and 4 git commands to generate.