diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-12 05:56:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-12 05:56:38 +0000 |
commit | 410230cf6d65003b0595a7ef712b671d1bb77b0d (patch) | |
tree | c6ba4f2a0edfd794857fce8061b26e448ef8a182 /sim/v850/configure.in | |
parent | 944deab68edff4993da304bc2ed56827310b11ca (diff) | |
download | gdb-410230cf6d65003b0595a7ef712b671d1bb77b0d.zip gdb-410230cf6d65003b0595a7ef712b671d1bb77b0d.tar.gz gdb-410230cf6d65003b0595a7ef712b671d1bb77b0d.tar.bz2 |
Check reserved bits before executing instructions.
Make v850[eq] the the default simulator.
Report illegal instructions.
Include v850e instructions in v850eq.
Diffstat (limited to 'sim/v850/configure.in')
-rw-r--r-- | sim/v850/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/v850/configure.in b/sim/v850/configure.in index 002493b..043d937 100644 --- a/sim/v850/configure.in +++ b/sim/v850/configure.in @@ -8,6 +8,7 @@ SIM_AC_COMMON SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN) SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_WARNINGS +SIM_AC_OPTION_RESERVED_BITS AC_CHECK_FUNCS(time chmod utime fork execve execv chown) AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h) |