+Wed Apr 17 19:23:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * cpu-sh.c (scan_mach): Delete.
+ (arch_info_struct): Replace scan_mach with bfd_default_scan.
+ (bfd_sh_arch): Likewise.
+
2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
* ihex.c (ihex_write_object_contents): Fix check for records
#include "sysdep.h"
#include "libbfd.h"
-static boolean scan_mach
- PARAMS ((const struct bfd_arch_info *, const char *));
-
-static boolean
-scan_mach (info, string)
- const struct bfd_arch_info *info;
- const char *string;
-{
- if (strcasecmp (info->printable_name, string) == 0)
- return true;
- return false;
-}
-
#if 0
/* This routine is provided two arch_infos and returns whether
they'd be compatible */
1,
false, /* not the default */
bfd_default_compatible,
- scan_mach,
+ bfd_default_scan,
SH2_NEXT
},
{
1,
false, /* not the default */
bfd_default_compatible,
- scan_mach,
+ bfd_default_scan,
SH_DSP_NEXT
},
{
1,
false, /* not the default */
bfd_default_compatible,
- scan_mach,
+ bfd_default_scan,
SH3_NEXT
},
{
1,
false, /* not the default */
bfd_default_compatible,
- scan_mach,
+ bfd_default_scan,
SH3_DSP_NEXT
},
{
1,
false, /* not the default */
bfd_default_compatible,
- scan_mach,
+ bfd_default_scan,
SH3E_NEXT
},
{
1,
false, /* not the default */
bfd_default_compatible,
- scan_mach,
+ bfd_default_scan,
SH4_NEXT
},
{
1,
false, /* not the default */
bfd_default_compatible,
- scan_mach,
+ bfd_default_scan,
SH64_NEXT
},
};
1,
true, /* the default machine */
bfd_default_compatible,
- scan_mach,
+ bfd_default_scan,
SH_NEXT
};
+Wed Apr 17 19:23:14 2002 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * emulparams/shelf32.sh (MACHINE): Now sh5.
+
2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* ldgram.y: Fix syntax warning.