* cgen-trace.h: Test __BFD_H_SEEN__ rather than BFD_VERSION.

This commit is contained in:
Alan Modra 2002-10-14 10:55:39 +00:00
parent ea6a213a6f
commit 7c3e3b337e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-10-14 Alan Modra <amodra@bigpond.net.au>
* cgen-trace.h: Test __BFD_H_SEEN__ rather than BFD_VERSION.
2002-08-29 Dave Brolley <brolley@redhat.com>
* Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen.

View file

@ -78,7 +78,7 @@ typedef struct {
extern int sim_disasm_sprintf (SFILE *, const char *, ...);
/* For opcodes based disassemblers. */
#ifdef BFD_VERSION
#ifdef __BFD_H_SEEN__
struct disassemble_info;
extern int
sim_disasm_read_memory (bfd_vma memaddr_, bfd_byte *myaddr_, int length_,