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