Skip to content
Snippets Groups Projects
  1. Dec 19, 2018
  2. Dec 17, 2018
  3. Dec 16, 2018
  4. Nov 17, 2018
  5. Nov 02, 2018
  6. Oct 26, 2018
  7. Oct 04, 2018
  8. Oct 03, 2018
  9. Oct 01, 2018
  10. Aug 27, 2018
  11. Aug 26, 2018
  12. Aug 16, 2018
  13. Jul 28, 2018
  14. Jul 26, 2018
  15. Jul 23, 2018
  16. Jul 21, 2018
  17. Jul 20, 2018
  18. Jul 17, 2018
  19. Jul 10, 2018
  20. Jul 09, 2018
  21. Jul 05, 2018
  22. 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
  23. 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
  24. 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
  25. 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
  26. Jun 18, 2018
  27. Jun 13, 2018
  28. Jun 05, 2018
  29. May 22, 2018
  30. Apr 02, 2018
  31. Mar 22, 2018
Loading