On Monday 19 March 2012 02:28:49 Hans-Peter Nilsson wrote: > For mips-elf, there's just mips-elf is passing for me > From sim.log it seems just some expected patterns need updating. > > Executing on host: mips-elf-ld hilo-hazard-1.s.o -N -Ttext=0x80010000 -o > hilo-hazard-1.s.x (timeout = 300) > /tmp/hpautotest-sim/mips-elf/sim/mips/run hilo-hazard-1.s.x > HILO: MULT: OP at 0x80010048 too close to MF at 0x80010044 > > output: HILO: MULT: OP at 0x80010048 too close to MF at 0x80010044 > > > pattern: HILO: * too close to MF at *\ > \ > program stopped*\ > > FAIL: mips1 hilo-hazard-1.s (execution) the glob should eat the new signal string > For cris-elf, there's quite a bit more, three variants AFAICT; > three "signals" lost. patch attached should fix that > And really, why removing the "program stopped with signal" > common part? I see no reason to not just adding it back. it wasn't removed. the signal is now additionally being decoded. before: program stopped with signal 5. after: program stopped with signal 5 (Trace/breakpoint trap). -mike