Looks like bugs indeed... How did you come across them?
> I have fixed and verified on my build but am unfamiliar with submission > procedures. I'm happy to contribute with a little guidance. 1. Get the latest version from git 2. checkout the master branch git checkout origin/master 2. Modify the files that need modifying 3. Commit changes: git add . git commit --author="Paul Richards <[email protected]>" 3b. if you need to add some more changes to the same commit, you can amend the commit git add . git commit --amend 4. create patch and post file to list git format-patch HEAD^ -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
