From c44ad7ed7f9400b4bd048b72630595ac4a19b768 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 5 Jul 2012 21:09:40 +0000 Subject: [PATCH] --- yaml --- r: 313684 b: refs/heads/master c: 1d5a436d2ce9d1b65c905f69a33e78d69245993e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/lib/crtsavres.S | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 42331a3f745c..cc8e1ffedb28 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 18ad51dd342a7eb09dbcd059d0b451b616d4dafc +refs/heads/master: 1d5a436d2ce9d1b65c905f69a33e78d69245993e diff --git a/trunk/arch/powerpc/lib/crtsavres.S b/trunk/arch/powerpc/lib/crtsavres.S index 1c893f05d224..b2c68ce139ae 100644 --- a/trunk/arch/powerpc/lib/crtsavres.S +++ b/trunk/arch/powerpc/lib/crtsavres.S @@ -41,12 +41,13 @@ #include .file "crtsavres.S" - .section ".text" #ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE #ifndef CONFIG_PPC64 + .section ".text" + /* Routines for saving integer registers, called by the compiler. */ /* Called with r11 pointing to the stack header word of the caller of the */ /* function, just beyond the end of the integer save area. */ @@ -232,6 +233,8 @@ _GLOBAL(_rest32gpr_31_x) #else /* CONFIG_PPC64 */ + .section ".text.save.restore","ax",@progbits + .globl _savegpr0_14 _savegpr0_14: std r14,-144(r1)