cross testing

2020-05-24 Thread Rob Savoye
I got cross testing to my PI working. The GCC execute tests look good, there's problems with the GDB tests I'll need to dig into. Way too many failures, which I'm assuming is unrelated to the GDB tests themselves. :-) Cross GDB tests working after some patches is kindof important, as that's what

[PATCH] Add .dir-locals.el

2020-05-24 Thread Tom Tromey
This adds a .dir-locals.el file to the repository. This helps Emacs users by automatically setting variables when editing files in this project. --- .dir-locals.el | 21 + ChangeLog | 4 2 files changed, 25 insertions(+) create mode 100644 .dir-locals.el diff --gi

[PATCH] Update .gitignore

2020-05-24 Thread Tom Tromey
I noticed a few generated files in "git status", so I wrote this patch to add them to .gitignore. --- .gitignore | 4 ChangeLog | 4 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 48bcdd2..459bf60 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ TAG