On Wed, 2009-07-15 at 16:45 -0700, Zach Welch wrote: > On Wed, 2009-07-15 at 14:40 -0700, David Brownell wrote: > > This is the updated version of the patches I sent ... some bugfixes, > > and handling more instructions. Currently the instructions KNOWN to > > not be properly disassembed are: > [snip] > > And since this is very fiddley stuff, I expect there are still bugs > > lurking. If you find one, please report or fix it. > > You rock. I looked these over and am very happy with what I see. > I wish all patches looked as good as yours do. :) I have committed > these along with your updated patches to start the A8 refactoring, to > allow others to test these easily. I would say this will be worthy of a > mention in NEWS, so you consider adding a blurb therein at some point.
The fact that my last message hit the list before the commits reflects that it broke in two new and exciting ways. First, the SVN connection was reset after the second commit, so I had to restart the series commit. Second, the final two patches originally included improperly encoded characters; Subversion wants UTF-8, and it discovered that my current environment was not set up for such just yet. Live and learn. After reading more about this, it seems that most Linux folks should be using UTF-8 by default. For example, my Ubuntu 9.04 shows 'UTF-8' as the output from 'locale charmap', whereas my Gentoo system showed 'ANSI_X3.4-1968'. So, my setup needed to be fixed (d'oh!), and others may need to correct the same deficiency. Cheers, Zach _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
