ChangeLog 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437
  1. 2015-06-23 Mike Frysinger <vapier@gentoo.org>
  2. * configure: Regenerate.
  3. 2015-06-17 Mike Frysinger <vapier@gentoo.org>
  4. * op_utils.c (do_syscall): Replace call to cb_syscall with
  5. sim_syscall_multi.
  6. 2015-06-17 Mike Frysinger <vapier@gentoo.org>
  7. * mn10300_sim.h (syscall_read_mem, syscall_write_mem): Delete.
  8. * op_utils.c: Include sim-syscall.h.
  9. (syscall_read_mem, syscall_write_mem): Delete.
  10. (do_syscall): Change syscall_read_mem/syscall_write_mem
  11. to sim_syscall_read_mem/sim_syscall_write_mem. Set syscall.p2.
  12. 2015-06-12 Mike Frysinger <vapier@gentoo.org>
  13. * configure: Regenerate.
  14. 2015-06-12 Mike Frysinger <vapier@gentoo.org>
  15. * configure: Regenerate.
  16. 2015-06-11 Mike Frysinger <vapier@gentoo.org>
  17. * interp.c (get_byte, get_half, get_word, put_byte, put_half,
  18. put_word): Delete.
  19. (sim_fetch_register): Inline put_word call.
  20. (sim_store_register): Inline get_word call.
  21. * mn10300_sim.h (struct _state): Delete mem member.
  22. (OP, Simops, get_byte, get_half, get_word, put_byte, put_half,
  23. put_word, map): Delete.
  24. * op_utils.c (MEMPTR): Delete.
  25. 2015-06-11 Mike Frysinger <vapier@gentoo.org>
  26. * interp.c (round_64, fpu_status_ok): Add static.
  27. 2015-06-11 Mike Frysinger <vapier@gentoo.org>
  28. * interp.c (mn10300_debug): Delete.
  29. * mn10300_sim.h (DEBUG_TRACE, DEBUG_VALUES, mn10300_debug): Delete.
  30. (struct _state): Delete exception and exited members.
  31. [_WIN32] (SIGTRAP, SIGQUIT): Delete.
  32. * op_utils.c (do_syscall): Call sim_engine_halt instead of setting
  33. State.exception.
  34. 2015-06-11 Mike Frysinger <vapier@gentoo.org>
  35. * mn10300_sim.h (uint8, int8, uint16, int16, uint32, int32): Typedef
  36. in terms of unsigned8, signed8, unsigned16, signed16, unsigned32,
  37. and signed32 respectively.
  38. 2015-06-11 Mike Frysinger <vapier@gentoo.org>
  39. * interp.c (INLINE): Delete define.
  40. * mn10300_sim.h (INLINE): Likewise.
  41. 2015-04-18 Mike Frysinger <vapier@gentoo.org>
  42. * sim-main.h (SIM_CPU): Delete.
  43. 2015-04-18 Mike Frysinger <vapier@gentoo.org>
  44. * sim-main.h (sim_cia): Delete.
  45. (SIM_ADDR): Delete comment.
  46. 2015-04-17 Mike Frysinger <vapier@gentoo.org>
  47. * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Change CIA_GET to
  48. CPU_PC_GET and CIA_SET to CPU_PC_SET.
  49. * interp.c (sim_create_inferior): Change CIA_SET to CPU_PC_SET.
  50. (program_interrupt): Change CIA_GET to CPU_PC_GET and CIA_SET to
  51. CPU_PC_SET.
  52. (mn10300_cpu_exception_trigger): Change CIA_SET to CPU_PC_SET.
  53. (mn10300_cpu_exception_suspend): Likewise.
  54. (mn10300_cpu_exception_resume): Likewise.
  55. * sim-main.h (CIA_GET, CIA_SET): Delete.
  56. 2015-04-15 Mike Frysinger <vapier@gentoo.org>
  57. * Makefile.in (MN10300_OBJS): Delete sim-cpu.o.
  58. * sim-main.h (STATE_CPU): Delete.
  59. 2015-04-13 Mike Frysinger <vapier@gentoo.org>
  60. * configure: Regenerate.
  61. 2015-04-13 Mike Frysinger <vapier@gentoo.org>
  62. * Makefile.in (MN10300_OBJS): Add sim-cpu.o.
  63. * interp.c (mn10300_pc_get, mn10300_pc_set): New functions.
  64. (sim_open): Declare new local var i. Call sim_cpu_alloc_all.
  65. Call CPU_PC_FETCH & CPU_PC_STORE for all cpus.
  66. (sim_pc_get): Delete.
  67. * sim-main.h (null_cia, NULL_CIA): Delete.
  68. (SIM_CPU): Define.
  69. (struct sim_state): Change cpu to an array of pointers.
  70. (STATE_CPU): Drop & and handle WITH_SMP.
  71. 2015-04-06 Mike Frysinger <vapier@gentoo.org>
  72. * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
  73. 2015-03-31 Mike Frysinger <vapier@gentoo.org>
  74. * config.in, configure: Regenerate.
  75. 2015-03-24 Mike Frysinger <vapier@gentoo.org>
  76. * interp.c (sim_pc_get): New function.
  77. 2015-03-24 Mike Frysinger <vapier@gentoo.org>
  78. * configure: Regenerate.
  79. 2015-03-23 Mike Frysinger <vapier@gentoo.org>
  80. * Makefile.in (MN10300_OBJS): Delete dv-sockser.o.
  81. 2015-03-23 Mike Frysinger <vapier@gentoo.org>
  82. * configure: Regenerate.
  83. 2015-03-23 Mike Frysinger <vapier@gentoo.org>
  84. * configure: Regenerate.
  85. 2015-03-23 Mike Frysinger <vapier@gentoo.org>
  86. * configure: Regenerate.
  87. 2015-03-23 Mike Frysinger <vapier@gentoo.org>
  88. * configure: Regenerate.
  89. * configure.ac: Delete SIM_DV_SOCKSER_O check.
  90. 2015-03-16 Mike Frysinger <vapier@gentoo.org>
  91. * config.in, configure: Regenerate.
  92. 2015-03-15 Mike Frysinger <vapier@gentoo.org>
  93. * tconfig.in: Delete file.
  94. 2015-03-14 Mike Frysinger <vapier@gentoo.org>
  95. * Makefile.in (SIM_RUN_OBJS): Delete.
  96. 2015-03-14 Mike Frysinger <vapier@gentoo.org>
  97. * configure.ac (AC_CHECK_HEADERS): Delete unistd.h & stdlib.h &
  98. string.h & strings.h & time.h.
  99. * aclocal.m4, configure: Regenerate.
  100. 2014-08-19 Alan Modra <amodra@gmail.com>
  101. * configure: Regenerate.
  102. 2014-08-15 Roland McGrath <mcgrathr@google.com>
  103. * configure: Regenerate.
  104. * config.in: Regenerate.
  105. 2014-03-04 Mike Frysinger <vapier@gentoo.org>
  106. * configure: Regenerate.
  107. 2013-09-23 Alan Modra <amodra@gmail.com>
  108. * configure: Regenerate.
  109. 2013-06-03 Mike Frysinger <vapier@gentoo.org>
  110. * aclocal.m4, configure: Regenerate.
  111. 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
  112. * configure: Rebuild.
  113. 2013-03-26 Mike Frysinger <vapier@gentoo.org>
  114. * configure: Regenerate.
  115. 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
  116. * configure.ac: Fail if dv-sockser.o not available.
  117. Error when --disable-sim-hardware is specified.
  118. * tconfig.in: Conditionalize use of dv_sockser_install.
  119. * configure: Regenerated.
  120. * config.in: Regenerated.
  121. 2012-06-17 Hans-Peter Nilsson <hp@axis.com>
  122. * interp.c: Include config.h first. Do not include sysdep.h.
  123. 2012-06-15 Joel Brobecker <brobecker@adacore.com>
  124. * config.in, configure: Regenerate.
  125. 2012-03-24 Mike Frysinger <vapier@gentoo.org>
  126. * aclocal.m4, config.in, configure: Regenerate.
  127. 2012-02-16 Kevin Buettner <kevinb@redhat.com>
  128. * interp.c (sim_fetch_register): Return length, not -1.
  129. 2012-01-02 Joel Brobecker <brobecker@adacore.com>
  130. * sim-main.h: Reformat copyright header.
  131. 2011-12-03 Mike Frysinger <vapier@gentoo.org>
  132. * aclocal.m4: New file.
  133. * configure: Regenerate.
  134. 2011-11-07 Mike Frysinger <vapier@gentoo.org>
  135. PR sim/9302
  136. * dv-mn103iop.c (write_dedicated_control_reg): Convert && to &.
  137. 2011-10-19 Mike Frysinger <vapier@gentoo.org>
  138. * configure: Regenerate after common/acinclude.m4 update.
  139. 2011-10-17 Mike Frysinger <vapier@gentoo.org>
  140. * configure.ac: Change include to common/acinclude.m4.
  141. 2011-10-17 Mike Frysinger <vapier@gentoo.org>
  142. * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
  143. call. Replace common.m4 include with SIM_AC_COMMON.
  144. * configure: Regenerate.
  145. 2011-07-05 Mike Frysinger <vapier@gentoo.org>
  146. * interp.c (sim_do_command): Delete.
  147. 2011-06-20 Nick Clifton <nickc@redhat.com>
  148. * am33.igen (sub Rm,Rn,Rd): Fix computation of carry flag.
  149. 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
  150. * interp.c (sim_store_register): Update return value to
  151. match new API.
  152. 2010-04-19 Mike Frysinger <vapier@gentoo.org>
  153. * dv-mn103ser.c (sockser_addr, USE_SOCKSER_P): Delete
  154. (do_polling_event): Change USE_SOCKSER_P to dv_sockser_status.
  155. (read_status_reg): Likewise.
  156. (write_txb): Likewise.
  157. 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  158. * configure: Regenerate.
  159. 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  160. * config.in: Regenerate.
  161. * configure: Likewise.
  162. * configure: Regenerate.
  163. 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
  164. * configure: Regenerate to track ../common/common.m4 changes.
  165. * config.in: Ditto.
  166. 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
  167. Daniel Jacobowitz <dan@codesourcery.com>
  168. Joseph Myers <joseph@codesourcery.com>
  169. * configure: Regenerate.
  170. 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
  171. * acconfig.h: Remove.
  172. * config.in: Regenerate.
  173. 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
  174. * configure: Regenerated.
  175. 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
  176. * configure: Regenerated.
  177. 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
  178. * configure: Regenerated.
  179. 2006-03-29 Hans-Peter Nilsson <hp@axis.com>
  180. * configure: Regenerate.
  181. 2005-03-23 Mark Kettenis <kettenis@gnu.org>
  182. * configure: Regenerate.
  183. 2005-01-14 Andrew Cagney <cagney@gnu.org>
  184. * configure.ac: Sinclude aclocal.m4 before common.m4. Add
  185. explicit call to AC_CONFIG_HEADER.
  186. * configure: Regenerate.
  187. 2005-01-12 Andrew Cagney <cagney@gnu.org>
  188. * configure.ac: Update to use ../common/common.m4.
  189. * configure: Re-generate.
  190. 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
  191. * configure: Regenerated to track ../common/aclocal.m4 changes.
  192. 2005-01-07 Andrew Cagney <cagney@gnu.org>
  193. * configure.ac: Rename configure.in, require autoconf 2.59.
  194. * configure: Re-generate.
  195. 2004-12-08 Hans-Peter Nilsson <hp@axis.com>
  196. * configure: Regenerate for ../common/aclocal.m4 update.
  197. 2004-06-26 Alexandre Oliva <aoliva@redhat.com>
  198. 2000-08-07 Graham Stott <grahams@cygnus.co.uk>
  199. * am33-2.igen (fmadd, fmsub, fmnadd, fmnsub): Correct typo.
  200. 2000-05-29 Alexandre Oliva <aoliva@cygnus.com>
  201. * interp.c (fpu_disabled_exception, fpu_unimp_exception,
  202. fpu_check_signal_exception): Take additional state arguments.
  203. Print exception type and call program_interrupt. Adjust callers.
  204. (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
  205. fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Take additional
  206. arguments.
  207. * mn10300_sim.h (fpu_disabled_exception, fpu_unimp_exception,
  208. fpu_check_signal_exception): Adjust prototypes.
  209. (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
  210. fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Likewise.
  211. * am33-2.igen: Adjust calls.
  212. 2000-05-19 Alexandre Oliva <aoliva@cygnus.com>
  213. * op_utils.c (cmp2fcc): Moved...
  214. * interp.c: ... here.
  215. 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
  216. * am33-2.igen: Use `unsigned32', `signed32', `unsigned64' or
  217. `signed64' where type width is relevant.
  218. 2000-05-15 Alexandre Oliva <aoliva@cygnus.com>
  219. * mn10300_sim.h: Include sim-fpu.h.
  220. (FD2FPU, FPU2FD): Enclose the FD argument in parentheses.
  221. (fpu_check_signal_exception): Declare.
  222. (struct fp_prec_t, fp_single_prec, fp_double_prec): Likewise.
  223. (FP_SINGLE, FP_DOUBLE): Shorthands for fp_*_prec.
  224. (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
  225. fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Declare.
  226. * interp.c (fpu_disabled_exception): Document.
  227. (fpu_unimp_exception): Likewise.
  228. (fpu_check_signal_exception): Define.
  229. (reg2val_32, round_32, val2reg_32, fp_single_prec): Likewise.
  230. (reg2val_64, round_64, val2reg_64, fp_double_prec): Likewise.
  231. (REG2VAL, ROUND, VAL2REG): Define shorthands.
  232. (fpu_status_ok): Define.
  233. (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
  234. fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Define.
  235. * am33-2.igen (frsqrt, fcmp, fadd, fsub, fmul, fdiv,
  236. fmadd, fmsub, fnmadd, fnmsub): Use new functions.
  237. 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
  238. * interp.c (sim_create_inferior): Set PSW bit to enable FP insns
  239. if architecture is AM33/2.0.
  240. * am33.igen: Include am33-2.igen.
  241. 2000-04-23 Alexandre Oliva <aoliva@cygnus.com>
  242. * mn10300.igen (movm, call, ret, retf): Check for am33_2 too.
  243. * am33.igen (movm): Likewise.
  244. 2000-04-19 Alexandre Oliva <aoliva@cygnus.com>
  245. * am33.igen: Added `*am33_2' to some instructions that were
  246. missing it.
  247. 2000-04-07 Alexandre Oliva <aoliva@cygnus.com>
  248. * am33-2.igen: New file. All insns implemented, but FP flags are
  249. only set for fcmp, exceptional conditions are not handled yet.
  250. * Makefile.in (IGEN_INSN): Added am33-2.igen.
  251. (tmp-igen): Added -M am33_2.
  252. * mn10300.igen, am33.igen: Added `*am33_2' to all insns.
  253. * gencode.c: Support FMT_D3.
  254. * mn10300_sim.h (dword): New type.
  255. (struct _state): Added fpregs.
  256. (REG_FPCR, FPCR): New define. All assorted bitmaps.
  257. (XS2FS, AS2FS, Xf2FD): New macros.
  258. (FS2FPU, FD2FPU, FPU2FS, FPU2FD): Likewise.
  259. (load_dword, store_dword): New functions or macros.
  260. (u642dw, dw2u64): New functions.
  261. (fpu_disabled_exception, fpu_unimp_exception): Declared.
  262. * interp.c (fpu_disabled_exception): Defined; no actual
  263. implementation.
  264. (fpu_unimp_exception): Likewise.
  265. * op_utils.c (cmp2fcc): New function.
  266. * interp.c, mn10300_sim.h, op_utils.c: Convert function prototypes
  267. and definitions to ISO C.
  268. * gencode.c, simops.c: Delete.
  269. * Makefile.in: Remove non-COMMON dependencies and commands.
  270. * configure.in: Use common simulator always. Don't subst sim_gen
  271. nor mn10300_common.
  272. * configure: Rebuilt.
  273. * Makefile.in (WITHOUT_COMMON_OBJS, WITHOUT_COMMON_INTERP_DEP,
  274. WITHOUT_COMMON_RUN_OBJS): Remove.
  275. (WITH_COMMON_OBJS): Rename to MN10300_OBJS.
  276. (WITH_COMMON_INTERP_DEP): Rename to MN10300_INTERP_DEP.
  277. (WITH_COMMON_RUN_OBJS): Rename to SIM_RUN_OBJS.
  278. (SIM_EXTRA_CFLAGS): Don't use @sim_gen@.
  279. * interp.c: Remove non-common bits.
  280. * mn10300_sim.h: Likewise.
  281. 2003-08-28 Andrew Cagney <cagney@redhat.com>
  282. * dv-mn103ser.c (do_polling_event): Change type of "serial_reg" to
  283. "long".
  284. (read_status_reg): Cast "serial_reg" to "long".
  285. * dv-mn103tim.c (do_counter_event): Change type of "timer_nr" to
  286. "long".
  287. (do_counter6_event, write_mode_reg, write_tm6md): Ditto.
  288. 2003-02-27 Andrew Cagney <cagney@redhat.com>
  289. * interp.c (sim_open, sim_create_inferior, sim_open)
  290. (sim_create_inferior): Rename _bfd to bfd.
  291. 2003-02-26 Andrew Cagney <cagney@redhat.com>
  292. * am33.igen: Call sim_engine_abort instead of abort.
  293. 2003-02-26 David Carlton <carlton@math.stanford.edu>
  294. * dv-mn103tim.c (read_special_timer6_reg): Add break after
  295. empty default: label.
  296. (write_special_timer6_reg): Ditto.
  297. Update copyright.
  298. 2002-11-28 Andrew Cagney <cagney@redhat.com>
  299. * sim-main.h: Only include "idecode.h" once.
  300. * Makefile.in (SIM_EXTRA_DEPS): Define.
  301. 2002-06-16 Andrew Cagney <ac131313@redhat.com>
  302. * configure: Regenerated to track ../common/aclocal.m4 changes.
  303. 2002-06-09 Andrew Cagney <cagney@redhat.com>
  304. * Makefile.in (INCLUDE): Update path to callback.h.
  305. * mn10300_sim.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
  306. * tconfig.in: Ditto.
  307. 2001-05-06 Jim Blandy <jimb@redhat.com>
  308. * mn10300.igen: Doc fixes.
  309. 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
  310. * Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
  311. Depend on targ-vals.h.
  312. 2001-04-15 J.T. Conklin <jtc@redback.com>
  313. * Makefile.in (simops.o): Add simops.h to dependency list.
  314. Wed Aug 9 02:24:53 2000 Graham Stott <grahams@cygnus.co.uk>
  315. * am33.igen: Warning clean-up.
  316. (movm): Initialize PC and mask.
  317. (mov, movbu, movhu): Set srcreg2 from RI0.
  318. (bsch): Initialize c.
  319. (sat16_cmp): Actually do the comparison.
  320. (mov_llt): Do not overwrite dstreg with uninitialized variable.
  321. Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
  322. * configure: Regenerated to track ../common/aclocal.m4 changes.
  323. 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
  324. * am33.igen: Fix leading comments of SP-relative offset insns that
  325. referred to other registers. Make their offsets unsigned.
  326. 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
  327. * mn10300_sim.h (genericAdd, genericSub, genericCmp, genericOr,
  328. genericXor, genericBtst): Use `unsigned32'.
  329. * op_utils.c: Likewise.
  330. * mn10300.igen, am33.igen: Use `unsigned32', `signed32',
  331. `unsigned64' or `signed64' where type width is relevant.
  332. 2000-04-25 Alexandre Oliva <aoliva@cygnus.com>
  333. * am33.igen (inc4 Rn): Use genericAdd so as to modify flags.
  334. 2000-04-09 Alexandre Oliva <aoliva@cygnus.com>
  335. * am33.igen: Make SP-relative offsets unsigned. Add `*am33' for
  336. some instructions that were missing it.
  337. 2000-03-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
  338. * Makefile.in (IGEN_INSN): Added am33.igen.
  339. Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
  340. * configure: Regenerated to track ../common/aclocal.m4 changes.
  341. Tue Jul 13 13:26:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
  342. * interp.c: Clarify error message reporting an unknown board.
  343. 1999-05-08 Felix Lee <flee@cygnus.com>
  344. * configure: Regenerated to track ../common/aclocal.m4 changes.
  345. 1999-04-16 Frank Ch. Eigler <fche@cygnus.com>
  346. * interp.c (program_interrupt): Detect undesired recursion using
  347. static flag. Set NMIRC register's SYSEF flag during
  348. --board=stdeval1 mode.
  349. * dv-mn103-int.c (write_icr): Add backdoor address to allow CPU to
  350. set SYSEF flag.
  351. 1999-04-02 Keith Seitz <keiths@cygnus.com>
  352. * Makefile.in (SIM_EXTRA_CFLAGS): Define a POLL_QUIT_INTERVAL
  353. for use in the simulator so that the poll_quit callback is
  354. not called too often.
  355. Tue Mar 9 21:26:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
  356. * dv-mn103int.c (mn103int_ioctl): Return something.
  357. * dv-mn103tim.c (write_tm6md): GCC suggested parentheses around &&
  358. within ||.
  359. Tue Feb 16 23:57:17 1999 Jeffrey A Law (law@cygnus.com)
  360. * mn10300.igen (retf): Fix return address computation and store
  361. the new pc value into nia.
  362. 1998-12-29 Frank Ch. Eigler <fche@cygnus.com>
  363. * Makefile.in (WITH_COMMON_OBJS): Build also dv-sockser.o.
  364. * interp.c (sim_open): Add stub mn103002 cache control memory regions.
  365. Set OPERATING_ENVIRONMENT on "stdeval1" board.
  366. (mn10300_core_signal): New function to intercept memory errors.
  367. (program_interrupt): New function to dispatch to exception vector
  368. (mn10300_exception_*): New functions to snapshot pre/post exception
  369. state.
  370. * sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal.
  371. (SIM_ENGINE_HALT_HOOK): Do nothing.
  372. (SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*().
  373. (_sim_cpu): Add exc_* fields to store register value snapshots.
  374. * dv-mn103ser.c (*): Support dv-sockser backend for UART I/O.
  375. Various endianness and warning fixes.
  376. * mn10300.igen (illegal): Call program_interrupt on error.
  377. (break): Call program_interrupt on breakpoint
  378. Several changes from <janczyn@cygnus.com> and <cagney@cygnus.com>
  379. merged in:
  380. * dv-mn103int.c (mn103int_ioctl): New function for NMI
  381. generation. (mn103int_finish): Install it as ioctl handler.
  382. * dv-mn103tim.c: Support timer 6 specially. Endianness fixes.
  383. Wed Oct 14 12:11:05 1998 Jeffrey A Law (law@cygnus.com)
  384. * am33.igen: Allow autoincrement stores using the same register
  385. for source and destination operands.
  386. Mon Aug 31 10:19:55 1998 Jeffrey A Law (law@cygnus.com)
  387. * am33.igen: Reverse HI/LO outputs of 4 operand "mul" and "mulu".
  388. Fri Aug 28 14:40:49 1998 Joyce Janczyn <janczyn@cygnus.com>
  389. * interp.c (sim_open): Check for invalid --board option, fix
  390. indentation, allocate memory for mem control and DMA regs.
  391. Wed Aug 26 09:29:38 1998 Joyce Janczyn <janczyn@cygnus.com>
  392. * mn10300.igen (div,divu): Fix divide instructions so divide by 0
  393. behaves like the hardware.
  394. Mon Aug 24 11:50:09 1998 Joyce Janczyn <janczyn@cygnus.com>
  395. * sim-main.h (SIM_HANDLES_LMA): Define SIM_HANDLES_LMA.
  396. Wed Aug 12 12:36:07 1998 Jeffrey A Law (law@cygnus.com)
  397. * am33.igen: Handle case where first DSP operation modifies a
  398. register used in the second DSP operation correctly.
  399. Tue Jul 28 10:10:25 1998 Jeffrey A Law (law@cygnus.com)
  400. * am33.igen: Detect cases where two operands must not match for
  401. DSP instructions too.
  402. Mon Jul 27 12:04:17 1998 Jeffrey A Law (law@cygnus.com)
  403. * am33.igen: Detect cases where two operands must not match in
  404. non-DSP instructions.
  405. Fri Jul 24 18:15:21 1998 Joyce Janczyn <janczyn@cygnus.com>
  406. * op_utils.c (do_syscall): Rewrite to use common/syscall.c.
  407. (syscall_read_mem, syscall_write_mem): New functions for syscall
  408. callbacks.
  409. * mn10300_sim.h: Add prototypes for syscall_read_mem and
  410. syscall_write_mem.
  411. * mn10300.igen: Change C++ style comments to C style comments.
  412. Check for divide by zero in div and divu ops.
  413. Fri Jul 24 12:49:28 1998 Jeffrey A Law (law@cygnus.com)
  414. * am33.igen (translate_xreg): New function. Use it as needed.
  415. Thu Jul 23 10:05:28 1998 Jeffrey A Law (law@cygnus.com)
  416. * am33.igen: Add some missing instructions.
  417. * am33.igen: Autoincrement loads/store fixes.
  418. Tue Jul 21 09:48:14 1998 Jeffrey A Law (law@cygnus.com)
  419. * am33.igen: Add mov_lCC DSP instructions.
  420. * am33.igen: Add most am33 DSP instructions.
  421. Thu Jul 9 10:06:55 1998 Jeffrey A Law (law@cygnus.com)
  422. * mn10300.igen: Fix Z bit for addc and subc instructions.
  423. Minor fixes in multiply/divide patterns.
  424. * am33.igen: Add missing mul[u] imm32,Rn. Fix condition code
  425. handling for many instructions. Fix sign extension for some
  426. 24bit immediates.
  427. * am33.igen: Fix Z bit for remaining addc/subc instructions.
  428. Do not sign extend immediate for mov imm,XRn.
  429. More random mul, mac & div fixes.
  430. Remove some unused variables.
  431. Sign extend 24bit displacement in memory addresses.
  432. * am33.igen: Fix Z bit for addc Rm,Rn and subc Rm,Rn. Various
  433. fixes to 2 register multiply, divide and mac instructions. Set
  434. Z,N correctly for sat16. Sign extend 24 bit immediate for add,
  435. and sub instructions.
  436. * am33.igen: Add remaining non-DSP instructions.
  437. Wed Jul 8 16:29:12 1998 Jeffrey A Law (law@cygnus.com)
  438. * am33.igen (translate_rreg): New function. Use it as appropriate.
  439. * am33.igen: More am33 instructions. Fix "div".
  440. Mon Jul 6 15:39:22 1998 Jeffrey A Law (law@cygnus.com)
  441. * mn10300.igen: Add am33 support.
  442. * Makefile.in: Use multi-sim to support both a mn10300 and am33
  443. simulator.
  444. * am33.igen: Add many more am33 instructions.
  445. Wed Jul 1 17:07:09 1998 Jeffrey A Law (law@cygnus.com)
  446. * mn10300_sim.h (FETCH24): Define.
  447. * mn10300_sim.h: Add defines for some registers found on the AM33.
  448. * am33.igen: New file with some am33 support.
  449. Tue Jun 30 11:23:20 1998 Jeffrey A Law (law@cygnus.com)
  450. * mn10300_sim.h: Include bfd.h
  451. (struct state): Add more room for processor specific registers.
  452. (REG_E0): Define.
  453. Thu Jun 25 10:12:03 1998 Joyce Janczyn <janczyn@cygnus.com>
  454. * dv-mn103tim.c: Include sim-assert.h
  455. * dv-mn103ser.c (do_polling_event): Check for incoming data on
  456. serial line and schedule next polling event.
  457. (read_status_reg): schedule events to check for incoming data on
  458. serial line and issue interrupt if necessary.
  459. Fri Jun 19 16:47:27 1998 Joyce Janczyn <janczyn@cygnus.com>
  460. * interp.c (sim_open): hook up serial 1 and 2 ports properly (typo).
  461. Fri Jun 19 11:59:26 1998 Joyce Janczyn <janczyn@cygnus.com>
  462. * interp.c (board): Rename am32 to stdeval1 as this is the name
  463. consistently used to refer to the mn1030002 board.
  464. Thu June 18 14:37:14 1998 Joyce Janczyn <janczyn@cygnus.com>
  465. * interp.c (sim_open): Fix typo in address of EXTMD register
  466. (0x34000280, not 0x3400280).
  467. Wed Jun 17 18:00:18 1998 Jeffrey A Law (law@cygnus.com)
  468. * simops.c (syscall): Handle change in opcode # for syscall.
  469. * mn10300.igen (syscall): Likewise.
  470. Tue June 16 09:36:21 1998 Joyce Janczyn <janczyn@cygnus.com>
  471. * dv-mn103int.c (mn103int_finish): Regular interrupts (not NMI or
  472. reset) are not enabled on reset.
  473. Sun June 14 17:04:00 1998 Joyce Janczyn <janczyn@cygnus.com>
  474. * dv-mn103iop.c (write_*_reg): Check for attempt to write r/o
  475. register bits.
  476. * dv-mn103ser.c: Fill in methods for reading and writing to serial
  477. device registers.
  478. * interp.c (sim_open): Make the serial device a polling device.
  479. Fri June 12 16:24:00 1998 Joyce Janczyn <janczyn@cygnus.com>
  480. * dv-mn103iop.c: New file for handling am32 io ports.
  481. * configure.in: Add mn103iop to hw_device list.
  482. * configure: Re-generate.
  483. * interp.c (sim_open): Create io port device.
  484. Wed June 10 14:34:00 1998 Joyce Janczyn <janczyn@cygnus.com>
  485. * dv-mn103int.c (external_group): Use enumerated types to access
  486. correct group addresses.
  487. * dv-mn103tim.c (do_counter_event): Underflow of cascaded timer
  488. triggers an interrupt on the higher-numbered timer's port.
  489. Mon June 8 13:30:00 1998 Joyce Janczyn <janczyn@cygnus.com>
  490. * interp.c: (mn10300_option_handler): New function parses arguments
  491. using sim-options.
  492. * (board): Add --board option for specifying am32.
  493. * (sim_open): Create new timer and serial devices and control
  494. configuration of other am32 devices via board option.
  495. * dv-mn103tim.c, dv-mn103ser.c: New files for timers and serial devices.
  496. * dv-mn103cpu.c: Fix typos in opening comments.
  497. * dv-mn103int.c: Adjust interrupt controller settings for am32 instead of am30.
  498. * configure.in: Add mn103tim and mn103ser to hw_device list.
  499. * configure: Re-generate.
  500. Mon May 25 20:50:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
  501. * dv-mn103int.c, dv-mn103cpu.c: Rename *_callback to *_method.
  502. * dv-mn103cpu.c, dv-mn103int.c: Include hw-main.h and
  503. sim-main.h. Declare a struct hw_descriptor instead of struct
  504. hw_device_descriptor.
  505. Mon May 25 17:33:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
  506. * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler
  507. to struct hw_event.
  508. Fri May 22 12:17:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
  509. * configure.in (SIM_AC_OPTION_HARDWARE): Add argument "yes".
  510. Wed May 6 13:29:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
  511. * interp.c (sim_open): Create a polling PAL device.
  512. Fri May 1 16:39:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
  513. * dv-mn103int.c (mn103int_port_event):
  514. (mn103int_port_event):
  515. (mn103int_io_read_buffer):
  516. (mn103int_io_write_buffer):
  517. * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Drop CPU/CIA args.
  518. (mn103cpu_port_event): Ditto.
  519. (mn103cpu_io_read_buffer): Ditto.
  520. (mn103cpu_io_write_buffer): Ditto.
  521. Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
  522. * configure: Regenerated to track ../common/aclocal.m4 changes.
  523. Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
  524. * configure: Regenerated to track ../common/aclocal.m4 changes.
  525. * config.in: Ditto.
  526. Sun Apr 26 15:19:55 1998 Tom Tromey <tromey@cygnus.com>
  527. * acconfig.h: New file.
  528. * configure.in: Reverted change of Apr 24; use sinclude again.
  529. Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
  530. * configure: Regenerated to track ../common/aclocal.m4 changes.
  531. * config.in: Ditto.
  532. Fri Apr 24 11:19:07 1998 Tom Tromey <tromey@cygnus.com>
  533. * configure.in: Don't call sinclude.
  534. Tue Apr 14 10:03:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
  535. * mn10300_sim.h: Declare all functions in op_utils.c using
  536. INLINE_SIM_MAIN.
  537. * op_utils.c: Ditto.
  538. * sim-main.c: New file. Include op_utils.c.
  539. * mn10300.igen (mov, cmp): Use new igen operators `!' and `=' to
  540. differentiate between MOV/CMP immediate/register instructions.
  541. * configure.in (SIM_AC_OPTION_INLINE): Add and enable.
  542. * configure: Regenerate.
  543. Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
  544. * configure: Regenerated to track ../common/aclocal.m4 changes.
  545. Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
  546. * interp.c (hw): Delete variable, moved to SIM_DESC.
  547. (sim_open): Delete calls to hw_tree_create, hw_tree_finish.
  548. Handled by sim-module.
  549. (sim_open): Do not anotate tree with trace properties, handled by
  550. sim-hw.c
  551. (sim_open): Call sim_hw_parse instead of hw_tree_parse.
  552. * configure: Regenerated to track ../common/aclocal.m4 changes.
  553. Thu Mar 26 20:46:18 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
  554. * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Save the entire PC
  555. on the stack when delivering interrupts (not just the lower
  556. half)...
  557. * mn10300.igen (mov (Di,Am),Dn): Fix decode. Registers were
  558. specified in the wrong order.
  559. Fri Mar 27 00:56:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
  560. * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Stop loss of
  561. succeeding interrupts, clear pending_handler when the handler
  562. isn't re-scheduled.
  563. Thu Mar 26 10:11:01 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
  564. * Makefile.in (tmp-igen): Prefix all usage of move-if-change
  565. script with $(SHELL) to make NT native builds happy.
  566. * configure: Regenerate because of change to ../common/aclocal.m4.
  567. Thu Mar 26 11:22:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
  568. * configure.in: Make --enable-sim-common the default.
  569. * configure: Re-generate.
  570. * sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction
  571. address into Sate.regs[REG_PC] instead of common struct.
  572. Wed Mar 25 17:42:00 1998 Joyce Janczyn <janczyn@cygnus.com>
  573. * mn10300.igen (cmp imm8,An): Do not sign extend imm8 value.
  574. Wed Mar 25 12:08:00 1998 Joyce Janczyn <janczyn@cygnus.com>
  575. * simops.c (OP_F0FD): Initialise variable 'sp'.
  576. Thu Mar 26 00:21:32 1998 Andrew Cagney <cagney@b1.cygnus.com>
  577. * dv-mn103int.c (decode_group): A group register every 4 bytes not
  578. 8.
  579. (write_icr): Rewrite equation updating request field.
  580. (read_iagr): Fix check that interrupt is still pending.
  581. Wed Mar 25 16:14:50 1998 Andrew Cagney <cagney@b1.cygnus.com>
  582. * interp.c (sim_open): Tidy up device creation.
  583. * dv-mn103int.c (mn103int_port_event): Drive NMI with non-zero
  584. value.
  585. (mn103int_io_read_buffer): Convert absolute address to register
  586. block offsets.
  587. (read_icr, write_icr): Convert block offset into group offset.
  588. Wed Mar 25 15:08:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
  589. * interp.c (sim_open): Create second 1mb memory region at
  590. 0x40000000.
  591. (sim_open): Create a device tree.
  592. (sim-hw.h): Include.
  593. (do_interrupt): Delete, needs to use dv-mn103cpu.c
  594. * dv-mn103int.c, dv-mn103cpu.c: New files.
  595. Wed Mar 25 08:47:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
  596. * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM):
  597. Define.
  598. (SP): Define.
  599. Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
  600. * configure: Regenerated to track ../common/aclocal.m4 changes.
  601. Wed Mar 25 10:24:48 1998 Andrew Cagney <cagney@b1.cygnus.com>
  602. * interp.c (sim-options.h): Include.
  603. (sim_kind, myname): Declare when not using common framework.
  604. * mn10300_sim.h (do_syscall, generic*): Provide prototypes for
  605. functions found in op_utils.c
  606. * mn10300.igen (add): Discard unused variables.
  607. * configure, config.in: Re-generate with autoconf 2.12.1.
  608. Tue Mar 24 15:27:00 1998 Joyce Janczyn <janczyn@cygnus.com>
  609. Add support for --enable-sim-common option.
  610. * Makefile.in (WITHOUT_COMMON_OBJS): Files included if
  611. ! --enable-sim-common
  612. (WITH_COMMON_OBJS): Files included if --enable-sim-common.
  613. (MN10300_OBJS,MN10300_INTERP_DEP): New variables.
  614. (SIM_OBJS): Rewrite.
  615. ({WITHOUT,WITH}_COMMON_RUN_OBJS,SIM_RUN_OBJS): New variables.
  616. (SIM_EXTRA_CFLAGS): New variable.
  617. (clean-extra): Clean up igen files.
  618. (../igen/igen,clean-igen,tmp-igen): New rules.
  619. * configure.in: Add support for common framework via
  620. --enable-sim-common.
  621. * configure: Regenerate.
  622. * interp.c: #include sim-main if WITH_COMMON, not mn10300_sim.h.
  623. (hash,dispatch,sim_size): Don't compile if ! WITH_COMMON.
  624. (init_system,sim_write,compare_simops): Likewise.
  625. (sim_set_profile,sim_set_profile_size): Likewise.
  626. (sim_stop,sim_resume,sim_trace,sim_info): Likewise.
  627. (sim_set_callbacks,sim_stop_reason,sim_read,sim_load): Likewise.
  628. (enum interrupt_type): New enum.
  629. (interrupt_names): New global.
  630. (do_interrupt): New function.
  631. (sim_open): Define differently if WITH_COMMON.
  632. (sim_close,sim_create_inferior,sim_do_command): Likewise.
  633. * mn10300_sim.h ({load,store}_{byte,half,word}): Define versions
  634. for WITH_COMMON.
  635. * mn10300.igen: New file.
  636. * mn10300.dc: New file.
  637. * op_utils.c: New file.
  638. * sim-main.h: New file.
  639. Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
  640. * configure: Regenerated to track ../common/aclocal.m4 changes.
  641. Fri Feb 27 18:36:04 1998 Jeffrey A Law (law@cygnus.com)
  642. * simops.c (inc): Fix typo.
  643. Wed Feb 25 01:59:29 1998 Jeffrey A Law (law@cygnus.com)
  644. * simops.c (signed multiply instructions): Cast input operands to
  645. signed32 before casting them to signed64 so that the sign bit
  646. is propagated properly.
  647. Mon Feb 23 20:23:19 1998 Mark Alexander <marka@cygnus.com>
  648. * Makefile.in: Last change was bad. Define NL_TARGET
  649. so that targ-vals.h will be used instead of syscall.h.
  650. * simops.c: Use targ-vals.h instead of syscall.h.
  651. (OP_F020): Disable unsupported system calls.
  652. Mon Feb 23 09:44:38 1998 Mark Alexander <marka@cygnus.com>
  653. * Makefile.in: Get header files from libgloss/mn10300/sys.
  654. Sun Feb 22 16:02:24 1998 Jeffrey A Law (law@cygnus.com)
  655. * simops.c: Include sim-types.h.
  656. Wed Feb 18 13:07:08 1998 Jeffrey A Law (law@cygnus.com)
  657. * simops.c (multiply instructions): Cast input operands to a
  658. signed64/unsigned64 type as appropriate.
  659. Tue Feb 17 12:47:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
  660. * interp.c (sim_store_register, sim_fetch_register): Pass in
  661. length parameter. Return -1.
  662. Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
  663. * configure: Regenerated to track ../common/aclocal.m4 changes.
  664. Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
  665. * configure: Regenerated to track ../common/aclocal.m4 changes.
  666. Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
  667. * configure: Regenerated to track ../common/aclocal.m4 changes.
  668. Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
  669. * configure: Regenerated to track ../common/aclocal.m4 changes.
  670. * config.in: Ditto.
  671. Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
  672. * configure: Regenerated to track ../common/aclocal.m4 changes.
  673. Tue Nov 11 10:38:52 1997 Jeffrey A Law (law@cygnus.com)
  674. * simops.c (call:16 call:32): Stack adjustment is determined solely
  675. by the imm8 field.
  676. Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
  677. * interp.c (sim_load): Pass lma_p and sim_write args to
  678. sim_load_file.
  679. Tue Oct 21 10:12:03 1997 Jeffrey A Law (law@cygnus.com)
  680. * simops.c: Correctly handle register restores for "ret" and "retf"
  681. instructions.
  682. Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
  683. * configure: Regenerated to track ../common/aclocal.m4 changes.
  684. Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
  685. * configure: Regenerated to track ../common/aclocal.m4 changes.
  686. Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
  687. * configure: Regenerated to track ../common/aclocal.m4 changes.
  688. Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
  689. * configure: Regenerated to track ../common/aclocal.m4 changes.
  690. Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
  691. * configure: Regenerated to track ../common/aclocal.m4 changes.
  692. Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
  693. * configure: Regenerated to track ../common/aclocal.m4 changes.
  694. Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
  695. * configure: Regenerated to track ../common/aclocal.m4 changes.
  696. Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
  697. * configure: Regenerated to track ../common/aclocal.m4 changes.
  698. * config.in: Ditto.
  699. Tue Aug 26 10:41:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
  700. * interp.c (sim_kill): Delete.
  701. (sim_create_inferior): Add ABFD argument.
  702. (sim_load): Move setting of PC from here.
  703. (sim_create_inferior): To here.
  704. Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
  705. * configure: Regenerated to track ../common/aclocal.m4 changes.
  706. * config.in: Ditto.
  707. Mon Aug 25 16:14:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
  708. * interp.c (sim_open): Add ABFD argument.
  709. Tue Jun 24 13:46:20 1997 Jeffrey A Law (law@cygnus.com)
  710. * interp.c (sim_resume): Clear State.exited.
  711. (sim_stop_reason): If State.exited is nonzero, then indicate that
  712. the simulator exited instead of stopped.
  713. * mn10300_sim.h (struct _state): Add exited field.
  714. * simops.c (syscall): Set State.exited for SYS_exit.
  715. Wed Jun 11 22:07:56 1997 Jeffrey A Law (law@cygnus.com)
  716. * simops.c: Fix thinko in last change.
  717. Tue Jun 10 12:31:32 1997 Jeffrey A Law (law@cygnus.com)
  718. * simops.c: "call" stores the callee saved registers into the
  719. stack! Update the stack pointer properly when done with
  720. register saves.
  721. * simops.c: Fix return address computation for "call" instructions.
  722. Thu May 22 01:43:11 1997 Jeffrey A Law (law@cygnus.com)
  723. * interp.c (sim_open): Fix typo.
  724. Wed May 21 23:27:58 1997 Jeffrey A Law (law@cygnus.com)
  725. * interp.c (sim_resume): Add missing case in big switch
  726. statement (for extb instruction).
  727. Tue May 20 17:51:30 1997 Jeffrey A Law (law@cygnus.com)
  728. * interp.c: Replace all references to load_mem and store_mem
  729. with references to load_byte, load_half, load_3_byte, load_word
  730. and store_byte, store_half, store_3_byte, store_word.
  731. (INLINE): Delete definition.
  732. (load_mem_big): Likewise.
  733. (max_mem): Make it global.
  734. (dispatch): Make this function inline.
  735. (load_mem, store_mem): Delete functions.
  736. * mn10300_sim.h (INLINE): Define.
  737. (RLW): Delete unused definition.
  738. (load_mem, store_mem): Delete declarations.
  739. (load_mem_big): New definition.
  740. (load_byte, load_half, load_3_byte, load_word): New functions.
  741. (store_byte, store_half, store_3_byte, store_word): New functions.
  742. * simops.c: Replace all references to load_mem and store_mem
  743. with references to load_byte, load_half, load_3_byte, load_word
  744. and store_byte, store_half, store_3_byte, store_word.
  745. Tue May 20 10:21:51 1997 Andrew Cagney <cagney@b1.cygnus.com>
  746. * interp.c (sim_open): Add callback to arguments.
  747. (sim_set_callbacks): Delete SIM_DESC argument.
  748. Mon May 19 13:54:22 1997 Jeffrey A Law (law@cygnus.com)
  749. * interp.c (dispatch): Make this an inline function.
  750. * simops.c (syscall): Use callback->write regardless of
  751. what file descriptor we're writing too.
  752. Sun May 18 16:46:31 1997 Jeffrey A Law (law@cygnus.com)
  753. * interp.c (load_mem_big): Remove function. It's now a macro
  754. defined elsewhere.
  755. (compare_simops): New function.
  756. (sim_open): Sort the Simops table before inserting entries
  757. into the hash table.
  758. * mn10300_sim.h: Remove unused #defines.
  759. (load_mem_big): Define.
  760. Fri May 16 16:36:17 1997 Jeffrey A Law (law@cygnus.com)
  761. * interp.c (load_mem): If we get a load from an out of range
  762. address, abort.
  763. (store_mem): Likewise for stores.
  764. (max_mem): New variable.
  765. Tue May 6 13:24:36 1997 Jeffrey A Law (law@cygnus.com)
  766. * mn10300_sim.h: Fix ordering of bits in the PSW.
  767. * interp.c: Improve hashing routine to avoid long list
  768. traversals for common instructions. Add HASH_STAT support.
  769. Rewrite opcode dispatch code using a big switch instead of
  770. cascaded if/else statements. Avoid useless calls to load_mem.
  771. Mon May 5 18:07:48 1997 Jeffrey A Law (law@cygnus.com)
  772. * mn10300_sim.h (struct _state): Add space for mdrq register.
  773. (REG_MDRQ): Define.
  774. * simops.c: Don't abort for trap. Add support for the extended
  775. instructions, "getx", "putx", "mulq", "mulqu", "sat16", "sat24",
  776. and "bsch".
  777. Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
  778. * configure: Regenerated to track ../common/aclocal.m4 changes.
  779. Fri Apr 18 14:04:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
  780. * interp.c (sim_stop): Add stub function.
  781. Thu Apr 17 03:26:59 1997 Doug Evans <dje@canuck.cygnus.com>
  782. * Makefile.in (SIM_OBJS): Add sim-load.o.
  783. * interp.c (sim_kind, myname): New static locals.
  784. (sim_open): Set sim_kind, myname. Ignore -E arg.
  785. (sim_load): Return SIM_RC. New arg abfd. Call sim_load_file to
  786. load file into simulator. Set start address from bfd.
  787. (sim_create_inferior): Return SIM_RC. Delete arg start_address.
  788. Wed Apr 16 19:30:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
  789. * simops.c (OP_F020): SYS_execv, SYS_time, SYS_times, SYS_utime
  790. only include if implemented by host.
  791. (OP_F020): Typecast arg passed to time function;
  792. Mon Apr 7 23:57:49 1997 Jeffrey A Law (law@cygnus.com)
  793. * simops.c (syscall): Handle new mn10300 calling conventions.
  794. Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
  795. * configure: Regenerated to track ../common/aclocal.m4 changes.
  796. * config.in: Ditto.
  797. Fri Apr 4 20:02:37 1997 Ian Lance Taylor <ian@cygnus.com>
  798. * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to match
  799. corresponding change in opcodes directory.
  800. Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
  801. * interp.c (sim_open): New arg `kind'.
  802. * configure: Regenerated to track ../common/aclocal.m4 changes.
  803. Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
  804. * configure: Regenerated to track ../common/aclocal.m4 changes.
  805. Thu Mar 20 11:58:02 1997 Jeffrey A Law (law@cygnus.com)
  806. * simops.c: Fix register extraction for a two "movbu" variants.
  807. Somewhat simplify "sub" instructions.
  808. Correctly sign extend operands for "mul". Put the correct
  809. half of the result in MDR for "mul" and "mulu".
  810. Implement remaining instructions.
  811. Tweak opcode for "syscall".
  812. Tue Mar 18 14:21:21 1997 Jeffrey A Law (law@cygnus.com)
  813. * simops.c: Do syscall emulation in "syscall" instruction. Add
  814. dummy "trap" instruction.
  815. Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
  816. * configure: Regenerated to track ../common/aclocal.m4 changes.
  817. Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
  818. * configure: Re-generate.
  819. Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
  820. * configure: Regenerate to track ../common/aclocal.m4 changes.
  821. Thu Mar 13 12:54:45 1997 Doug Evans <dje@canuck.cygnus.com>
  822. * interp.c (sim_open): New SIM_DESC result. Argument is now
  823. in argv form.
  824. (other sim_*): New SIM_DESC argument.
  825. Wed Mar 12 15:04:00 1997 Jeffrey A Law (law@cygnus.com)
  826. * simops.c: Fix carry bit computation for "add" instructions.
  827. * simops.c: Fix typos in bset insns. Fix arguments to store_mem
  828. for bset imm8,(d8,an) and bclr imm8,(d8,an).
  829. Wed Mar 5 15:00:10 1997 Jeffrey A Law (law@cygnus.com)
  830. * simops.c: Fix register references when computing Z and N bits
  831. for lsr imm8,dn.
  832. Tue Feb 4 13:33:30 1997 Doug Evans <dje@canuck.cygnus.com>
  833. * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
  834. COMMON_{PRE,POST}_CONFIG_FRAG instead.
  835. * configure.in: sinclude ../common/aclocal.m4.
  836. * configure: Regenerated.
  837. Fri Jan 24 10:47:25 1997 Jeffrey A Law (law@cygnus.com)
  838. * interp.c (init_system): Allocate 2^19 bytes of space for the
  839. simulator.
  840. Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
  841. * configure configure.in Makefile.in: Update to new configure
  842. scheme which is more compatible with WinGDB builds.
  843. * configure.in: Improve comment on how to run autoconf.
  844. * configure: Re-run autoconf to get new ../common/aclocal.m4.
  845. * Makefile.in: Use autoconf substitution to install common
  846. makefile fragment.
  847. Tue Jan 21 15:03:04 1997 Jeffrey A Law (law@cygnus.com)
  848. * simops.c: Undo last change to "rol" and "ror", original code
  849. was correct!
  850. Thu Jan 16 11:28:14 1997 Jeffrey A Law (law@cygnus.com)
  851. * simops.c: Fix "rol" and "ror".
  852. Wed Jan 15 06:45:58 1997 Jeffrey A Law (law@cygnus.com)
  853. * simops.c: Fix typo in last change.
  854. Mon Jan 13 13:22:35 1997 Jeffrey A Law (law@cygnus.com)
  855. * simops.c: Use REG macros in few places not using them yet.
  856. Mon Jan 6 16:21:19 1997 Jeffrey A Law (law@cygnus.com)
  857. * mn10300_sim.h (struct _state): Fix number of registers!
  858. Tue Dec 31 16:20:41 1996 Jeffrey A Law (law@cygnus.com)
  859. * mn10300_sim.h (struct _state): Put all registers into a single
  860. array to make gdb implementation easier.
  861. (REG_*): Add definitions for all registers in the state array.
  862. (SEXT32, SEXT40, SEXT44, SEXT60): Remove unused macros.
  863. * simops.c: Related changes.
  864. Wed Dec 18 10:10:45 1996 Jeffrey A Law (law@cygnus.com)
  865. * interp.c (sim_resume): Handle 0xff as a single byte insn.
  866. * simops.c: Fix overflow computation for "add" and "inc"
  867. instructions.
  868. Mon Dec 16 10:03:52 1996 Jeffrey A Law (law@cygnus.com)
  869. * simops.c: Handle "break" instruction.
  870. * simops.c: Fix restoring the PC for "ret" and "retf" instructions.
  871. Wed Dec 11 09:53:10 1996 Jeffrey A Law (law@cygnus.com)
  872. * gencode.c (write_opcodes): Also write out the format of the
  873. opcode.
  874. * mn10300_sim.h (simops): Add "format" field.
  875. * interp.c (sim_resume): Deal with endianness issues here.
  876. Tue Dec 10 15:05:37 1996 Jeffrey A Law (law@cygnus.com)
  877. * simops.c (REG0_4): Define.
  878. Use REG0_4 for indexed loads/stores.
  879. Sat Dec 7 09:50:28 1996 Jeffrey A Law (law@cygnus.com)
  880. * simops.c (REG0_16): Fix typo.
  881. Fri Dec 6 14:13:34 1996 Jeffrey A Law (law@cygnus.com)
  882. * simops.c: Call abort for any instruction that's not currently
  883. simulated.
  884. * simops.c: Define accessor macros to extract register
  885. values from instructions. Use them consistently.
  886. * interp.c: Delete unused global variable "OP".
  887. (sim_resume): Remove unused variable "opcode".
  888. * simops.c: Fix some uninitialized variable problems, add
  889. parens to fix various -Wall warnings.
  890. * gencode.c (write_header): Add "insn" and "extension" arguments
  891. to the OP_* declarations.
  892. (write_template): Similarly for function templates.
  893. * interp.c (insn, extension): Remove global variables. Instead
  894. pass them as arguments to the OP_* functions.
  895. * mn10300_sim.h: Remove decls for "insn" and "extension".
  896. * simops.c (OP_*): Accept "insn" and "extension" as arguments
  897. instead of using globals.
  898. Thu Dec 5 22:26:31 1996 Jeffrey A Law (law@cygnus.com)
  899. * simops.c: Fix typos in "mov am,(d16,an)" and "mov am,(d32,an)"
  900. * simops.c: Fix thinkos in last change to "inc dn".
  901. Wed Dec 4 10:57:53 1996 Jeffrey A Law (law@cygnus.com)
  902. * simops.c: "add imm,sp" does not effect the condition codes.
  903. "inc dn" does effect the condition codes.
  904. Tue Dec 3 17:37:45 1996 Jeffrey A Law (law@cygnus.com)
  905. * simops.c: Treat both operands as signed values for
  906. "div" instruction.
  907. * simops.c: Fix simulation of division instructions.
  908. Fix typos/thinkos in several "cmp" and "sub" instructions.
  909. Mon Dec 2 12:31:40 1996 Jeffrey A Law (law@cygnus.com)
  910. * simops.c: Fix carry bit handling in "sub" and "cmp"
  911. instructions.
  912. * simops.c: Fix "mov imm8,an" and "mov imm16,dn".
  913. Sun Dec 1 16:05:42 1996 Jeffrey A Law (law@cygnus.com)
  914. * simops.c: Fix overflow computation for many instructions.
  915. * simops.c: Fix "mov dm, an", "movbu dm, (an)", and "movhu dm, (an)".
  916. * simops.c: Fix "mov am, dn".
  917. * simops.c: Fix more bugs in "add imm,an" and
  918. "add imm,dn".
  919. Wed Nov 27 09:20:42 1996 Jeffrey A Law (law@cygnus.com)
  920. * simops.c: Fix bugs in "movm" and "add imm,an".
  921. * simops.c: Don't lose the upper 24 bits of the return
  922. pointer in "call" and "calls" instructions. Rough cut
  923. at emulated system calls.
  924. * simops.c: Implement the remaining 5, 6 and 7 byte instructions.
  925. * simops.c: Implement remaining 4 byte instructions.
  926. * simops.c: Implement remaining 3 byte instructions.
  927. * simops.c: Implement remaining 2 byte instructions. Call
  928. abort for instructions we're not implementing now.
  929. Tue Nov 26 15:43:41 1996 Jeffrey A Law (law@cygnus.com)
  930. * simops.c: Implement lots of random instructions.
  931. * simops.c: Implement "movm" and "bCC" insns.
  932. * mn10300_sim.h (_state): Add another register (MDR).
  933. (REG_MDR): Define.
  934. * simops.c: Implement "cmp", "calls", "rets", "jmp" and
  935. a few additional random insns.
  936. * mn10300_sim.h (PSW_*): Define for CC status tracking.
  937. (REG_D0, REG_A0, REG_SP): Define.
  938. * simops.c: Implement "add", "addc" and a few other random
  939. instructions.
  940. * gencode.c, interp.c: Snapshot current simulator code.
  941. Mon Nov 25 12:46:38 1996 Jeffrey A Law (law@cygnus.com)
  942. * Makefile.in, config.in, configure, configure.in: New files.
  943. * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.