+Tue Dec 16 11:24:30 1997 Jeffrey A Law (law@cygnus.com)
+
+ * remote-sim.c (gdbsim_open): Use "--architecture" instead of
+ ambigious short form.
+
Tue Dec 16 10:29:16 1997 David Taylor <taylor@texas.cygnus.com>
* d30v-tdep.c (d30v_frame_chain): don't or in DMEM_START to
len = (7 + 1 /* gdbsim */
+ strlen (" -E little")
- + strlen (" --arch=xxxxxxxxxx")
+ + strlen (" --architecture=xxxxxxxxxx")
+ (args ? strlen (args) : 0)
+ 50) /* slack */;
arg_buf = (char *) alloca (len);
explicitly specified */
if (!target_architecture_auto)
{
- strcat (arg_buf, " --arch=");
+ strcat (arg_buf, " --architecture=");
strcat (arg_buf, target_architecture->printable_name);
}
/* finally, any explicit args */