]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-sh-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Jan 2015 18:26:07 +0000 (06:26 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Jan 2015 18:26:07 +0000 (06:26 +1200)
commit64aac23c81dc024b2420008a19bb9a973741b14b
tree0413bd1fce6792ffb87eaba205f1112c36006254
parent661088a8aa0db738848284ad776dc3bbe6568cd8
parent76d3d1e722220b693750d78775018fcb4acf234a
Merge tag 'trace-sh-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull superh tracing fix from Steven Rostedt:
 "It's been reported that function tracing does not work on the sh
  architecture because gcc 4.8 for superH does not support -m32, and the
  recordmcount.pl script adds "-m32" when re-compiling the object files
  with the mcount locations.

  I was not able to reproduce this problem, as it seems that -m32 works
  fine for my cross compiler gcc 4.6.3, but I have to assume that -m32
  was deprecated somewhere between 4.6 and 4.8.  As it still seems to
  compile fine without -m32, I have no reason not to add this patch, as
  having -m32 seems to cause trouble for others"

* tag 'trace-sh-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore