This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Commit: V850 SIM: Add support for e3v5 instructions


> From: Nick Clifton <nickc@redhat.com>
> Date: Tue, 24 Feb 2015 18:58:30 +0100

>   I am applying the attached patch to add support for e3v5 instructions to
>   the V850 simulator.
> 
>   Tested with a v850-elf toolchain.

(Why then do I see this in my autotester?  Could you please double-check?)

Starting with one of the commits in the range 94d1502..9ad55e9
(all yours; I'm guessing 9ad55e9), a v850-unknown-elf build
breaks on a x86_64-unknown-linux-gnu host:

...
make[4]: Leaving directory `/tmp/hpautotest-sim/v850-unknown-elf/sim/igen'
../igen/igen \
		 \
		-G gen-direct-access \
		-G gen-zero-r0 \
		-i /tmp/hpautotest-sim/src/sim/v850/v850.igen \
		-o /tmp/hpautotest-sim/src/sim/v850/v850-dc \
		-x \
		-n icache.h    -hc tmp-icache.h \
		-n icache.c    -c  tmp-icache.c \
		-n semantics.h -hs tmp-semantics.h \
		-n semantics.c -s  tmp-semantics.c \
		-n idecode.h   -hd tmp-idecode.h \
		-n idecode.c   -d  tmp-idecode.c \
		-n model.h     -hm tmp-model.h \
		-n model.c     -m  tmp-model.c \
		-n support.h   -hf tmp-support.h \
		-n support.c   -f  tmp-support.c \
		-n itable.h    -ht tmp-itable.h \
		-n itable.c    -t  tmp-itable.c \
		-n engine.h    -he tmp-engine.h \
		-n engine.c    -e  tmp-engine.c \
		-n irun.c      -r  tmp-irun.c
  -G gen-direct-access \
  -G gen-zero-r0 \
  -i /tmp/hpautotest-sim/src/sim/v850/v850.igen \
  -o /tmp/hpautotest-sim/src/sim/v850/v850-dc \
  -x \
/tmp/hpautotest-sim/src/sim/v850/v850.igen:4177: warning: v850e3v5.63.16.0: C.vadd.h was not uniquely decoded
/tmp/hpautotest-sim/src/sim/v850/v850.igen:1538: warning: v850e3v5.63.16.0: IX.sasf decodes to the same entry
make[3]: *** [tmp-igen] Error 1
make[3]: Leaving directory `/tmp/hpautotest-sim/v850-unknown-elf/sim/v850'

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]