Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 01, 2011
  3. Sep 30, 2011
Loading