Skip to content
Snippets Groups Projects
Commit f092f15d authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Revert "GCC4.6: Convert various empty macros to inline functions"

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.
parent 7b8ffea2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment