Re: Schedule for next release?

2021-03-16 Thread Kito Cheng
Hi Jacob: Thank you for telling me the story, I can understand maintaining and releasing such project is not easy. Appreciate your work :) On Wed, Mar 17, 2021 at 10:18 AM Jacob Bachmeyer wrote: > > Kito Cheng wrote: > > Hi all: > > > > Last released version of d

Schedule for next release?

2021-03-15 Thread Kito Cheng
Hi all: Last released version of dejagnu is 1.6.2 which is released on 2018-11, according to the release history the period is 1 release / ~1 year. So I would like to know if there is any schedule on release 1.6.3? Thanks :)

[PATCH] Update config.guess and config.sub

2021-03-15 Thread Kito Cheng
I saw those file has not updated more than 1 year, so I guess it's time to update? --- config.guess | 523 +++ config.sub | 681 --- 2 files changed, 740 insertions(+), 464 deletions(-) diff --git a/config.guess

Re: [PATCH] Add riscv-sim.exp

2020-07-21 Thread Kito Cheng
On Tue, Jul 21, 2020 at 7:43 PM Tom Tromey wrote: > > >>>>> "Rob" == Rob Savoye writes: > > Rob> On 7/20/20 9:11 PM, Kito Cheng wrote: > >>> Do I correctly infer that this patch works with the sim tool shipped with > >>> GDB? >

Re: [PATCH] Add riscv-sim.exp

2020-07-20 Thread Kito Cheng
Hi Rob: Thanks for you adding the qemu support for RISC-V! I will try it these days! On Tue, Jul 21, 2020 at 8:25 AM Rob Savoye wrote: > > On 7/20/20 5:23 PM, Jacob Bachmeyer wrote: > > >Do I correctly infer that this patch works with the sim tool shipped > > with GDB? > > That's the defau

Re: [PATCH] Add riscv-sim.exp

2020-07-20 Thread Kito Cheng
Hi Jocob: I signed an FSF copyright assignment for most gnu toolchain projects many years ago, but I didn't list DejaGNU, so I'll do the paperwork soon. > Do I correctly infer that this patch works with the sim tool shipped with GDB? Tested with GDB simulator and qemu, but we use a tricky way to

[PATCH] Add riscv-sim.exp

2020-07-13 Thread Kito Cheng
ChangeLog * baseboards/riscv-sim.exp: New. * Makefile.am (baseboard_DATA): Add riscv-sim.exp. * Makefile.in: Regen. --- Makefile.am | 1 + Makefile.in | 10 ++-- baseboards/riscv-sim.exp | 54 3 files