and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 29 Nov, 2012 3 commits
  2. 28 Nov, 2012 2 commits
    • Mike Frysinger's avatar
      libiberty/md5: fix strict alias warnings · 8a994768
      Mike Frysinger authored
      Current libiberty md5 code triggers these warnings with gcc-4.7.1 for me:
      
      libiberty/md5.c: In function 'md5_finish_ctx':
      libiberty/md5.c:117:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      libiberty/md5.c:118:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      
      The change below fixes things for me.  The optimized output (-O2) is the same
      before/after my change on x86_64-linux.  I imagine it'll be the same for most
      targets.  It seems simpler than using a union on the md5_ctx buffer since these
      are the only two locations in the code where this occurs.
      
      (cherry picked from current cvs HEAD)
      8a994768
    • gdbadmin's avatar
      *** empty log message *** · 61156205
      gdbadmin authored
      61156205
  3. 27 Nov, 2012 1 commit
  4. 26 Nov, 2012 1 commit
  5. 25 Nov, 2012 1 commit
  6. 24 Nov, 2012 1 commit
  7. 23 Nov, 2012 1 commit
  8. 22 Nov, 2012 1 commit
  9. 21 Nov, 2012 1 commit
  10. 20 Nov, 2012 1 commit
  11. 19 Nov, 2012 1 commit
  12. 18 Nov, 2012 1 commit
  13. 17 Nov, 2012 1 commit
  14. 16 Nov, 2012 3 commits
  15. 15 Nov, 2012 1 commit
  16. 14 Nov, 2012 2 commits
  17. 13 Nov, 2012 1 commit
  18. 12 Nov, 2012 1 commit
  19. 11 Nov, 2012 1 commit
  20. 10 Nov, 2012 2 commits
    • H.J. Lu's avatar
      Remove sp_regnum_from_eax and pc_regnum_from_eax · bf0b10f7
      H.J. Lu authored
      	PR backtrace/14646
      	PR gdb/14647
      	* i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
      	pc_regnum_from_eax.
      	* i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
      	nor pc_regnum_from_eax.
      	* amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
      	nor pc_regnum_from_eax.
      bf0b10f7
    • gdbadmin's avatar
      *** empty log message *** · 735d70a2
      gdbadmin authored
      735d70a2
  21. 09 Nov, 2012 1 commit
  22. 08 Nov, 2012 1 commit
  23. 07 Nov, 2012 1 commit
  24. 06 Nov, 2012 1 commit
  25. 05 Nov, 2012 1 commit
  26. 04 Nov, 2012 1 commit
  27. 03 Nov, 2012 1 commit
  28. 02 Nov, 2012 1 commit
  29. 01 Nov, 2012 1 commit
  30. 31 Oct, 2012 1 commit
  31. 30 Oct, 2012 1 commit
  32. 29 Oct, 2012 1 commit
  33. 28 Oct, 2012 1 commit