ChangeLog-2021 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. 2021-06-14 Mike Frysinger <vapier@gentoo.org>
  2. * common/local.mk (%D%/bits32m0.c, %D%/bits32m31.c, %D%/bits64m0.c,
  3. %D%/bits64m63.c): Use AM_V_GEN & AM_V_at wrappers.
  4. 2021-05-07 Dimitar Dimitrov <dimitar@dinux.eu>
  5. * local.mk (%C%_CPPFLAGS): Add ../bfd include path.
  6. 2021-04-08 Mike Frysinger <vapier@gentoo.org>
  7. * lib/sim-defs.exp (run_sim_test): Set status to unsupported if
  8. $return_code is 77.
  9. 2021-04-08 Mike Frysinger <vapier@gentoo.org>
  10. * lib/sim-defs.exp (run_sim_test): Return if sim_tool_path does not
  11. exist.
  12. 2021-04-08 Mike Frysinger <vapier@gentoo.org>
  13. * lib/sim-defs.exp (sim_tool_path): New function.
  14. (sim_run): Set sim to [sim_tool_path].
  15. 2021-04-03 Mike Frysinger <vapier@gentoo.org>
  16. * lib/sim-defs.exp (run_sim_test): Convert examples to binaries.
  17. 2021-04-03 Mike Frysinger <vapier@gentoo.org>
  18. * local.mk: Include %D%/common/local.mk.
  19. * common/Makefile.in: Removed.
  20. * common/local.mk: New file.
  21. 2021-03-07 Mike Frysinger <vapier@gentoo.org>
  22. * Makefile.in: Removed.
  23. * lib/sim-defs.exp (sim): Update default path.
  24. * local.mk: New file based on Makefile.in.
  25. 2021-02-13 Mike Frysinger <vapier@gentoo.org>
  26. * Makefile.in (arch): Delete.
  27. (site.exp): Do not output $arch.
  28. 2021-02-04 Mike Frysinger <vapier@gentoo.org>
  29. * riscv/: New directory.
  30. 2021-01-15 Mike Frysinger <vapier@gentoo.org>
  31. * Makefile.in (site.exp): Delete tool setting.
  32. * sim/*/: Move subdirs up a directory.
  33. 2021-01-15 Mike Frysinger <vapier@gentoo.org>
  34. * configure, configure.ac: Delete.
  35. * Makefile.in (Makefile, config.status): Switch to ../config.status.
  36. 2021-01-15 Mike Frysinger <vapier@gentoo.org>
  37. * configure.ac (target): Delete d10v-*-elf case.
  38. * configure: Regenerate.
  39. * d10v-elf/: Move directory ...
  40. * sim/d10v/: ... here.
  41. 2021-01-15 Mike Frysinger <vapier@gentoo.org>
  42. * configure.ac (target): Delete mips64el-*-elf case.
  43. * configure: Regenerate.
  44. * mips64el-elf/: Delete directory.
  45. 2021-01-15 Mike Frysinger <vapier@gentoo.org>
  46. * configure.ac (target): Delete frv-*-elf case.
  47. * configure: Regenerate.
  48. * frv-elf/: Delete directory.
  49. 2021-01-15 Mike Frysinger <vapier@gentoo.org>
  50. * configure.ac (target): Delete m32r-*-elf case.
  51. * configure: Regenerate.
  52. * m32r-elf/: Delete directory.
  53. 2021-01-15 Mike Frysinger <vapier@gentoo.org>
  54. * lib/sim-defs.exp (sim_run): Delete status and return return_code.
  55. (run_sim_test): Define status option. Change sim_run return to
  56. return_code. Define status. Log return_code.
  57. 2021-01-11 Mike Frysinger <vapier@gentoo.org>
  58. * common/alu-tst.c: Include stdlib.h.
  59. (PACKAGE): Define.
  60. (print_hex): Change printf to use %llx.
  61. * common/bits-gen.c: Include stdlib.h, string.h, and unistd.h.
  62. (gen_struct): Change long long to unsigned64.
  63. (gen_bit): Change bit cast to bit mask. Change printf to use %llx.
  64. (gen_mask): Likewise.
  65. (usage): Delete default case.
  66. (main): Change WITH_HOST_WORD_BITSIZE printf from %d to %zu. Emit
  67. PACKAGE define and stdlib.h & string.h includes.
  68. * common/bits-tst.c (calc): Change printf to use %llx.
  69. (check_sext, check_rot, check_extract, check_bits): Likewise.
  70. 2021-01-09 Mike Frysinger <vapier@gentoo.org>
  71. * configure: Regenerate.
  72. * sim/sh64/: Delete.
  73. 2021-01-05 Mike Frysinger <vapier@gentoo.org>
  74. * sim/fr30/: Delete.
  75. 2021-01-05 Mike Frysinger <vapier@gentoo.org>
  76. * common/Make-common.in: Delete.
  77. 2021-01-04 Mike Frysinger <vapier@gentoo.org>
  78. * configure: Regenerate.
  79. 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
  80. * configure: Regnerate.
  81. * configure.ac (AC_CONFIG_AUX_DIR): Update.
  82. 2020-08-04 David Faust <david.faust@oracle.com>
  83. Jose E. Marchesi <jose.marchesi@oracle.com>
  84. * configure: Regenerate.
  85. * sim/bpf: New directory.
  86. 2020-07-29 Simon Marchi <simon.marchi@efficios.com>
  87. * configure: Re-generate.
  88. 2019-12-19 Tom Tromey <tromey@adacore.com>
  89. PR build/24572:
  90. * Makefile.in (install-strip): New target.
  91. 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
  92. * configure: Regenerate.
  93. 2017-12-12 Stafford Horne <shorne@gmail.com>
  94. Peter Gavin <pgavin@gmail.com>
  95. * configure: Regenerated.
  96. 2016-01-10 Mike Frysinger <vapier@gentoo.org>
  97. * configure: Regenerate.
  98. 2016-01-02 Mike Frysinger <vapier@gentoo.org>
  99. * common/bits-gen.c (main): Change BIG_ENDIAN to BFD_ENDIAN_BIG and
  100. LITTLE_ENDIAN and BFD_ENDIAN_LITTLE.
  101. 2015-11-24 Nick Clifton <nickc@redhat.com>
  102. * configure: Regenerate.
  103. * sim/aarch64: New directory.
  104. 2015-11-14 Mike Frysinger <vapier@gentoo.org>
  105. * lib/sim-defs.exp (slurp_options): Pull in global subdir/srcdir.
  106. Replace $srcdir and $subdir in the read option.
  107. 2015-04-13 Hans-Peter Nilsson <hp@axis.com>
  108. * lib/sim-defs.exp (sim_init): Unset target ldscript here.
  109. 2015-03-30 Mike Frysinger <vapier@gentoo.org>
  110. * configure.ac: Add d10v-*-elf.
  111. * configure: Regenerate.
  112. 2015-03-29 Mike Frysinger <vapier@gentoo.org>
  113. * lib/sim-defs.exp (run_sim_test): Declare seen_output as 0. When
  114. the test has an output keyword, set it to 1. Set default output only
  115. when seen_output is 0.
  116. 2015-03-29 Mike Frysinger <vapier@gentoo.org>
  117. * configure: Regenerate.
  118. 2015-03-28 Mike Frysinger <vapier@gentoo.org>
  119. * configure: Regenerate.
  120. 2015-03-28 James Bowman <james.bowman@ftdichip.com>
  121. * configure: Regenerate.
  122. 2014-03-10 Mike Frysinger <vapier@gentoo.org>
  123. * configure: Regenerate.
  124. 2014-03-04 Mike Frysinger <vapier@gentoo.org>
  125. * common/bits-gen.c (main): Change to new style prototype.
  126. 2013-09-23 Alan Modra <amodra@gmail.com>
  127. * configure: Regenerate.
  128. 2012-06-15 Joel Brobecker <brobecker@adacore.com>
  129. * configure: Regenerate.
  130. 2012-03-24 Mike Frysinger <vapier@gentoo.org>
  131. * configure: Regenerate.
  132. 2012-03-18 Mike Frysinger <vapier@gentoo.org>
  133. * .gitignore: New file.
  134. 2011-10-17 Mike Frysinger <vapier@gentoo.org>
  135. * configure: Regenerate after bfin testsuite update.
  136. 2011-05-16 Mike Frysinger <vapier@gentoo.org>
  137. * lib/sim-defs.exp: Support cc tag in test files.
  138. (run_sim_test): Support global_cc_options in boards files. Convert
  139. assembler options into compiler options (c_as_options) with -Wa.
  140. Convert linker options into compiler options (c_ld_options) with -Wl.
  141. Compile .c and .S files into .x programs.
  142. 2011-05-04 Joseph Myers <joseph@codesourcery.com>
  143. * configure: Regenerate.
  144. 2010-04-26 Mike Frysinger <vapier@gentoo.org>
  145. * Makefile.in (arch): Set to @sim_arch@.
  146. * configure.ac: Delete arch logic and include ../configure.tgt.
  147. * configure: Regenerated.
  148. * lib/sim-defs.exp (sim_run): Default sim to ../arch/run.
  149. 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  150. * configure: Regenerate.
  151. 2009-01-18 Hans-Peter Nilsson <hp@axis.com>
  152. * lib/sim-defs.exp (run_sim_test): New option progopts.
  153. 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
  154. * configure: Regenerated to track ../common/aclocal.m4 changes.
  155. 2005-01-07 Andrew Cagney <cagney@gnu.org>
  156. * configure.ac: Rename configure.in, require autoconf 2.59.
  157. * configure: Re-generate.
  158. * configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS.
  159. * configure: Re-generate.
  160. * fr30-elf, d30v-elf: Delete directory.
  161. 2004-11-16 Hans-Peter Nilsson <hp@axis.com>
  162. * lib/sim-defs.exp (run_sim_test): Make multiple "output"
  163. specifications concatenate, not override.
  164. Support "xfail" and "kfail".
  165. 2004-10-26 Nick Clifton <nickc@redhat.com>
  166. * lib/sim-defs.exp (sim_run): Add support for the "rawsid"
  167. protocol.
  168. 2004-09-13 DJ Delorie <dj@redhat.com>
  169. * lib/sim-defs.exp (run_sim_test): Add global_as_options,
  170. global_ld_options, and global_sim_options to all test cases, if
  171. defined.
  172. 2004-05-12 Ben Elliston <bje@au.ibm.com>
  173. * lib/sim-defs.exp: Remove stray semicolons.
  174. 2004-01-26 Chris Demetriou <cgd@broadcom.com>
  175. * sim/mips: New directory. Tests for the MIPS simulator.
  176. 2004-01-23 Ben Elliston <bje@wasabisystems.com>
  177. * lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a
  178. test passes.
  179. 2003-08-20 Michael Snyder <msnyder@redhat.com>
  180. On behalf of Dave Brolley
  181. * sim/frv: New testsuite.
  182. * frv-elf: New testsuite.
  183. 2003-07-09 Michael Snyder <msnyder@redhat.com>
  184. * sim/sh: New directory. Tests for Renesas sh family.
  185. 2003-04-13 Michael Snyder <msnyder@redhat.com>
  186. * sim/h8300: New directory. Tests for Renesas h8/300 family.
  187. 2002-06-16 Andrew Cagney <ac131313@redhat.com>
  188. * configure: Regenerated to track ../common/aclocal.m4 changes.
  189. 2001-07-31 Ben Elliston <bje@redhat.com>
  190. * lib/sim-defs.exp (run_sim_test): Include a description such as
  191. "assembling" or "linking" that identifies the phase a test fails
  192. in, for easier analysis of failures.
  193. 2000-11-01 Dave Brolley <brolley@cygnus.com>
  194. * lib/sim-defs.exp (run_sm_test): Correct comment. "output" and
  195. "xerror" options do not use a list of machines. Clear options from
  196. previous test case. Use "$cpu_option" to identify the machine to the
  197. assembler, if specified.
  198. Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
  199. * configure: Regenerated to track ../common/aclocal.m4 changes.
  200. 1999-09-15 Doug Evans <devans@casey.cygnus.com>
  201. * sim/arm/b.cgs: New testcase.
  202. * sim/arm/bic.cgs: New testcase.
  203. * sim/arm/bl.cgs: New testcase.
  204. Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
  205. * configure: Regenerated to track ../common/aclocal.m4 changes.
  206. 1999-08-30 Doug Evans <devans@casey.cygnus.com>
  207. * lib/sim-defs.exp (run_sim_test): Rename all_machs arg to
  208. requested_machs, now is list of machs to run tests for.
  209. Delete locals AS,ASFLAGS,LD,LDFLAGS. Use target_assemble
  210. and target_link instead.
  211. Fri Feb 5 12:41:11 1999 Doug Evans <devans@canuck.cygnus.com>
  212. * lib/sim-defs.exp (sim_run): Print simulator arguments log message.
  213. 1999-01-05 Doug Evans <devans@casey.cygnus.com>
  214. * lib/sim-defs.exp (run_sim_test): New arg all_machs.
  215. 1998-12-14 Doug Evans <devans@casey.cygnus.com>
  216. * lib/sim-defs.exp (run_sim_test): New option xerror, for expected
  217. errors. Translate \n sequences in expected output to newline char.
  218. (slurp_options): Make parentheses optional.
  219. (sim_run): Look for board_info sim,options.
  220. Wed Nov 18 10:50:19 1998 Andrew Cagney <cagney@b1.cygnus.com>
  221. * common/bits-gen.c (main): Add BYTE_ORDER so that it matches
  222. recent sim/common/sim-basics.h changes.
  223. * common/Makefile.in: Update.
  224. Fri Oct 30 00:37:31 1998 Felix Lee <flee@cygnus.com>
  225. * lib/sim-defs.exp (sim_run): download target program to remote
  226. host, if necessary. for unix-driven win32 testing.
  227. Fri Jul 31 17:49:13 1998 Felix Lee <flee@cygnus.com>
  228. * lib/sim-defs.exp (sim_run): remote_spawn, use writeto instead of
  229. writeonly.
  230. Fri Jul 24 09:40:34 1998 Doug Evans <devans@canuck.cygnus.com>
  231. * Makefile.in (clean,mostlyclean): Change leading spaces to a tab.
  232. Tue Jun 16 15:44:01 1998 Jillian Ye <jillian@cygnus.com>
  233. * lib/sim-defs.exp: Print out timeout setting info when "-v" is used.
  234. Thu Jun 11 15:24:53 1998 Doug Evans <devans@canuck.cygnus.com>
  235. * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options,
  236. which is now a list of options controlling the behaviour of sim_run.
  237. Mon Jun 1 18:54:22 1998 Frank Ch. Eigler <fche@cygnus.com>
  238. * lib/sim-defs.exp (sim_run): Add possible environment variable
  239. list to simulator run.
  240. Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
  241. * Makefile.in: Take RUNTEST out of FLAG_TO_PASS
  242. so that make check can be invoked recursively.
  243. Thu May 14 11:48:35 1998 Doug Evans <devans@canuck.cygnus.com>
  244. * config/default.exp (CC,SIM): Delete.
  245. * lib/sim-defs.exp (sim_run): Fix handling of output redirection.
  246. New arg prog_opts. All callers updated.
  247. Fri May 8 18:10:28 1998 Jillian Ye <jillian@cygnus.com>
  248. * Makefile.in: Made "check" the target of two
  249. dependencies (test1, test2) so that test2 get a chance to
  250. run even when test1 failed if "make -k check" is used.
  251. Fri May 8 14:41:28 1998 Doug Evans <devans@canuck.cygnus.com>
  252. * lib/sim-defs.exp (sim_version): Simplify.
  253. (sim_run): Implement.
  254. (run_sim_test): Use sim_run.
  255. (sim_compile): New proc.
  256. Mon May 4 17:59:11 1998 Frank Ch. Eigler <fche@cygnus.com>
  257. * config/default.exp: Added C compiler settings.
  258. Wed Apr 22 12:26:28 1998 Doug Evans <devans@canuck.cygnus.com>
  259. * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS.
  260. Tue Apr 21 10:49:03 1998 Doug Evans <devans@canuck.cygnus.com>
  261. * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails,
  262. try all machs.
  263. Wed Feb 25 11:01:17 1998 Doug Evans <devans@canuck.cygnus.com>
  264. * Makefile.in (RUNTEST): Fix path to runtest.
  265. Tue Feb 17 12:46:05 1998 Doug Evans <devans@seba.cygnus.com>
  266. * config/default.exp: New file.
  267. * lib/sim-defs.exp: New file.
  268. * Makefile.in (build_alias): Define.
  269. (arch): Define.
  270. (RUNTEST_FOR_TARGET): Delete.
  271. (RUNTEST): Fix.
  272. (check): Depend on site.exp. Run dejagnu.
  273. (site.exp): New target.
  274. * configure.in (arch): Define from target_cpu.
  275. * configure: Regenerate.
  276. Wed Sep 17 10:21:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
  277. * common/bits-gen.c (gen_bit): Pass in the full name of the macro.
  278. (gen_mask): Ditto.
  279. * common/bits-tst.c (main): Add tests for LSSEXT, MSSEXT.
  280. (calc): Add support for 8 bit version of macros.
  281. (main): Add tests for 8 bit versions of macros.
  282. (check_sext): Check SEXT of zero clears bits.
  283. * common/bits-gen.c (main): Generate tests for 8 bit versions of
  284. macros.
  285. Thu Sep 11 13:04:40 1997 Andrew Cagney <cagney@b1.cygnus.com>
  286. * common/Make-common.in: New file, provide generic rules for
  287. running checks.
  288. Mon Sep 1 16:43:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
  289. * configure.in (configdirs): Test for the target directory instead
  290. of matching on a target.