Skip to content
Snippets Groups Projects
  1. Oct 17, 2011
  2. Oct 15, 2011
  3. Oct 14, 2011
  4. Oct 12, 2011
  5. Oct 09, 2011
  6. Oct 05, 2011
  7. Oct 04, 2011
    • Wolfgang Denk's avatar
      Revert "GCC4.6: Convert various empty macros to inline functions" · f092f15d
      Wolfgang Denk authored
      This reverts commit 60ce53cf.
      
      The commit causes build breakage for a number of boards. This results
      from the fact that now the arguments of debug() actually get
      referenced (even if there is hope that the compiler will optimize
      away the debug() call).  The obvious fix to that probem (change the
      code to always declare the referenced variables and data structures)
      increases the code size, and was this rejected.  So it was decided to
      revert this commit until a better solution is found.
      f092f15d
  8. Oct 03, 2011
Loading