public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* bfd_mach_sh4 not #defined anywhere
@ 1999-10-20  3:08 Robert Melchers
  0 siblings, 0 replies; only message in thread
From: Robert Melchers @ 1999-10-20  3:08 UTC (permalink / raw)
  To: insight

Build problem with target = sh-coff (all Hitachi SH builds).
bfd_mach_sh4 is used by sh-tdep.c and others but is not defined anywhere that I can find. The fixed
I used was to add the following to bfd.h in my build dir.


  bfd_arch_sh,         /* Hitachi SH */
#define bfd_mach_sh            0
#define bfd_mach_sh3        0x30
#define bfd_mach_sh3e       0x3e
+ #define bfd_mach_sh4        0x40

I have no idea how to do this correctly, so I shall leave it to a more knowledgeable sole.

Robert.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-10-20  3:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-20  3:08 bfd_mach_sh4 not #defined anywhere Robert Melchers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).