Re: AVR simulator support

2020-08-15 Thread Jacob Bachmeyer
Pip Cet wrote: I'm running the GCC testsuite on AVR using the simulator included in binutils-gdb, and an avr-sim.exp file, which essentially duplicates all the other *-sim.exp files. Is that the right way, or should I be using generic-sim.exp or multi-sim.exp? The multi-sim.exp file seems t

AVR simulator support

2020-08-14 Thread Pip Cet
I'm running the GCC testsuite on AVR using the simulator included in binutils-gdb, and an avr-sim.exp file, which essentially duplicates all the other *-sim.exp files. Is that the right way, or should I be using generic-sim.exp or multi-sim.exp? If the right way is to use an avr-sim.exp file, wha