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