Skip to content
Snippets Groups Projects
  1. Oct 26, 2018
  2. Oct 04, 2018
  3. Oct 03, 2018
  4. Oct 01, 2018
  5. Aug 27, 2018
  6. Aug 26, 2018
  7. Aug 16, 2018
  8. Jul 28, 2018
  9. Jul 26, 2018
  10. Jul 23, 2018
  11. Jul 21, 2018
  12. Jul 20, 2018
  13. Jul 17, 2018
  14. Jul 10, 2018
  15. Jul 09, 2018
  16. Jul 05, 2018
  17. Jun 28, 2018
    • Will Hawkins's avatar
      Fix #5: (Related) Could not find pin for EH Table · baad10dc
      Will Hawkins authored
      This fixes an issue where a pinned address was
      
      1. unpinned
      2. reserved as part of a chain
      3. exists in a sled
      
      and all hell broke loose. The fix is to make sure
      that the pinned addresses are only recorded *after*
      the initial unpinning code happens.
      
      As a further fix, there should be a function that
      unpins an address (it would reset the ibta of
      the instruction and clear the pinned address map.)
      baad10dc
  18. Jun 26, 2018
    • Will Hawkins's avatar
      Fix #5: Handle overlapping sections · 4d75fd87
      Will Hawkins authored
      Handle overlapping sections properly. This
      was a problem with calculation of the gap
      between two sections that happen to overlap.
      It resulted in a negative gap that turned
      into a very large positive number.
      4d75fd87
  19. Jun 23, 2018
    • Will Hawkins's avatar
      Limit warnings as errors · 99f0a1c4
      Will Hawkins authored
      Turn off warnings as errors for deprecated
      features. Leaving these warnings as errors
      breaks the build with newer versions of GCC.
      99f0a1c4
  20. Jun 22, 2018
    • Will Hawkins's avatar
      Add padding sections. · 25459737
      Will Hawkins authored
      Add padding sections to a zipr'd program where
      the gap between two existing sections is greater
      than a certain minimum boundary.
      25459737
  21. Jun 18, 2018
  22. Jun 13, 2018
  23. Jun 05, 2018
  24. May 22, 2018
  25. Apr 02, 2018
  26. Mar 22, 2018
  27. Mar 17, 2018
  28. Mar 02, 2018
  29. Mar 01, 2018
  30. Feb 22, 2018
  31. Feb 21, 2018
  32. Feb 16, 2018
  33. Feb 06, 2018
Loading