bfd/
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index 11cc457f207da727033c23515e9ad6b22cf8b62a..312aa7758ca97320fef97693584e7053a87a5c76 100644 (file)
@@ -1560,6 +1560,10 @@ Special entry points for gdb to swap in coff symbol table parts:
 .#define bfd_coff_print_pdata(a,p) \
 .  ((coff_backend_info (a)->_bfd_coff_print_pdata) (a, p))
 .
+.{* Macro: Returns true if the bfd is a PE executable as opposed to a
+.   PE object file.  *}
+.#define bfd_pei_p(abfd) \
+.  (CONST_STRNEQ ((abfd)->xvec->name, "pei-"))
 */
 
 /* See whether the magic number matches.  */
This page took 0.023606 seconds and 4 git commands to generate.