URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/or1ksim/testsuite
- from Rev 460 to Rev 486
- ↔ Reverse comparison
Rev 460 → Rev 486
/test-code-or1k/configure
1,6 → 1,6
#! /bin/sh |
# Guess values for system-dependent variables and create Makefiles. |
# Generated by GNU Autoconf 2.65 for or1ksim-testsuite 2011-01-05. |
# Generated by GNU Autoconf 2.65 for or1ksim-testsuite 2011-01-27. |
# |
# Report bugs to <openrisc@opencores.org>. |
# |
701,8 → 701,8
# Identity of this package. |
PACKAGE_NAME='or1ksim-testsuite' |
PACKAGE_TARNAME='or1ksim-testsuite' |
PACKAGE_VERSION='2011-01-05' |
PACKAGE_STRING='or1ksim-testsuite 2011-01-05' |
PACKAGE_VERSION='2011-01-27' |
PACKAGE_STRING='or1ksim-testsuite 2011-01-27' |
PACKAGE_BUGREPORT='openrisc@opencores.org' |
PACKAGE_URL='' |
|
1424,7 → 1424,7
# Omit some internal or obsolete options to make the list less imposing. |
# This message is too long to be a string in the A/UX 3.1 sh. |
cat <<_ACEOF |
\`configure' configures or1ksim-testsuite 2011-01-05 to adapt to many kinds of systems. |
\`configure' configures or1ksim-testsuite 2011-01-27 to adapt to many kinds of systems. |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
|
1495,7 → 1495,7
|
if test -n "$ac_init_help"; then |
case $ac_init_help in |
short | recursive ) echo "Configuration of or1ksim-testsuite 2011-01-05:";; |
short | recursive ) echo "Configuration of or1ksim-testsuite 2011-01-27:";; |
esac |
cat <<\_ACEOF |
|
1600,7 → 1600,7
test -n "$ac_init_help" && exit $ac_status |
if $ac_init_version; then |
cat <<\_ACEOF |
or1ksim-testsuite configure 2011-01-05 |
or1ksim-testsuite configure 2011-01-27 |
generated by GNU Autoconf 2.65 |
|
Copyright (C) 2009 Free Software Foundation, Inc. |
2025,7 → 2025,7
This file contains any messages produced by compilers while |
running configure, to aid debugging if configure makes a mistake. |
|
It was created by or1ksim-testsuite $as_me 2011-01-05, which was |
It was created by or1ksim-testsuite $as_me 2011-01-27, which was |
generated by GNU Autoconf 2.65. Invocation command line was |
|
$ $0 $@ |
10315,7 → 10315,7
|
# Define the identity of the package. |
PACKAGE='or1ksim-testsuite' |
VERSION='2011-01-05' |
VERSION='2011-01-27' |
|
|
cat >>confdefs.h <<_ACEOF |
11742,7 → 11742,7
# report actual input values of CONFIG_FILES etc. instead of their |
# values after options handling. |
ac_log=" |
This file was extended by or1ksim-testsuite $as_me 2011-01-05, which was |
This file was extended by or1ksim-testsuite $as_me 2011-01-27, which was |
generated by GNU Autoconf 2.65. Invocation command line was |
|
CONFIG_FILES = $CONFIG_FILES |
11808,7 → 11808,7
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
ac_cs_version="\\ |
or1ksim-testsuite config.status 2011-01-05 |
or1ksim-testsuite config.status 2011-01-27 |
configured by $0, generated by GNU Autoconf 2.65, |
with options \\"\$ac_cs_config\\" |
|
/test-code-or1k/configure.ac
24,7 → 24,7
# directory. This uses a different tool chain, so has its own configuration |
# script. Process this file with autoconf to produce a configure script. |
|
AC_INIT([or1ksim-testsuite], [2011-01-05], [openrisc@opencores.org]) |
AC_INIT([or1ksim-testsuite], [2011-01-27], [openrisc@opencores.org]) |
AC_CONFIG_MACRO_DIR([m4]) |
|
AC_PROG_LIBTOOL |
/test-code-or1k/ChangeLog
1,3 → 1,11
2011-01-27 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* configure: Regenerated. |
* configure.ac: Updated version. |
* support/spr-defs.h: Added definition of NOP_RANDOM and |
NOP_OR1KSIM. Removed definitions of NOP_REPORT_FIRST and |
NOP_REPORT_LAST. |
|
2011-01-05 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* configure: Regenerated. |
/test-code-or1k/support/spr-defs.h
625,7 → 625,7
#define NOP_GET_PS 0x0007 /* JPB: Get picosecs/cycle */ |
#define NOP_TRACE_ON 0x0008 /* Turn on tracing */ |
#define NOP_TRACE_OFF 0x0009 /* Turn off tracing */ |
#define NOP_REPORT_FIRST 0x0400 /* Report with number */ |
#define NOP_REPORT_LAST 0x03ff /* Report with number */ |
#define NOP_RANDOM 0x000a /* Return 4 random bytes */ |
#define NOP_OR1KSIM 0x000b /* Return non-zero if this is Or1ksim */ |
|
#endif /* SPR_DEFS__H */ |