On Thursday 22 November 2012 11:31:46 Joel Brobecker wrote: > It's been a little over 3 months since the GDB 7.5 release, and > looking at the ChangeLog on the branch since then, it looks like > it might be worth making a .1 release. > > FYI: Attached are the list of changes that were documented in > the various ChangeLog files since the branch was created (changes > to the testsuite directory excised - for a shorter list). how about this in libiberty/: 2012-07-31 Mike Frysinger * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output to swap_bytes, and then call memcpy to move it to ctx->buffer. -mike