src/sim/bfin ChangeLog bfin-sim.c
vapier@sourceware.org
vapier@sourceware.org
Mon Jun 24 02:06:00 GMT 2013
CVSROOT: /cvs/src
Module name: src
Changes by: vapier@sourceware.org 2013-06-24 02:06:32
Modified files:
sim/bfin : ChangeLog bfin-sim.c
Log message:
sim: bfin: note missing parallel handling of SEARCH
The SEARCH insn is an oddball when it comes to parallel usage. It places a
big limit on what other insns it can run in parallel with, but we don't
currently track the amount of state needed to verify this (since no other insn
really requires this). Add a note for now in case we get around to it.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.99&r2=1.100
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/bfin-sim.c.diff?cvsroot=src&r1=1.42&r2=1.43
More information about the Gdb-cvs
mailing list