this declaration can be wrong but there must *be* a declaration for
include/dis-asm.h to work.
extern Elf_Internal_Shdr *bfd_elf_find_section();
extern char *xmalloc ();
+#ifndef FPRINTF_ALREADY_DECLARED
extern int fprintf PARAMS ((FILE *, CONST char *, ...));
+#endif
char *default_target = NULL; /* default at runtime */
PF (SEC_CODE, "CODE");
PF (SEC_DATA, "DATA");
PF (SEC_ROM, "ROM");
+ PF (SEC_DEBUGGING, "DEBUGGING");
printf ("\n");
#undef PF
}