1. 02 May, 2009 2 commits
    • Hirokazu Takata's avatar
      m32r: use __stringify() macro in assembler.h · 9cd67243
      Hirokazu Takata authored
      Replace #x with __stringify(x).
      Also, #ifndef __STR is removed and undefine __STR macro at the beginning.
      
      The __STR() macro is still remained, because the assembler.h might be
      included from assembly codes as well as C codes.
      Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
      9cd67243
    • Hirokazu Takata's avatar
      m32r: build fix for __stringify macro · 9c88b06d
      Hirokazu Takata authored
      This patch fixes the following build error of 2.6.30-rc3-git2:
      
            AS      arch/m32r/kernel/head.o
          In file included from /include/linux/init.h:7,
                           from /arch/m32r/kernel/head.S:11:
          /include/linux/stringify.h:9: error: syntax error in macro parameter list
          /include/linux/stringify.h:10: error: syntax error in macro parameter list
      
      This build error was caused at __HEAD macro in arch/m32r/kernel/head.S,
      which uses __stringify() macro.
      
      Remove -traditional option from EXTRA_AFLAGS for the m32r,
      because the __stringify() macro depends on the gcc's variadic macro
      extension function, due to commit:
      
          Make __stringify support variable argument macros too
          commit: 8f7c2c37Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
      9c88b06d
  2. 30 Apr, 2009 3 commits
  3. 29 Apr, 2009 16 commits
  4. 28 Apr, 2009 19 commits