Merge devo/bfd with GDB's bfd.
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index c00970ff6feb8a4b31d652138343281e7b6965d4..67b9c987b81886c91f83f976d45a96ea923931f2 100644 (file)
@@ -59,6 +59,12 @@ typedef struct icofdata
   long int relocbase;
 } coff_data_type;
 
-/* We cast the address of the first element of a asymbol to ensure that the
+/* We take the address of the first element of a asymbol to ensure that the
  * macro is only ever applied to an asymbol.  */
 #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
+
+
+/* Generic COFF swapping routines -- also used by GDB.  */
+PROTO (void, bfd_coff_swap_sym, (bfd *, SYMENT *));
+PROTO (void, bfd_coff_swap_aux, (bfd *, AUXENT *, int, int));
+PROTO (void, bfd_coff_swap_lineno, (bfd *, LINENO *));
This page took 0.023247 seconds and 4 git commands to generate.