[kernel] r22278 - in dists/trunk/linux/debian: . patches patches/bugfix/sh4

Ben Hutchings benh at moszumanska.debian.org
Sun Jan 18 20:48:01 UTC 2015


Author: benh
Date: Sun Jan 18 20:48:01 2015
New Revision: 22278

Log:
[sh4] ftrace: Remove -m32 option from recordmcount.pl (Closes: #775611)

Added:
   dists/trunk/linux/debian/patches/bugfix/sh4/scripts-recordmcount.pl-there-is-no-m32-option-on-super-h.patch
Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/patches/series

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sat Jan 17 21:49:20 2015	(r22277)
+++ dists/trunk/linux/debian/changelog	Sun Jan 18 20:48:01 2015	(r22278)
@@ -20,6 +20,9 @@
     (Closes: #770102)
   * [hppa] Create build-dependencies on binutils-hppa64 and gcc-4.9-hppa64
 
+  [ Ben Hutchings ]
+  * [sh4] ftrace: Remove -m32 option from recordmcount.pl (Closes: #775611)
+
  -- Ian Campbell <ijc at debian.org>  Thu, 11 Dec 2014 20:37:22 +0000
 
 linux (3.18-1~exp1) experimental; urgency=medium

Added: dists/trunk/linux/debian/patches/bugfix/sh4/scripts-recordmcount.pl-there-is-no-m32-option-on-super-h.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux/debian/patches/bugfix/sh4/scripts-recordmcount.pl-there-is-no-m32-option-on-super-h.patch	Sun Jan 18 20:48:01 2015	(r22278)
@@ -0,0 +1,22 @@
+Subject: scripts/recordmcount.pl: There is no -m32 option on Super-H
+From: Michael Karcher <kernel at mkarcher.dialup.fu-berlin.de>
+Date: Sat, 17 Jan 2015 23:36:15 +0000
+Origin: http://marc.info/?l=linux-kernel&m=142153803030712&w=2
+
+Signed-Off-By: Michael Karcher <kernel at mkarcher.dialup.fu-berlin.de>
+---
+ scripts/recordmcount.pl | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl
+index 56ea99a..537c38c 100755
+--- a/scripts/recordmcount.pl
++++ b/scripts/recordmcount.pl
+@@ -255,7 +255,6 @@ if ($arch eq "x86_64") {
+     # force flags for this arch
+     $ld .= " -m shlelf_linux";
+     $objcopy .= " -O elf32-sh-linux";
+-    $cc .= " -m32";
+ 
+ } elsif ($arch eq "powerpc") {
+     $local_regex = "^[0-9a-fA-F]+\\s+t\\s+(\\.?\\S+)";

Modified: dists/trunk/linux/debian/patches/series
==============================================================================
--- dists/trunk/linux/debian/patches/series	Sat Jan 17 21:49:20 2015	(r22277)
+++ dists/trunk/linux/debian/patches/series	Sun Jan 18 20:48:01 2015	(r22278)
@@ -76,3 +76,4 @@
 features/all/of-add-optional-options-parameter-to-of_find_node_by.patch
 features/all/of-support-passing-console-options-with-stdout-path.patch
 features/all/efi-expose-underlying-uefi-firmware-platform-size-to.patch
+bugfix/sh4/scripts-recordmcount.pl-there-is-no-m32-option-on-super-h.patch



More information about the Kernel-svn-changes mailing list